summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use #include <QtModule/file> syntax in all headersv1.1_QtAS5.8Robert Griebl2017-03-1526-37/+33
* Fix app icon not updating on app installationRobert Griebl2017-03-152-2/+20
* Fix for force-single-process switchBernd Weimer2017-03-151-2/+2
* Automatically set the x-bit on Windows when packagingRobert Griebl2017-03-141-0/+9
* Fix race condition in the controller when apps quit immediatelyRobert Griebl2017-03-141-17/+21
* Add debug output in the installer cleanup routineRobert Griebl2017-03-141-0/+9
* Workaround for MSVC2013 bugRobert Griebl2017-03-141-0/+4
* Fix DBus annotationRobert Griebl2017-03-141-1/+1
* Suppress unnecessary qmake outputRobert Griebl2017-03-141-2/+5
* Do not print an empty StartupTimer reportRobert Griebl2017-03-141-1/+1
* Make includes Qt module compliantRobert Griebl2017-03-146-3/+6
* Fix MSVC2015 64-bit warningsRobert Griebl2017-03-142-4/+4
* Remove empty file global.cppRobert Griebl2017-03-142-1/+0
* Replace all foreach loops with C++11 ranged-for loopsRobert Griebl2017-03-1438-111/+133
* Correct system monitor model resizingBernd Weimer2017-03-141-4/+5
* Replace C++03 throw(Exception) specifications with C++11 noexcept(false)Robert Griebl2017-03-1436-152/+165
* Replace all 0-pointers with C++11 nullptrRobert Griebl2017-03-1458-115/+116
* Restructure manager/main.cppRobert Griebl2017-03-138-658/+881
* common-lib cleanupRobert Griebl2017-03-1349-685/+910
* Replace the setProcessTitle implementationRobert Griebl2017-03-106-75/+272
* Remove obsolete codeRobert Griebl2017-03-104-18/+2
* Simplify StartupTimer usageRobert Griebl2017-03-104-52/+60
* Fix error string check in auto testRobert Griebl2017-03-101-1/+1
* Fix output redirection in softwarecontainersRobert Griebl2017-03-101-1/+1
* Remove additionalConfigurationBernd Weimer2017-03-0911-59/+22
* Fix Application::mergeIntoRobert Griebl2017-03-091-5/+6
* Improve the error messages for invalid YAML documentsRobert Griebl2017-03-096-18/+63
* Adds an API to get the associated application-id of an installation taskRobert Griebl2017-03-092-0/+25
* Fix crash when cleaning up the runtimesDominik Holland2017-03-092-2/+3
* Adds missing documentation for the ApplicationManagerRobert Griebl2017-03-091-0/+43
* Do not crash when a test-case cleanup failsRobert Griebl2017-03-071-1/+6
* Fix for building against Qt 5.6Robert Griebl2017-03-071-0/+11
* Further cleanup/improvement of the color output handlerRobert Griebl2017-03-074-81/+101
* Make build on Windows warning freeRobert Griebl2017-03-073-6/+14
* Fix notification action order on system-ui sideRobert Griebl2017-03-071-6/+15
* SoftwareContainer: make the bind-mounting of $HOME configurableRobert Griebl2017-03-072-6/+15
* Fix application startup interface and add documentationBernd Weimer2017-03-062-16/+37
* Improve system monitorBernd Weimer2017-03-064-71/+139
* Optimize colorLogToStderrRobert Griebl2017-03-012-90/+140
* Align API with SoftwareContainer plugin exampleKarol Judek2017-03-011-15/+4
* Fix piping a package to appman-controller install-package via stdinRobert Griebl2017-03-011-1/+1
* Adapt to the Qt 5.8 way of building helper librariesRobert Griebl2017-02-286-23/+49
* Fix console output width calculationRobert Griebl2017-02-281-2/+4
* Build fix: make sure to also depend on waylandcompositor-privateRobert Griebl2017-02-273-4/+13
* Fix for clazy and clang static code analysis findingsRobert Griebl2017-02-2720-35/+36
* Forgot the application map when renaming baseDir to codeDirRobert Griebl2017-02-272-3/+3
* Refactored the old and the new Wayland compositor into one .h/.cpp fileRobert Griebl2017-02-279-405/+317
* Code and debug output cleanup for application startsRobert Griebl2017-02-236-39/+41
* Fix process shutdown of the sudo serverRobert Griebl2017-02-231-1/+1
* Fix system memory warningsBernd Weimer2017-02-221-1/+1