summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update tools documentationBernd Weimer2018-01-104-71/+98
* Execute QML auto tests within source folderBernd Weimer2018-01-101-2/+2
* Fix clang handling of virtual overridesRobert Griebl2018-01-092-2/+2
* Fix Qt 5.6 build on Win and MacRobert Griebl2018-01-092-3/+3
* Fix shared_main_lib dependencyRobert Griebl2018-01-091-4/+4
* Add installation state auto testBernd Weimer2017-12-208-7/+145
* Improve documentationBernd Weimer2017-12-1914-72/+72
* Refactor the interface between the AM and runtime launchersRobert Griebl2017-12-1536-435/+891
* Expose installation state to QMLBernd Weimer2017-12-083-0/+21
* Fix the version comparison for enabling the dlt lazy initDominik Holland2017-11-302-1/+25
* Move the MouseTouchAdaptor from neptune to the application-managerRobert Griebl2017-11-2913-1/+600
* Add missing introduction for package managementRobert Griebl2017-11-291-0/+26
* Add single- vs. multi-process documentationBernd Weimer2017-11-292-0/+211
* Add window property testsBernd Weimer2017-11-282-34/+64
* Hide more properties in FakeApplicationManagerWindowBernd Weimer2017-11-282-5/+95
* Improve in-process window mappingBernd Weimer2017-11-282-29/+38
* Hide properties in FakeApplicationManagerWindowBernd Weimer2017-11-2732-181/+942
* Fix passing a relative path of the main qml file to appman by command lineDominik Holland2017-11-271-1/+1
* Improve launcher binary detectionRobert Griebl2017-11-211-6/+16
* Add support for OpenGL version and profile selectionRobert Griebl2017-11-1413-44/+255
* Fix stopAllApplications()Bernd Weimer2017-11-141-3/+5
* Fix QML file license headersBernd Weimer2017-11-147-212/+135
* Fix headless buildRobert Griebl2017-11-0310-30/+67
* Fix qdoc issuesRobert Griebl2017-11-032-2/+1
* Fix single-process race condition when emitting windowReadyRobert Griebl2017-11-033-3/+38
* Add option to enable support for Qt widgets in System UIJacques GUILLOU2017-11-036-1/+11
* Remove obsolete deployer scriptRobert Griebl2017-10-243-31/+0
* Fix the windowmapping autotest to work inside virtual machinesDominik Holland2017-10-201-0/+6
* Support Q_FALLTHROUGH on Qt 5.6 and 5.7Robert Griebl2017-10-191-0/+8
* Add Q_FALLTHROUGH()s for newer compilersRobert Griebl2017-10-181-2/+5
* Add Application::activated() signalDaniel d'Andrada2017-10-124-2/+16
* Use a more descriptive name for storing the appman data in /tmpDominik Holland2017-10-121-5/+5
* Suppress bogus QCommandlineParser warning in custom executablesRobert Griebl2017-10-121-1/+1
* Make the AM quit in single-app mode, if the app quitsRobert Griebl2017-10-103-10/+21
* First shot at an introduction documentRobert Griebl2017-10-093-1/+152
* Allow to show root window in single-process modeBernd Weimer2017-10-095-1/+171
* Fix auto-test error string comparisonRobert Griebl2017-10-061-1/+1
* Add ContainerInterface plugin documentationRobert Griebl2017-09-285-10/+269
* Prevent using debug-wrappers on single-process applicationsRobert Griebl2017-09-281-7/+9
* Don't show invisible root elementsBernd Weimer2017-09-278-44/+95
* Better error output for failed certificate validations on WindowsRobert Griebl2017-09-201-2/+5
* Pass slowAnimations down to client applicationsDaniel d'Andrada2017-09-2013-9/+87
* Make it possible to switch slowAnimations at runtimeDaniel d'Andrada2017-09-203-21/+46
* Fix packageextractor auto-testRobert Griebl2017-09-201-1/+1
* Fix spelling errorBernd Weimer2017-09-182-3/+3
* Create an initial app db, even when run without --recreate-databaseRobert Griebl2017-09-141-0/+3
* Qt 5.10 changed the QFile error messages on WindowsRobert Griebl2017-09-141-1/+1
* Fix handling of main Qml files as Qt resourcesRobert Griebl2017-09-142-11/+26
* Merge remote-tracking branch 'tqc/5.9' into 5.10Robert Griebl2017-09-074-5/+110
|\
| * Expose time to first frame in QMLNedim Hadzic2017-09-074-5/+110