summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when queueing multiple (de)installations for the same package5.12Robert Griebl2021-04-263-19/+26
* Correctly handle null values in system- and applicationProperties over DBusRobert Griebl2021-04-263-3/+4
* Replace deprecated sys_siglist array usageBernd Weimer2020-09-221-0/+4
* Fix potential crash when a window is releasedBernd Weimer2020-08-031-4/+8
* Fix use-after-free on xdg pongJohn Brooks2020-05-072-2/+3
* Version bump to 5.12.8v5.12.8_QtASJukka Jokiniva2020-04-151-1/+1
* Improve crash handlerBernd Weimer2020-04-032-18/+28
* Delay emitting applicationWasActivated signalBernd Weimer2020-03-103-20/+18
* Prevent QML backtrace when engine has been deletedBernd Weimer2020-03-021-1/+2
* Fix crash in parallel YAML parsingRobert Griebl2020-01-315-16/+244
* Handle SIGTERM gracefullyRobert Griebl2020-01-291-4/+6
* Revise some error handlingBernd Weimer2020-01-212-2/+4
* Update demangle bufferBernd Weimer2020-01-143-8/+13
* Version bump to 5.12.6Robert Griebl2019-12-031-1/+1
* Change P2P dbus addressMostafa Emami2019-11-281-1/+2
* Fix issues in ProcessStatusBernd Weimer2019-11-144-37/+100
* Fix file name logging outputBernd Weimer2019-10-111-9/+8
* Fix logging outputBernd Weimer2019-09-191-5/+4
* Fix canceling installationsBernd Weimer2019-09-1219-42/+365
* Revert "Add a option to configure the behavior of very long log messages pass...v5.12.4_QtASDominik Holland2019-09-0311-67/+1
* Add a option to configure the behavior of very long log messages passed to DLTDominik Holland2019-08-3011-1/+67
* Add more logging configuration optionsDominik Holland2019-08-3012-9/+83
* Fix missing namespace qualifier in signal argumentRobert Griebl2019-08-302-2/+2
* Cleanup application lifecycle in single-process modeBernd Weimer2019-08-0810-1/+245
* Bump version to 5.12.4Robert Griebl2019-08-011-1/+1
* Fix app start/stop in single-process modeBernd Weimer2019-08-012-1/+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 broken Wayland socket name detectionRobert Griebl2019-08-011-4/+20
* Fix crashes when trying to start blocked appsRobert Griebl2019-08-011-4/+14
* Wait for apps to stop before actually uninstalling themRobert Griebl2019-08-013-2/+23
* Make sure the app-db is flushed after writingRobert Griebl2019-08-012-0/+4
* Fix possibly crashing qml/simple testsBernd Weimer2019-08-011-4/+4
* Only calculate the hardwareId onceDominik Holland2019-08-011-19/+22
* [intents] add intents list to read/write of ApplicationInfo to streamEgor Nemtsev2019-08-011-2/+5
* Fix headless compilationRobert Griebl2019-08-0114-14/+63
* [docs] Minor fixesKavindra Palaraja2019-03-042-2/+2
* [docs] Review of Qt Application Manager documentationKavindra Palaraja2019-02-273-255/+280
* Fix wording in migration guide (again)v5.12.1_QtASRobert Griebl2019-02-151-3/+3
* Fix wording in migration guideRobert Griebl2019-02-151-2/+3
* Fix application states being wrongly initializedRobert Griebl2019-02-144-11/+5
* The actual doc contents of the previous commitRobert Griebl2019-02-121-60/+55
* Add documentation for the intents exampleRobert Griebl2019-02-1212-12/+247
* Avoid conflicts on Linux desktops by using a non-standard Wayland socketRobert Griebl2019-02-122-4/+19
* [docs] Cleanups on Qt Application Manager overviewKavindra Palaraja2019-02-122-97/+111
* Add support for $VERBOSE_TEST in the qml testrunnerRobert Griebl2019-02-113-1/+10
* Fix signal emission order on app installationRobert Griebl2019-02-111-4/+6
* Automatically generate and install appman qmltypesDominik Holland2019-02-041-0/+15
* Add support for isSingleton and isCreatable in the qmltypes type informationRobert Griebl2019-02-0416-64/+95
* Fix implicit ASCII conversion warningRobert Griebl2019-01-311-1/+1