summaryrefslogtreecommitdiffstats
path: root/src/manager-lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update the appman-dumptypes toolRobert Griebl2019-01-165-27/+33
* Clazy: marked constant property as suchRobert Griebl2019-01-101-1/+1
* Add missing documentationBernd Weimer2018-12-191-0/+6
* Add documentation for the Intents QML APIRobert Griebl2018-12-181-2/+0
* Update copyright statementsRobert Griebl2018-12-1850-50/+100
* Bump all QtApplicationManager QML imports to 2.0Robert Griebl2018-12-1810-18/+18
* Get vendor detection code out of GpuTool onto a separate classDaniel d'Andrada2018-12-112-42/+62
* Fix qdoc warningsRobert Griebl2018-12-065-9/+9
* WaylandCompositor: Support xdg-shell instead of xdg-shell-v5 in Qt 5.12Daniel d'Andrada2018-11-221-0/+5
* Fix macOS/clang warningsRobert Griebl2018-11-093-15/+7
* Add options for intent timeouts and disabling intents and installerRobert Griebl2018-11-082-2/+26
* Fix crash in the Intent integrationRobert Griebl2018-11-071-3/+7
* Remove incorrect documentationDaniel d'Andrada2018-11-061-1/+0
* Make deducing the single-process app context easierRobert Griebl2018-10-315-36/+43
* Intents: improved error handling and debug outputRobert Griebl2018-10-311-2/+7
* Split the QtApplicationManager qml moduleDaniel d'Andrada2018-10-3015-27/+27
* Rename FakeApplicationManagerWindowDaniel d'Andrada2018-10-306-75/+75
* Multiple cleanupsRobert Griebl2018-10-302-4/+4
* Get rid of all 0-timeout single-shot timersRobert Griebl2018-10-265-18/+23
* Intents: add timeout/error handling for the client sideRobert Griebl2018-10-262-7/+9
* closing the last window in single-process makes the application stopDaniel d'Andrada2018-10-224-22/+43
* Remove inProcessSurfaceItemReleased from AbstractRuntimeDaniel d'Andrada2018-10-195-17/+24
* Intents: cleanup and new featuresRobert Griebl2018-10-194-62/+178
* Add support for Intents for both single- and multi-process modeRobert Griebl2018-10-125-11/+664
* Use the new runtimeCreated signal in the ApplicationIPCManagerRobert Griebl2018-10-124-45/+88