aboutsummaryrefslogtreecommitdiff
path: root/src/scenes/add_server_wizard
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos, too long lines, various styling stuffDaniel Teichmann2021-08-011-5/+10
|
* Don't crash on startup if the session service isn't reachable.Daniel Teichmann2021-07-121-0/+9
|
* Add_server_wizard: Add new type-error messagesDaniel Teichmann2021-07-081-0/+6
|
* Classes share one specific D-Bus object now.Daniel Teichmann2021-07-081-2/+4
|
* User can decide on host_alias now.Daniel Teichmann2021-07-083-43/+112
|
* Introduce RWAHostModel. RWAHost's are now loaded on start.Daniel Teichmann2021-07-072-6/+9
| | | | Scene_remote_{view, control} are no longer available if no host is selected.
* Drop add_server_wizard/Scene_step_2.qmlDaniel Teichmann2021-07-062-72/+2
|
* Introduce DBusAPI and RWAHost classesDaniel Teichmann2021-07-062-67/+110
|
* Introduce new functioning scene layout.Daniel Teichmann2021-07-021-12/+114
|
* Introduce add_server_wizard.{cpp, h}; drop third add_server_wizard sceneDaniel Teichmann2021-07-025-58/+182
|
* Introduce add_server_wizard placeholder scenes; Add independent functions ↵Daniel Teichmann2021-07-013-0/+164
for scene operations.