summaryrefslogtreecommitdiffstats
path: root/src/manager-lib/quicklauncher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Build optimization: include all moc cpps directly in the main cpp fileRobert Griebl2020-08-111-0/+2
* Avoid missleading quicklaunch logging outputBernd Weimer2020-06-191-7/+10
* Rename from Luxoft AM to Qt AMRobert Griebl2019-08-051-1/+1
* Update copyright statementsRobert Griebl2018-12-181-1/+2
* Get rid of all 0-timeout single-shot timersRobert Griebl2018-10-261-1/+2
* Fix Main cleanupDaniel d'Andrada2018-07-231-0/+1
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-071-1/+1
* Improve shutdown behavior to avoid crashes when quittingRobert Griebl2017-05-031-7/+30
* Move all monitor related classes to the monitor-libNedim Hadzic2017-04-251-9/+21
* Replace all foreach loops with C++11 ranged-for loopsRobert Griebl2017-03-141-2/+4
* common-lib cleanupRobert Griebl2017-03-131-0/+1
* Fix for clazy and clang static code analysis findingsRobert Griebl2017-02-271-1/+1
* Updated Pelagicore AG copyright to 2017Robert Griebl2017-01-161-1/+1
* Nicer and more consistent debug output during startupRobert Griebl2017-01-091-3/+15
* Extended the container interface to make it aware of the app it is executingRobert Griebl2016-12-201-1/+1
* Add SystemMonitor documentationBernd Weimer2016-12-141-1/+1
* Make the build warning freeRobert Griebl2016-10-191-2/+2
* Reimplemented build-system as a real Qt moduleRobert Griebl2016-10-171-1/+1
* Stop all runtimes within quicklaunchers on exitRobert Griebl2016-10-071-0/+14
* Moved all symbols to a private namespaceRobert Griebl2016-09-231-0/+3
* Fixed shutdown behavior in multi-process modeRobert Griebl2016-08-101-1/+1
* Fixed license header to align with the final QtAS contract.Robert Griebl2016-06-021-6/+16
* Use the same license wording for GPL3 as the standard Qt 5.7 license.Robert Griebl2016-04-111-13/+14
* Updated copyright year to 2016Robert Griebl2016-03-171-1/+1
* Containers are owned by their runtimes now, so do not delete them explicitlyRobert Griebl2015-12-161-3/+25
* Integrate the SystemMonitor and the QuickLauncher.Robert Griebl2015-12-081-3/+14
* Refactored the runtime and container APIRobert Griebl2015-12-081-0/+157