summaryrefslogtreecommitdiffstats
path: root/src/manager-lib
Commit message (Expand)AuthorAgeFilesLines
* Mark security critical files according to QUIP 23Zoltan Gera2025-05-155-1/+5
* Tests: stabilize tst_applicationmanagerRobert Griebl2025-02-281-0/+1
* Consistent debug outputRobert Griebl2025-02-241-3/+4
* Consistent, easy to read debug output on application startRobert Griebl2025-02-171-2/+6
* Fix ProcessContainer::setControlGroup not working with cgroups v2Robert Griebl2025-02-173-6/+37
* Adapt to QtWaylandCompositor behavior changes in 6.9+Robert Griebl2025-02-096-69/+99
* Fix deprecation of filter model invalidationZoltan Gera2025-01-272-0/+14
* Fix more compilation issues with Qt 6.10 (nodiscard)Volker Hilsheimer2025-01-091-1/+2
* Make application stop behavior deterministicRobert Griebl2024-12-022-5/+9
* Disable watchdog when a debug-wrapper is usedRobert Griebl2024-12-026-4/+22
* 6.9 cleanup commitRobert Griebl2024-12-012-7/+1
* Fix icon handling for installable packagesRobert Griebl2024-11-281-7/+9
* Doc: fix import version and improve MonitorModel and friendsRobert Griebl2024-11-191-21/+20
* Do not compile the build directory into the appman binaryRobert Griebl2024-10-301-2/+0
* Crash handler: use our thread-safe strsignal wrapper everywhereRobert Griebl2024-10-291-1/+2
* Fix crashing quick launcher not reporting the fatal Unix signalRobert Griebl2024-10-241-1/+1
* Prevent recursion on emission of aboutToBe... signalsRobert Griebl2024-10-247-9/+45
* CMake: Use relative paths for the dbus interfacesUlf Hermann2024-09-251-3/+3
* Fix the description model role documentation and availabilityRobert Griebl2024-09-122-0/+16
* Cleanup runtime registration and debug outputRobert Griebl2024-09-108-30/+12
* Fix Axivion style violationsRobert Griebl2024-06-182-12/+13
* Watchdog: enable the watchdog for QML applications in MP modeRobert Griebl2024-06-181-0/+8
* Simplify the global configuration for all runtimesRobert Griebl2024-06-189-87/+58
* Code cleanupRobert Griebl2024-06-181-3/+0
* Fix data-race on taskRequestingInstallationAcknowledge parameterRobert Griebl2024-06-111-22/+26
* Don't use DLT settings or command line arguments if DLT isn't availableRobert Griebl2024-06-111-5/+7
* Clean up the NotificationManager public APIRobert Griebl2024-06-013-51/+65
* Improve NotifcationManagerBernd Weimer2024-05-312-46/+92
* Remove the deprecated installationLocations configurationRobert Griebl2024-05-291-1/+0
* Refactor the representation of the YAML configurationRobert Griebl2024-05-299-17/+19
* Warn users about wrongly instantiating QML typesRobert Griebl2024-05-2311-41/+61
* Use existing functionality in Qt instead of a custom implementationRobert Griebl2024-05-232-4/+4
* Remove our #pragma once workaround, as it is not needed anymoreRobert Griebl2024-05-151-3/+0
* Remove all literal uses of /tmpRobert Griebl2024-05-151-3/+10
* Refactor the ApplicationInterface root context propertyRobert Griebl2024-05-147-31/+58
* Fix D-Bus marshalling for taskRequestingInstallationAcknowledgeRobert Griebl2024-05-022-8/+19
* Replace all signals/slots keywords with Q_SIGNALS/Q_SLOTSRobert Griebl2024-04-2219-34/+34
* Fix application quit behavior in single-process modeRobert Griebl2024-03-181-5/+30
* QVariants from QML often have QJSValues, which cannot be serializedRobert Griebl2024-03-181-3/+5
* Rename the oddly named QVariant converter function for DBusRobert Griebl2024-03-182-5/+5
* Replace all #pragma once with old-style #ifdef include guardsRobert Griebl2024-03-0531-31/+124
* Axivion: fix or document most of the reported issuesRobert Griebl2024-02-219-32/+35
* Fix package installations with absolute package paths on WindowsRobert Griebl2024-02-071-1/+6
* doc: fix spellingRobert Griebl2024-02-011-3/+3
* doc: ApplicationManagerWindow properties and signalsRobert Griebl2024-01-302-2/+2
* Simplify the new ApplicationMangerWindow APIRobert Griebl2024-01-092-40/+2
* Clazy: fixesRobert Griebl2024-01-0820-71/+73
* Clazy: modernizeRobert Griebl2024-01-089-13/+13
* Modernize string literalsRobert Griebl2024-01-0819-162/+201
* Remove obsolete QT_VERSION_CHECKsRobert Griebl2023-12-221-5/+0