aboutsummaryrefslogtreecommitdiff
path: root/src/session.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Toast: Add a variety of new toast colors; Session complete rewrite; A lot of ↵Daniel Teichmann2021-08-011-217/+103
| | | | | | | 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-10/+24
| | | | scenes/remote_control/Scene_remote_control.qml
* Introduce RWAHostModel. RWAHost's are now loaded on start.Daniel Teichmann2021-07-071-1/+0
| | | | Scene_remote_{view, control} are no longer available if no host is selected.
* Tidy up some debug statements or long stringsDaniel Teichmann2021-07-061-5/+13
|
* Fix copyright headersDaniel Teichmann2021-07-061-2/+2
|
* Introduce DBusAPI and RWAHost classesDaniel Teichmann2021-07-061-204/+66
|
* Update session to 'new' API format.Daniel Teichmann2021-07-021-14/+24
|
* RWADBusAdaptor.{cpp, h}: Update D-Bus adaptor to new APIDaniel Teichmann2021-07-011-1/+1
|
* Fix forgotten sanity checkDaniel Teichmann2021-06-251-1/+1
|
* Complete new more responsive layout; introducing session_idDaniel Teichmann2021-06-241-30/+87
|
* Fix copyright year; add year 2020 again.Daniel Teichmann2021-06-241-2/+2
|
* Copyright: update current yearDaniel Teichmann2021-06-211-2/+2
|
* Fix email of Mike Gabriel in copyright headerDaniel Teichmann2021-06-211-1/+1
|
* src/: Drop '#pragma once' where not needed. Amends compiler warnings.Mike Gabriel2020-10-041-2/+0
|
* src/{session.cpp,RWADBusAdaptor.h}: Adapt DBus service name and path to ↵Mike Gabriel2020-10-041-1/+1
| | | | recent changes in raw.support.sessionservice.
* Update project URLs (after renaming).Mike Gabriel2020-10-041-1/+1
|
* LICENSE'ing: Add individual license/copyright headers to (nearly) all files. ↵Mike Gabriel2020-09-171-0/+26
| | | | Update README.md with license and copyright holder information.
* Add dark modeDaniel Teichmann2020-07-301-14/+33
|
* Renamed dbus request functions && Add features to comply with APIDaniel Teichmann2020-07-291-30/+69
|
* No status refresh request when session is not running or activeDaniel Teichmann2020-07-291-0/+13
|
* Change QTimer systemDaniel Teichmann2020-07-291-6/+2
|
* Add showWindow() functionDaniel Teichmann2020-07-291-0/+5
|
* Add cleanup function when window is about to be closedDaniel Teichmann2020-07-281-5/+10
|
* Fully remove 'session' out of QML contextDaniel Teichmann2020-07-281-0/+17
|
* Minimize main window when support partner connectsDaniel Teichmann2020-07-281-3/+12
|
* Move sources to src/ && lots of featuresDaniel Teichmann2020-07-271-0/+308