summaryrefslogtreecommitdiffstats
path: root/src/manager-lib/applicationmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make watchdog kills use a distinct Unix signal and ExitStatusRobert Griebl2025-06-061-5/+7
* Consistent debug outputRobert Griebl2025-02-241-3/+4
* Prevent recursion on emission of aboutToBe... signalsRobert Griebl2024-10-241-0/+7
* Fix the description model role documentation and availabilityRobert Griebl2024-09-121-0/+12
* Cleanup runtime registration and debug outputRobert Griebl2024-09-101-2/+9
* Simplify the global configuration for all runtimesRobert Griebl2024-06-181-1/+2
* Code cleanupRobert Griebl2024-06-181-3/+0
* Refactor the representation of the YAML configurationRobert Griebl2024-05-291-1/+1
* Fix D-Bus marshalling for taskRequestingInstallationAcknowledgeRobert Griebl2024-05-021-8/+17
* Axivion: fix or document most of the reported issuesRobert Griebl2024-02-211-10/+11
* doc: fix spellingRobert Griebl2024-02-011-3/+3
* Clazy: fixesRobert Griebl2024-01-081-7/+7
* Clazy: modernizeRobert Griebl2024-01-081-1/+1
* Modernize string literalsRobert Griebl2024-01-081-11/+13
* Switch to declarative registrationRobert Griebl2023-11-081-25/+0
* Fix the PackageManager's package role not being usable in strict modeRobert Griebl2023-08-221-0/+10
* cmake: add support for Unity buildsRobert Griebl2023-08-161-41/+42
* Add a new auto-test for the bubblewrap containersRobert Griebl2023-07-211-0/+13
* Cleanup the app starting codeRobert Griebl2023-06-301-43/+34
* Hide internal signals and slots from QMLRobert Griebl2023-06-211-1/+1
* Small fixesRobert Griebl2023-06-211-2/+2
* Make all example and doc QML imports versionlessRobert Griebl2023-06-171-2/+2
* QML runtime: automatically quit, if no quit handler is installedRobert Griebl2023-06-171-0/+6
* A bunch of smaller documentation fixesRobert Griebl2023-05-231-3/+3
* Fix race condition when un-installing running appsRobert Griebl2023-02-071-7/+14
* Port from qAsConst to std::as_constMarc Mutz2023-01-141-10/+10
* Fix a potential crash when trying to start applicationsRobert Griebl2022-10-121-5/+9
* Work around unused result issue in gccRobert Griebl2022-08-161-2/+3
* Use SPDX license identifiersDominik Holland2022-06-151-30/+4
* Prevent infinite loopsRobert Griebl2022-05-171-1/+3
* Correctly track redirected std. IO file descriptors through all layersRobert Griebl2022-03-301-2/+29
* Fix QScopedPointer::take deprecation warningMÃ¥rten Nordheim2022-03-241-2/+4
* Fix minor issuesBernd Weimer2022-03-221-1/+1
* UrlHandlers have to be properly unregistered nowadaysRobert Griebl2022-03-171-0/+2
* Fix immediate application restartBernd Weimer2021-09-201-1/+1
* Clazy: fix srcRobert Griebl2021-08-201-2/+2
* Wait for running apps to die on update installationsRobert Griebl2021-08-061-1/+1
* Make the ApplicationManager and PackageManager connections implicitRobert Griebl2021-08-061-1/+17
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-25/+13
* Add support for running multiple (external) apps with the same PIDRobert Griebl2021-04-231-5/+34
* Remove legacy functionality: headless, pssdp and pshellserverRobert Griebl2020-11-281-7/+1
* Qt 6 port, part 1 .. without cmakeRobert Griebl2020-11-281-1/+2
* Build optimization: include all moc cpps directly in the main cpp fileRobert Griebl2020-08-111-0/+2
* Spelling fixes all over the placeRobert Griebl2020-07-171-22/+22
* Avoid missleading quicklaunch logging outputBernd Weimer2020-06-191-33/+38
* Fix some documentation issuesBernd Weimer2020-06-191-1/+1
* Merge remote-tracking branch 'gerrit/5.13' into 5.14Robert Griebl2020-03-121-6/+8
|\
| * Delay emitting applicationWasActivated signalv5.13.2_QtAS5.13Bernd Weimer2020-03-091-10/+10
| * Merge remote-tracking branch 'gerrit/5.12' into 5.13Robert Griebl2019-10-081-13/+14
| |\
| | * Fix canceling installationsBernd Weimer2019-09-121-13/+14