Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .gitlab-ci.yml: Build:Code -> RWA:CodeHEADmaster | Daniel Teichmann | 2021-08-10 | 1 | -4/+4 |
| | |||||
* | README.md: Remove cross compiling section since rwa-support-desktop is not ↵ | Daniel Teichmann | 2021-08-10 | 1 | -3/+3 |
| | | | | available for other OS's | ||||
* | Merge branch 'mr/feature/gitlab-ci' into 'master' | Daniel Teichmann | 2021-08-09 | 44 | -1221/+3045 |
|\ | | | | | | | | | Add .gitlab-ci.yml See merge request remotewebapp/rwa.support.desktopapp!2 | ||||
| * | Update .gitlab-ci.yml to use darkmattercoder's docker image | Daniel Teichmann | 2021-08-09 | 1 | -3/+38 |
| | | |||||
| * | .gitlab-ci.yml hinzufügen | Daniel Teichmann | 2021-08-01 | 1 | -0/+3 |
| | | |||||
| * | Update locales. | Daniel Teichmann | 2021-08-01 | 4 | -4/+4 |
| | | |||||
| * | add_server_wizard/add_server_wizard -> add_rwahost_wizard/add_rwahost_wizard | Daniel Teichmann | 2021-08-01 | 9 | -28/+28 |
| | | |||||
| * | Update locales. | Daniel Teichmann | 2021-08-01 | 6 | -342/+367 |
| | | |||||
| * | Toast: Add a variety of new toast colors; Session complete rewrite; A lot of ↵ | Daniel Teichmann | 2021-08-01 | 10 | -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 Teichmann | 2021-08-01 | 6 | -436/+34 |
| | | | | | | | | scenes/remote_control/Scene_remote_control.qml | ||||
| * | Change translation system to work more out of the box. | Daniel Teichmann | 2021-08-01 | 6 | -6/+7 |
| | | | | | | | | using ./update-locales.sh now removes any old/obsolete translations. | ||||
| * | Introducing remote_control_manager.(h, cpp) | Daniel Teichmann | 2021-08-01 | 6 | -17/+1009 |
| | | | | | | | | 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 stuff | Daniel Teichmann | 2021-08-01 | 11 | -46/+75 |
| | | |||||
| * | Don't just reset the _rwaHostModel everytime but add and remove specific items. | Daniel Teichmann | 2021-07-12 | 1 | -7/+76 |
| | | | | | | | | TODO: Use QSet subtraction feature instead of manual for loops!!! | ||||
| * | MainQMLAdaptor: removeRWAHost() and setRWAHostSelected() | Daniel Teichmann | 2021-07-12 | 2 | -28/+35 |
| | | |||||
| * | Cosmetic code changes. | Daniel Teichmann | 2021-07-12 | 1 | -10/+13 |
| | | |||||
| * | Make RWAHost object creation silent again. | Daniel Teichmann | 2021-07-12 | 2 | -2/+3 |
| | | |||||
| * | Don't crash on startup if the session service isn't reachable. | Daniel Teichmann | 2021-07-12 | 1 | -0/+9 |
| | | |||||
| * | If there are no hosts available: display it in the sidebar menu. | Daniel Teichmann | 2021-07-08 | 1 | -1/+14 |
| | | |||||
| * | Don't crash on failure but show an error message. | Daniel Teichmann | 2021-07-08 | 1 | -1/+7 |
| | | |||||
| * | At QDBusError: Give the user a hint that the session service is not started. | Daniel Teichmann | 2021-07-08 | 1 | -0/+31 |
| | | |||||
| * | Update locales | Daniel Teichmann | 2021-07-08 | 4 | -64/+189 |
| | | |||||
| * | Add_server_wizard: Add new type-error messages | Daniel Teichmann | 2021-07-08 | 2 | -1/+7 |
| | | |||||
| * | Refresh hosts every 10 seconds. | Daniel Teichmann | 2021-07-08 | 2 | -0/+5 |
| | | |||||
| * | Don't start a session on every startup... | Daniel Teichmann | 2021-07-08 | 1 | -1/+3 |
| | | |||||
| * | qDebug() -> qCritical() on startup lockfile failure. | Daniel Teichmann | 2021-07-08 | 1 | -1/+1 |
| | | |||||
| * | Classes share one specific D-Bus object now. | Daniel Teichmann | 2021-07-08 | 4 | -9/+20 |
| | | |||||
| * | User can decide on host_alias now. | Daniel Teichmann | 2021-07-08 | 5 | -47/+132 |
| | | |||||
| * | Add: 'Scene_no_server_available.qml' | Daniel Teichmann | 2021-07-08 | 5 | -29/+163 |
| | | |||||
| * | Various small improvements to readability | Daniel Teichmann | 2021-07-07 | 4 | -15/+12 |
| | | |||||
| * | RWAHost is now an QObject available to QML. | Daniel Teichmann | 2021-07-07 | 2 | -29/+32 |
| | | |||||
| * | Introduce RWAHostModel. RWAHost's are now loaded on start. | Daniel Teichmann | 2021-07-07 | 11 | -10/+225 |
| | | | | | | | | Scene_remote_{view, control} are no longer available if no host is selected. | ||||
| * | DBusAPI: Change critical error to qCritical instead of qDebug. | Daniel Teichmann | 2021-07-06 | 1 | -12/+12 |
| | | |||||
| * | Drop add_server_wizard/Scene_step_2.qml | Daniel Teichmann | 2021-07-06 | 3 | -73/+2 |
| | | |||||
| * | MainQMLAdaptor: engine can't be nullptr in constructor | Daniel Teichmann | 2021-07-06 | 1 | -2/+3 |
| | | |||||
| * | Tidy up some debug statements or long strings | Daniel Teichmann | 2021-07-06 | 5 | -16/+28 |
| | | |||||
| * | Fix copyright headers | Daniel Teichmann | 2021-07-06 | 14 | -18/+143 |
| | | |||||
| * | Introduce DBusAPI and RWAHost classes | Daniel Teichmann | 2021-07-06 | 11 | -308/+754 |
|/ | |||||
* | Update session to 'new' API format. | Daniel Teichmann | 2021-07-02 | 2 | -19/+34 |
| | |||||
* | Update translations | Daniel Teichmann | 2021-07-02 | 5 | -1/+203 |
| | |||||
* | Introduce new functioning scene layout. | Daniel Teichmann | 2021-07-02 | 1 | -12/+114 |
| | |||||
* | main.qml: cosmetic changes | Daniel Teichmann | 2021-07-02 | 1 | -11/+11 |
| | |||||
* | Introduce add_server_wizard.{cpp, h}; drop third add_server_wizard scene | Daniel Teichmann | 2021-07-02 | 8 | -61/+194 |
| | |||||
* | qml.qrc: clean up. | Daniel Teichmann | 2021-07-02 | 1 | -5/+5 |
| | |||||
* | RWADBusAdaptor.{cpp, h}: Update D-Bus adaptor to new API | Daniel Teichmann | 2021-07-01 | 4 | -14/+80 |
| | |||||
* | Remove unnecessary code and comments. | Daniel Teichmann | 2021-07-01 | 2 | -5/+0 |
| | |||||
* | Introduce add_server_wizard placeholder scenes; Add independent functions ↵ | Daniel Teichmann | 2021-07-01 | 5 | -14/+195 |
| | | | | for scene operations. | ||||
* | Replace old StackView replace animations with more fitting ones; Make ↵ | Daniel Teichmann | 2021-06-29 | 1 | -1/+18 |
| | | | | sidebar_drawer not too small | ||||
* | Add minimal.qdocconf for QDoc; add docs/ to .gitignore | Daniel Teichmann | 2021-06-29 | 2 | -0/+37 |
| | |||||
* | Add theme switch to side navigation menu | Daniel Teichmann | 2021-06-29 | 1 | -8/+34 |
| |