summaryrefslogtreecommitdiff
path: root/src/manager-lib
Commit message (Expand)AuthorAgeFilesLines
* Fully transparent and generic cache for config and app databaseRobert Griebl2019-11-072-19/+17
* Change intent implementation to better fit new architectureRobert Griebl2019-10-285-8/+58
* Add new package abstraction, part 2Robert Griebl2019-10-2813-146/+397
* Merge remote-tracking branch 'origin/5.13' into devDominik Holland2019-10-113-2/+13
|\
| * Add a way to define the plugin paths in configuration filesDominik Holland2019-09-101-0/+11
| * Merge remote-tracking branch 'origin/5.12' into 5.13Dominik Holland2019-09-042-2/+2
| |\
| | * Revert "Add a option to configure the behavior of very long log messages pass...v5.12.4_QtASDominik Holland2019-09-031-5/+1
| | * Add a option to configure the behavior of very long log messages passed to DLTDominik Holland2019-08-301-1/+5
| | * Add more logging configuration optionsDominik Holland2019-08-301-1/+2
| | * Fix missing namespace qualifier in signal argumentRobert Griebl2019-08-301-1/+1
* | | Fix in-process import pathBernd Weimer2019-08-191-1/+1
* | | Add support for Qt resourcesBernd Weimer2019-08-131-2/+15
* | | Merge remote-tracking branch 'gerrit/5.13' into devRobert Griebl2019-08-091-0/+2
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'gerrit/5.12' into 5.13Robert Griebl2019-08-081-0/+2
| |\ \ | | |/
| | * Cleanup application lifecycle in single-process modeBernd Weimer2019-08-081-0/+2
| | * Destroy QDBusServer instance when an application quitsRobert Griebl2019-08-011-1/+1
| | * Fix applications reusing a runtime object that is about to be destructedRobert Griebl2019-08-011-1/+4
| | * Fix crashes when trying to start blocked appsRobert Griebl2019-08-011-4/+14
| | * Make sure the app-db is flushed after writingRobert Griebl2019-08-011-0/+2
| | * Fix headless compilationRobert Griebl2019-08-012-1/+3
* | | Cleanup QmlInProcessRuntime exit status handlingBernd Weimer2019-08-071-2/+2
* | | Rename from Luxoft AM to Qt AMRobert Griebl2019-08-0561-61/+61
* | | Remove a left-over alias checkRobert Griebl2019-08-031-3/+0
* | | Cleanup the NativeRuntime exit status handlingRobert Griebl2019-08-032-16/+7
* | | (Re)implement package and application blockingRobert Griebl2019-08-0220-48/+3979
* | | Remove support for multiple installation locationsRobert Griebl2019-08-021-4/+1
* | | Add new package abstraction, which allows multiple executables per packageRobert Griebl2019-08-0128-1109/+269
* | | Merge remote-tracking branch 'gerrit/5.13' into devRobert Griebl2019-07-319-105/+131
|\ \ \ | |/ /
| * | Fix CI compilationRobert Griebl2019-07-251-0/+1
| * | [docs] Improve the API Reference for System UI related classesKavindra Palaraja2019-07-103-72/+78
| * | Fix qdoc warningsDominik Holland2019-07-103-5/+15
| * | The return value of ApplicationObject::start|debug was ignoredRobert Griebl2019-07-083-28/+33
| * | Fix headless compilationRobert Griebl2019-07-081-0/+2
| * | Make sure the app-db is flushed after writingRobert Griebl2019-07-021-0/+2
* | | Improve invalid main QML handlingBernd Weimer2019-07-232-3/+1
|/ /
* | Fix crashes when trying to start blocked appsRobert Griebl2019-06-261-4/+14
* | Fix deprecation warnings against Qt 5.13Robert Griebl2019-06-051-3/+3
* | Untangle the broken monitoring dependenciesRobert Griebl2019-05-287-1253/+454
* | Add method to add Wayland extensionsBernd Weimer2019-05-271-4/+2
* | Improve the error message when trying to start an unknown applicationRobert Griebl2019-05-172-9/+10
* | Fix applications reusing a runtime object that is about to be destructedRobert Griebl2019-05-171-1/+4
* | Destroy QDBusServer instance when an application quitsRobert Griebl2019-05-171-1/+1
* | Port benchmark code to new 5.12 APIBernd Weimer2019-03-251-1/+3
* | Add more logging configuration optionsDominik Holland2019-03-141-1/+2
|/
* Fix application states being wrongly initializedRobert Griebl2019-02-143-5/+4
* Fix signal emission order on app installationRobert Griebl2019-02-111-4/+6
* Add support for isSingleton and isCreatable in the qmltypes type informationRobert Griebl2019-02-047-7/+7
* Fix implicit ASCII conversion warningRobert Griebl2019-01-311-1/+1
* Improve logging outputRobert Griebl2019-01-311-4/+1
* Fix ApplicationInterfaceExtension signal emissionBernd Weimer2019-01-221-2/+7