summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix propagation of --slow-animations to applicationsDaniel d'Andrada2018-12-121-1/+1
* Get vendor detection code out of GpuTool onto a separate classDaniel d'Andrada2018-12-112-42/+62
* Keep windowProperties when there's no surface anymoreDaniel d'Andrada2018-12-112-3/+11
* Introduce MonitorModel & friendsDaniel d'Andrada2018-12-0726-2811/+2765
* Fix qdoc warningsRobert Griebl2018-12-0612-20/+22
* Update the docs to mention both the qmlscene and the new qml toolRobert Griebl2018-12-051-2/+2
* Add yaml-to-json conversion functionality to the appman-packagerRobert Griebl2018-12-041-1/+48
* Fix parallel installationsRobert Griebl2018-11-294-26/+57
* Remove dbus/registrationDelay and fix dbus noneBernd Weimer2018-11-285-41/+38
* Don't build the uploader tool when for androidDominik Holland2018-11-231-1/+1
* WaylandCompositor: Support xdg-shell instead of xdg-shell-v5 in Qt 5.12Daniel d'Andrada2018-11-223-10/+73
* Make DLT IDs configurableBernd Weimer2018-11-209-18/+78
* Fix const-nessRobert Griebl2018-11-162-4/+4
* Add support for canceling installations to the appman-controllerRobert Griebl2018-11-168-43/+298
* Fix blank line output in controller's list-* commandsRobert Griebl2018-11-151-2/+6
* Fix flaky memory monitoring testBernd Weimer2018-11-142-0/+10
* Fix calling resetToDefault right before re-installing a signal handlerRobert Griebl2018-11-091-1/+2
* Move Notification to QtApplicationManager moduleDaniel d'Andrada2018-11-092-2/+2
* Fix macOS/clang warningsRobert Griebl2018-11-093-15/+7
* Add options for intent timeouts and disabling intents and installerRobert Griebl2018-11-086-8/+64
* Get rid of the last remaining direct moc include in source filesRobert Griebl2018-11-087-134/+252
* Have a sensible default for SystemMonitor.reportingIntervalDaniel d'Andrada2018-11-071-1/+1
* Stop SystemMonitor updates when all reporting is disabledDaniel d'Andrada2018-11-072-123/+90
* Move SystemMonitorPrivate to its own headerDaniel d'Andrada2018-11-073-235/+308
* Intents: add a debug output when a request starts waiting for disambiguationRobert Griebl2018-11-071-0/+1
* Remove dead codeRobert Griebl2018-11-072-13/+0
* Fix crash in the Intent integrationRobert Griebl2018-11-071-3/+7
* Support multiple intent handling applications within the same processRobert Griebl2018-11-072-11/+21
* Expose the applicationId to the qml runtime launcherRobert Griebl2018-11-064-1/+16
* Make it possible to Ctrl+C the crash handlerRobert Griebl2018-11-061-1/+6
* Remove incorrect documentationDaniel d'Andrada2018-11-062-2/+0
* Make it possible to compare Intent objects on the QML sideRobert Griebl2018-11-053-0/+7
* Update SystemMonitor documentation as it's no longer a singletonDaniel d'Andrada2018-10-311-9/+9
* Move Notification to QtApplicationManager moduleDaniel d'Andrada2018-10-312-5/+5
* Intents: fix variable namingRobert Griebl2018-10-312-30/+30
* Make deducing the single-process app context easierRobert Griebl2018-10-319-40/+48
* Intents: improved error handling and debug outputRobert Griebl2018-10-312-10/+28
* Intents: added server side timeoutsRobert Griebl2018-10-306-10/+75
* Split the QtApplicationManager qml moduleDaniel d'Andrada2018-10-3035-67/+66
* Rename FakeApplicationManagerWindowDaniel d'Andrada2018-10-307-77/+77
* Intents: fixed API naming to follow a consistent request/reply send/receive p...Robert Griebl2018-10-305-18/+19
* Fix error messageRobert Griebl2018-10-301-2/+4
* Multiple cleanupsRobert Griebl2018-10-309-11/+8
* Get rid of all 0-timeout single-shot timersRobert Griebl2018-10-2610-31/+34
* Intents: add timeout/error handling for the client sideRobert Griebl2018-10-268-55/+101
* Intents: apps can always request their own intents, regardless of capabilitiesRobert Griebl2018-10-251-13/+14
* closing the last window in single-process makes the application stopDaniel d'Andrada2018-10-224-22/+43
* Remove inProcessSurfaceItemReleased from AbstractRuntimeDaniel d'Andrada2018-10-198-23/+30
* Intents: cleanup and new featuresRobert Griebl2018-10-1921-388/+591
* Windows fixesRobert Griebl2018-10-192-1/+8