summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Delay emitting applicationWasActivated signalv5.13.2_QtAS5.13Bernd Weimer2020-03-093-20/+18
* Prevent QML backtrace when engine has been deletedBernd Weimer2020-02-271-1/+2
* Fix Yocto/MingW buildRobert Griebl2020-02-181-1/+1
* Make sure to kill any child processes when the main AM process crashes (II)Robert Griebl2020-02-101-0/+25
* Enable the crashhandler also on macosDominik Holland2020-02-051-2/+9
* Make sure to kill any child processes when the main AM process crashes.Robert Griebl2020-02-051-0/+6
* Fix crash in parallel YAML parsingRobert Griebl2020-01-315-16/+244
* Handle SIGTERM gracefullyRobert Griebl2020-01-241-4/+6
* Fix IPC extensions for quick-launched applicationsBernd Weimer2020-01-246-28/+67
* Revert back to using a mutex for process readingsBernd Weimer2020-01-215-140/+129
* Revise some error handlingBernd Weimer2020-01-172-2/+4
* Update demangle bufferBernd Weimer2020-01-143-8/+13
* Change P2P dbus addressMostafa Emami2019-11-271-1/+2
* Fix issues in ProcessStatusBernd Weimer2019-11-114-37/+100
* Don't build appman-packager and appman-uploader when cross compilingDominik Holland2019-11-111-1/+1
* Fix error string in sudo clientBernd Weimer2019-11-091-2/+5
* Bump module version to 5.13.2Dominik Holland2019-11-081-1/+1
* am-app: Return with a warning if the appman-packager is not availableDominik Holland2019-11-081-0/+4
* doc: Add C++ headers and source files to the list of example fileextensionsv5.13.1_QtASDominik Holland2019-10-081-1/+1
* Fix quoting in system-ui docsRobert Griebl2019-10-081-1/+1
* Merge remote-tracking branch 'gerrit/5.12' into 5.13Robert Griebl2019-10-0820-47/+369
|\
| * Fix logging outputBernd Weimer2019-09-191-5/+4
| * Fix canceling installationsBernd Weimer2019-09-1219-42/+365
* | Fix issues in container documentationBernd Weimer2019-09-253-25/+28
* | Add a way to define the plugin paths in configuration filesDominik Holland2019-09-108-9/+84
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Dominik Holland2019-09-062-2/+2
|\ \
| * | 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-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
* | [docs] Add the System UI topicKavindra Palaraja2019-08-292-15/+186
* | [doc] Add some documentation for the Software Container Plugin ExampleKavindra Palaraja2019-08-093-72/+107
* | Merge "Merge remote-tracking branch 'gerrit/5.12' into 5.13"Robert Griebl2019-08-0810-1/+245
|\ \
| * | Merge remote-tracking branch 'gerrit/5.12' into 5.13Robert Griebl2019-08-0810-1/+245
|/| | | |/
| * Cleanup application lifecycle in single-process modeBernd Weimer2019-08-0810-1/+245
* | Bump version to 5.13.1Robert Griebl2019-08-081-1/+1
* | Ignore $WAYLAND_DISPLAY when starting on Wayland desktop environmentsRobert Griebl2019-08-081-7/+16
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Liang Qi2019-08-083-3/+5
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-083-3/+5
|/| | | |/
| * 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