aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add_server_wizard/add_server_wizard -> add_rwahost_wizard/add_rwahost_wizardDaniel Teichmann2021-08-011-5/+5
|
* 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-011-5/+17
| | | | 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-011-10/+9
|
* 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-081-5/+9
|
* Various small improvements to readabilityDaniel Teichmann2021-07-071-2/+2
|
* Introduce RWAHostModel. RWAHost's are now loaded on start.Daniel Teichmann2021-07-071-1/+13
| | | | Scene_remote_{view, control} are no longer available if no host is selected.
* Tidy up some debug statements or long stringsDaniel Teichmann2021-07-061-7/+7
|
* Fix copyright headersDaniel Teichmann2021-07-061-2/+2
|
* Introduce DBusAPI and RWAHost classesDaniel Teichmann2021-07-061-0/+1
|
* Introduce add_server_wizard.{cpp, h}; drop third add_server_wizard sceneDaniel Teichmann2021-07-021-0/+6
|
* Remove unnecessary code and comments.Daniel Teichmann2021-07-011-1/+0
|
* Make multiple-instances-check execute soonerDaniel Teichmann2021-06-291-19/+19
|
* Add feature: Multiple Scenes; Relocate filesDaniel Teichmann2021-06-291-9/+8
|
* Complete new more responsive layout; introducing session_idDaniel Teichmann2021-06-241-0/+4
|
* 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/main.cpp: Adapt lock file path to namespace change.Mike Gabriel2020-10-041-2/+2
|
* 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 showWindow() functionDaniel Teichmann2020-07-291-0/+5
|
* Fully remove 'session' out of QML contextDaniel Teichmann2020-07-281-4/+1
|
* Minimize main window when support partner connectsDaniel Teichmann2020-07-281-5/+13
|
* Move sources to src/ && lots of featuresDaniel Teichmann2020-07-271-0/+66