aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* add_server_wizard/add_server_wizard -> add_rwahost_wizard/add_rwahost_wizardDaniel Teichmann2021-08-017-23/+23
|
* Toast: Add a variety of new toast colors; Session complete rewrite; A lot of ↵Daniel Teichmann2021-08-0110-342/+248
| | | | | | | 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-016-436/+34
| | | | scenes/remote_control/Scene_remote_control.qml
* Change translation system to work more out of the box.Daniel Teichmann2021-08-011-2/+3
| | | | using ./update-locales.sh now removes any old/obsolete translations.
* Introducing remote_control_manager.(h, cpp)Daniel Teichmann2021-08-014-5/+988
| | | | 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-0111-46/+75
|
* Don't just reset the _rwaHostModel everytime but add and remove specific items.Daniel Teichmann2021-07-121-7/+76
| | | | TODO: Use QSet subtraction feature instead of manual for loops!!!
* MainQMLAdaptor: removeRWAHost() and setRWAHostSelected()Daniel Teichmann2021-07-122-28/+35
|
* Cosmetic code changes.Daniel Teichmann2021-07-121-10/+13
|
* Make RWAHost object creation silent again.Daniel Teichmann2021-07-122-2/+3
|
* Don't crash on startup if the session service isn't reachable.Daniel Teichmann2021-07-121-0/+9
|
* If there are no hosts available: display it in the sidebar menu.Daniel Teichmann2021-07-081-1/+14
|
* Don't crash on failure but show an error message.Daniel Teichmann2021-07-081-1/+7
|
* At QDBusError: Give the user a hint that the session service is not started.Daniel Teichmann2021-07-081-0/+31
|
* Add_server_wizard: Add new type-error messagesDaniel Teichmann2021-07-082-1/+7
|
* Refresh hosts every 10 seconds.Daniel Teichmann2021-07-082-0/+5
|
* Don't start a session on every startup...Daniel Teichmann2021-07-081-1/+3
|
* qDebug() -> qCritical() on startup lockfile failure.Daniel Teichmann2021-07-081-1/+1
|
* Classes share one specific D-Bus object now.Daniel Teichmann2021-07-084-9/+20
|
* User can decide on host_alias now.Daniel Teichmann2021-07-085-47/+132
|
* Add: 'Scene_no_server_available.qml'Daniel Teichmann2021-07-084-29/+162
|
* Various small improvements to readabilityDaniel Teichmann2021-07-074-15/+12
|
* RWAHost is now an QObject available to QML.Daniel Teichmann2021-07-072-29/+32
|
* Introduce RWAHostModel. RWAHost's are now loaded on start.Daniel Teichmann2021-07-079-9/+220
| | | | Scene_remote_{view, control} are no longer available if no host is selected.
* DBusAPI: Change critical error to qCritical instead of qDebug.Daniel Teichmann2021-07-061-12/+12
|
* Drop add_server_wizard/Scene_step_2.qmlDaniel Teichmann2021-07-062-72/+2
|
* MainQMLAdaptor: engine can't be nullptr in constructorDaniel Teichmann2021-07-061-2/+3
|
* Tidy up some debug statements or long stringsDaniel Teichmann2021-07-065-16/+28
|
* Fix copyright headersDaniel Teichmann2021-07-0613-16/+141
|
* Introduce DBusAPI and RWAHost classesDaniel Teichmann2021-07-069-305/+741
|
* Update session to 'new' API format.Daniel Teichmann2021-07-022-19/+34
|
* Introduce new functioning scene layout.Daniel Teichmann2021-07-021-12/+114
|
* main.qml: cosmetic changesDaniel Teichmann2021-07-021-11/+11
|
* Introduce add_server_wizard.{cpp, h}; drop third add_server_wizard sceneDaniel Teichmann2021-07-026-58/+188
|
* RWADBusAdaptor.{cpp, h}: Update D-Bus adaptor to new APIDaniel Teichmann2021-07-014-14/+80
|
* Remove unnecessary code and comments.Daniel Teichmann2021-07-012-5/+0
|
* Introduce add_server_wizard placeholder scenes; Add independent functions ↵Daniel Teichmann2021-07-014-14/+192
| | | | for scene operations.
* Replace old StackView replace animations with more fitting ones; Make ↵Daniel Teichmann2021-06-291-1/+18
| | | | sidebar_drawer not too small
* Add theme switch to side navigation menuDaniel Teichmann2021-06-291-8/+34
|
* Add docstrings; remove unnecessary code & commentsDaniel Teichmann2021-06-292-95/+20
|
* Make multiple-instances-check execute soonerDaniel Teichmann2021-06-291-19/+19
|
* Fix header being too small in portrait modeDaniel Teichmann2021-06-292-7/+1
|
* Add feature: Multiple Scenes; Relocate filesDaniel Teichmann2021-06-299-9/+1450
|
* Fix forgotten sanity checkDaniel Teichmann2021-06-251-1/+1
|
* Complete new more responsive layout; introducing session_idDaniel Teichmann2021-06-245-50/+142
|
* Fix copyright year; add year 2020 again.Daniel Teichmann2021-06-245-10/+10
|
* Copyright: update current yearDaniel Teichmann2021-06-215-10/+10
|
* Fix email of Mike Gabriel in copyright headerDaniel Teichmann2021-06-215-5/+5
|
* src/: Drop '#pragma once' where not needed. Amends compiler warnings.Mike Gabriel2020-10-042-4/+0
|
* src/: Don't include session.cpp (commented out anyway, but still).Mike Gabriel2020-10-042-3/+0
|