summaryrefslogtreecommitdiffstats
path: root/src/main-lib
Commit message (Expand)AuthorAgeFilesLines
* Fix QUnifiedTimer private API change problemsZoltan Gera5 days1-1/+1
* Mark security critical files according to QUIP 23Zoltan Gera2025-05-152-0/+2
* Fix potential problems with GNOME platform theme loadingRobert Griebl2025-05-072-9/+9
* Update license checkLucie Gérard2025-03-211-1/+1
* Convert warning to info messages on startupRobert Griebl2025-03-031-3/+3
* More accurate wording on deprecation warningRobert Griebl2025-02-051-1/+1
* Fix more compilation issues with Qt 6.10 (nodiscard)Volker Hilsheimer2025-01-091-1/+2
* Dump deferred log messages on error exitRobert Griebl2024-12-092-2/+2
* 6.9 cleanup commitRobert Griebl2024-12-015-36/+31
* Prevent atexit() handlers from running when an exception occursRobert Griebl2024-11-131-1/+1
* Do not compile the build directory into the appman binaryRobert Griebl2024-10-302-4/+0
* Always state the reason why the AM is doing a controlled shutdownRobert Griebl2024-10-242-15/+34
* CMake: Use relative paths for the dbus interfacesUlf Hermann2024-09-251-4/+4
* Watchdog: fix the event loop stuck durations being way offRobert Griebl2024-08-062-0/+9
* Watchdog: simplify the render thread timeout configurationRobert Griebl2024-07-261-7/+3
* Fix the --build-config command line optionRobert Griebl2024-07-192-10/+5
* Doc: Move the cmake-macros.qdoc into the doc folderDominik Holland2024-07-191-168/+0
* CMake: Improve the create_*_package APIDominik Holland2024-07-192-41/+163
* Extend the QT_AM_MAIN macro to make it more flexibleRobert Griebl2024-07-193-8/+9
* Add a way to reference the executable directory from config filesRobert Griebl2024-07-191-7/+12
* Remove unnecessary WaylandCompositor dependency from AppManMainRobert Griebl2024-06-251-5/+0
* Fix Axivion style violationsRobert Griebl2024-06-182-4/+4
* Better abstraction for the watchdog and OpenGL configurationRobert Griebl2024-06-184-122/+26
* Simplify the global configuration for all runtimesRobert Griebl2024-06-181-8/+10
* Code cleanupRobert Griebl2024-06-181-1/+1
* Don't use DLT settings or command line arguments if DLT isn't availableRobert Griebl2024-06-111-5/+7
* Deprecate the disable installer/intents runtime optionsRobert Griebl2024-06-113-27/+21
* Clean up the NotificationManager public APIRobert Griebl2024-06-011-10/+28
* A better watchdog for Wayland, main thread and scene graphRobert Griebl2024-05-313-13/+127
* Refactor the representation of the YAML configurationRobert Griebl2024-05-296-1260/+1002
* Static lambdas should not have capturesRobert Griebl2024-05-291-5/+6
* CMake: link systemui wrapper with qtcoreSamuli Piippo2024-05-291-0/+1
* Remove our #pragma once workaround, as it is not needed anymoreRobert Griebl2024-05-151-3/+0
* Fix system-ui wrapper generation when cross-compiling on WindowsRobert Griebl2024-05-101-1/+1
* Fix D-Bus marshalling for taskRequestingInstallationAcknowledgeRobert Griebl2024-05-021-5/+6
* Rename the oddly named QVariant converter function for DBusRobert Griebl2024-03-182-6/+6
* Fix memory leak due to broken unique_ptr deleterRobert Griebl2024-03-071-1/+1
* Fix exception handling after Q*Application::exec()Robert Griebl2024-03-072-11/+14
* Replace all #pragma once with old-style #ifdef include guardsRobert Griebl2024-03-054-4/+16
* CMake: Change the cwd to the location of the system-ui-wrapper scriptDominik Holland2024-02-281-0/+2
* Axivion: fix or document most of the reported issuesRobert Griebl2024-02-213-14/+18
* Logging: add a D-Bus specific logging categoryRobert Griebl2024-02-071-6/+6
* cmake: fix quoting in qt6_am_add_systemui_wrapperRobert Griebl2024-02-071-6/+10
* Use a P2P DBus on non-Linux platforms for the appman-controllerRobert Griebl2024-02-072-64/+116
* cmake: move the qt_am_create_package command from examples to main-libRobert Griebl2024-02-012-0/+143
* Only load container plugins which are actually usedDominik Holland2024-02-011-0/+4
* Revamp the instance-id and the dbus anchors for the controllerRobert Griebl2024-01-252-32/+64
* Clazy: fixesRobert Griebl2024-01-083-8/+10
* Clazy: modernizeRobert Griebl2024-01-082-21/+21
* Modernize string literalsRobert Griebl2024-01-084-151/+159