aboutsummaryrefslogtreecommitdiff
path: root/src/scenes
Commit message (Collapse)AuthorAgeFilesLines
* add_server_wizard/add_server_wizard -> add_rwahost_wizard/add_rwahost_wizardDaniel Teichmann2021-08-014-15/+15
|
* Toast: Add a variety of new toast colors; Session complete rewrite; A lot of ↵Daniel Teichmann2021-08-013-6/+16
| | | | | | | bugfixing; New available toast colors/types: ToastType.Standard, ToastType.Info, ToastType.Warning ToastType.Success, ToastType.Error
* move scenes/Scene_remote_control.qml into ↵Daniel Teichmann2021-08-011-368/+0
| | | | scenes/remote_control/Scene_remote_control.qml
* Introducing remote_control_manager.(h, cpp)Daniel Teichmann2021-08-013-0/+971
| | | | The remote_control_manager class takes care of the GUI and the creation, deletion and maintaining of session objects.
* Fix typos, too long lines, various styling stuffDaniel Teichmann2021-08-015-7/+24
|
* 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
|
* Add: 'Scene_no_server_available.qml'Daniel Teichmann2021-07-081-0/+70
|
* 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
|
* Tidy up some debug statements or long stringsDaniel Teichmann2021-07-061-1/+1
|
* 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.
* Add docstrings; remove unnecessary code & commentsDaniel Teichmann2021-06-291-0/+4
|
* Fix header being too small in portrait modeDaniel Teichmann2021-06-291-6/+0
|
* Add feature: Multiple Scenes; Relocate filesDaniel Teichmann2021-06-294-0/+820