summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Bump all QtApplicationManager QML imports to 2.0Robert Griebl2018-12-182-10/+10
* Fix propagation of --slow-animations to applicationsDaniel d'Andrada2018-12-121-1/+1
* Introduce MonitorModel & friendsDaniel d'Andrada2018-12-072-0/+17
* Add yaml-to-json conversion functionality to the appman-packagerRobert Griebl2018-12-041-1/+48
* Make DLT IDs configurableBernd Weimer2018-11-201-5/+13
* Add support for canceling installations to the appman-controllerRobert Griebl2018-11-164-43/+263
* Fix blank line output in controller's list-* commandsRobert Griebl2018-11-151-2/+6
* Fix flaky memory monitoring testBernd Weimer2018-11-142-0/+10
* Move Notification to QtApplicationManager moduleDaniel d'Andrada2018-11-091-1/+1
* Get rid of the last remaining direct moc include in source filesRobert Griebl2018-11-086-77/+745
* Get rid of all 0-timeout single-shot timersRobert Griebl2018-10-261-2/+2
* Tool for uploading packages to deployment serverNikolay Zamotaev2018-10-172-0/+196
* Fix errors during 'make install' when building for androidDominik Holland2018-09-122-0/+6
* The application icon can have any filenameDaniel d'Andrada2018-08-071-3/+4
* Fix store-signed packagesRobert Griebl2018-08-032-5/+11
* Merge remote-tracking branch 'tqc/5.11' into devRobert Griebl2018-06-071-176/+206
|\
| * Fix race condition in appman-controller start-application --restartRobert Griebl2018-05-171-176/+206
* | Refactor the Application objectDaniel d'Andrada2018-05-142-4/+4
|/
* Fix Windows/Cygwin test package creationRobert Griebl2018-04-231-137/+138
* Clang code model fixesRobert Griebl2018-04-174-7/+8
* Add support for extra meta-data in packagesRobert Griebl2018-04-173-4/+66
* Suppress debug output from config file parsingRobert Griebl2018-03-291-1/+1
* Simplify the sudo server interfaceRobert Griebl2018-03-161-9/+7
* Add support generic support for --no-dlt-loggingRobert Griebl2018-03-151-7/+2
* Add support for reading the git SHA1 from .tag produced by the Qt CIRobert Griebl2018-03-081-3/+4
* Make the acknowledge part of appman-controller's install-package optionalRobert Griebl2018-03-061-13/+16
* Add new "deployment" logging categoryBernd Weimer2018-02-281-2/+3
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-078-8/+8
* Extend and improve QML auto testsBernd Weimer2018-02-021-1/+73
* Add bash command completion fileBernd Weimer2018-01-232-0/+4
* Refactor the interface between the AM and runtime launchersRobert Griebl2017-12-151-3/+1
* Add support for OpenGL version and profile selectionRobert Griebl2017-11-141-13/+0
* Fix headless buildRobert Griebl2017-11-031-0/+2
* Remove obsolete deployer scriptRobert Griebl2017-10-242-28/+0
* Fix qml autotestDominik Holland2017-07-171-0/+2
* Replace debug-wrapper specifications with more powerful syntaxRobert Griebl2017-07-051-1/+1
* Made the external D-Bus interfaces a compile time optionRobert Griebl2017-07-031-2/+2
* Don't try to strip the deployer script when installingDominik Holland2017-06-191-0/+2
* Refactor the src/manager dir into a sub-moduleRobert Griebl2017-06-0213-514/+664
* Re-enable Android supportRobert Griebl2017-05-291-1/+1
* Move a lot of code out of utilities.cpp into more appropriate modulesRobert Griebl2017-05-292-7/+6
* Replace chapter with section1 in documentationBernd Weimer2017-04-251-1/+1
* appman-controller: add command stop-all-applicationsGordan Markuš2017-04-031-0/+24
* Make command line utilities more useful for integrationsRobert Griebl2017-03-234-31/+56
* Use #include <QtModule/file> syntax in all headersv1.1_QtAS5.8Robert Griebl2017-03-153-9/+9
* Fix race condition in the controller when apps quit immediatelyRobert Griebl2017-03-141-17/+21
* Replace all foreach loops with C++11 ranged-for loopsRobert Griebl2017-03-141-1/+1
* Replace C++03 throw(Exception) specifications with C++11 noexcept(false)Robert Griebl2017-03-143-21/+25
* Replace all 0-pointers with C++11 nullptrRobert Griebl2017-03-142-3/+3
* Restructure manager/main.cppRobert Griebl2017-03-132-22/+14