summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix automatic startup timer reporting5.11Bernd Weimer2018-10-094-6/+11
* Add thread name in crash infoBernd Weimer2018-10-094-13/+38
* Add DLT crash logging and QML stack traceBernd Weimer2018-10-0919-31/+539
* Fix store-signed packagesRobert Griebl2018-08-0317-47/+138
* Fix window propertiesBernd Weimer2018-07-116-1/+36
* Build fix: Wayland extensions have to be built differently nowadaysRobert Griebl2018-07-113-2/+15
* Add auto tests for quick launch featureBernd Weimer2018-06-228-3/+172
* Fix quick-launched apps not starting reliablyRobert Griebl2018-06-212-28/+33
* Print a note how to fix that the notification service could not be registeredv5.11.1_QtASDominik Holland2018-06-141-0/+1
* Emit visibleChanged signalBernd Weimer2018-06-111-2/+1
* Add options to specify iconTheme and searchPaths in am-config.yamlDominik Holland2018-06-0715-3/+96
* Make the git sha1 available for builds from exported tarballsRobert Griebl2018-06-062-0/+5
* Fix race condition in appman-controller start-application --restartRobert Griebl2018-05-171-176/+206
* Install the am-systemui.prf qmake feature fileDominik Holland2018-05-162-1/+12
* Make the minidesk and monitor examples launchable from qt-creatorDominik Holland2018-05-163-2/+47
* Add support for the new clang based qdoc parser in Qt 5.11Robert Griebl2018-05-143-0/+24
* Remove the uneeded waylandcompositor-private dependencyRobert Griebl2018-05-113-6/+4
* Remove unimplemented leftovers from WindowSurfaceDaniel d'Andrada2018-05-092-6/+0
* Deprecate info.yaml fields now, so we can remove them in 5.12Robert Griebl2018-05-039-101/+113
* Clean up applicationscanner.hDaniel d'Andrada2018-04-271-2/+0
* Fix regression introduced in d47e6e66Robert Griebl2018-04-271-3/+6
* Add support back for libarchive <= 3.1Robert Griebl2018-04-271-1/+1
* Remove unimplemented Application::fromVariantMap functionDaniel d'Andrada2018-04-271-1/+0
* Organize ProcessMonitor #includesDaniel d'Andrada2018-04-272-4/+3
* Correctly handle surface destruction in the qtam Wayland extensionRobert Griebl2018-04-271-2/+6
* Remove the retakeSingletonOwnershipFromQmlEngine hackDominik Holland2018-04-279-61/+12
* Rewrite the tst_installer QML autotestDominik Holland2018-04-272-22/+33
* enable build for msvc2017Samuli Piippo2018-04-271-1/+1
* Fix Windows/Cygwin test package creationRobert Griebl2018-04-232-140/+141
* Fix warning on MingW buildsRobert Griebl2018-04-201-1/+3
* Fix test package creation on Windows/CygwinRobert Griebl2018-04-201-1/+7
* NotificationManager: Remove copy-and-paste mistake from documentationDaniel d'Andrada2018-04-201-2/+1
* Fix core-private dependency currently blocking Yocto buildsRobert Griebl2018-04-181-2/+2
* Clang code model fixesRobert Griebl2018-04-1768-189/+197
* Add support for extra meta-data in packagesRobert Griebl2018-04-1720-67/+359
* Add a way to suppress the automatic startup-timer report generationRobert Griebl2018-04-174-4/+47
* Add the appman-bench benchmark toolDominik Holland2018-04-1717-0/+918
* Remove the last traces of pre-5.7 QtWaylandRobert Griebl2018-04-172-4/+2
* Introduce qdoc groups for all qml typesDominik Holland2018-04-1719-46/+37
* Update documentationBernd Weimer2018-04-105-6/+85
* Fix compiler warnings on macosDominik Holland2018-04-102-1/+7
* Relax requirement for System-UI root elementBernd Weimer2018-04-102-29/+70
* Bump version to 5.11.0Robert Griebl2018-04-101-1/+1
* Add missing include for Qt 5.10Dominik Holland2018-04-061-0/+1
* Add support for commandline arguments in native applicationsRobert Griebl2018-04-062-2/+14
* Fix missing includesRobert Griebl2018-04-062-0/+2
* Disconnect the quit and exit signals of the QQmlApplicationEngine5.10Dominik Holland2018-04-042-1/+3
* Replace QtWayland's surface extension with a custom AM extensionRobert Griebl2018-04-0418-104/+618
* (Un)register MIME types with QtGui on application (un)installationRobert Griebl2018-04-042-3/+15
* Explicitly call doneCurrent to work around crash on NUC with eglfsRobert Griebl2018-04-031-6/+8