aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* .gitlab-ci.yml: Add 'export QT_XCB_GL_INTEGRATION=none'mr/feature/unit-testsDaniel Teichmann2021-11-041-0/+1
* README.md: Update instructions for Debian 11 Bullseye.Daniel Teichmann2021-11-041-13/+9
* Rename rwa-support-desktop.pro -> rwa-support-desktopapp.proDaniel Teichmann2021-08-162-1/+1
* .gitlab-ci.yml: Make screenshot of rwa-support-desktopapp running.Daniel Teichmann2021-08-101-18/+29
* rwa-support-desktopapp -> tests.pro: move statements for 'make check'Daniel Teichmann2021-08-102-15/+2
* .gitlab-ci.yml: Add test stage and test job.Daniel Teichmann2021-08-101-17/+29
* qdocconf: adjust paths to code tree changeDaniel Teichmann2021-08-101-3/+3
* Complete restructure of current code treeDaniel Teichmann2021-08-1042-1/+37
* .gitlab-ci.yml: Build:Code -> RWA:CodeHEADmasterDaniel Teichmann2021-08-101-4/+4
* README.md: Remove cross compiling section since rwa-support-desktop is not av...Daniel Teichmann2021-08-101-3/+3
* Merge branch 'mr/feature/gitlab-ci' into 'master'Daniel Teichmann2021-08-0944-1221/+3045
|\
| * Update .gitlab-ci.yml to use darkmattercoder's docker imageDaniel Teichmann2021-08-091-3/+38
| * .gitlab-ci.yml hinzufügenDaniel Teichmann2021-08-011-0/+3
| * Update locales.Daniel Teichmann2021-08-014-4/+4
| * add_server_wizard/add_server_wizard -> add_rwahost_wizard/add_rwahost_wizardDaniel Teichmann2021-08-019-28/+28
| * Update locales.Daniel Teichmann2021-08-016-342/+367
| * Toast: Add a variety of new toast colors; Session complete rewrite; A lot of ...Daniel Teichmann2021-08-0110-342/+248
| * move scenes/Scene_remote_control.qml into scenes/remote_control/Scene_remote_...Daniel Teichmann2021-08-016-436/+34
| * Change translation system to work more out of the box.Daniel Teichmann2021-08-016-6/+7
| * Introducing remote_control_manager.(h, cpp)Daniel Teichmann2021-08-016-17/+1009
| * 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
| * 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
| * Update localesDaniel Teichmann2021-07-084-64/+189
| * 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-085-29/+163
| * 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-0711-10/+225
| * 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-063-73/+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-0614-18/+143
| * Introduce DBusAPI and RWAHost classesDaniel Teichmann2021-07-0611-308/+754
|/
* Update session to 'new' API format.Daniel Teichmann2021-07-022-19/+34
* Update translationsDaniel Teichmann2021-07-025-1/+203
* Introduce new functioning scene layout.Daniel Teichmann2021-07-021-12/+114
* main.qml: cosmetic changesDaniel Teichmann2021-07-021-11/+11