summaryrefslogtreecommitdiffstats
path: root/tests/application
Commit message (Expand)AuthorAgeFilesLines
* Get rid of QProcess in the internal and external APIRobert Griebl2018-08-231-3/+3
* Decouple ApplicationManager and ApplicationDaniel d'Andrada2018-08-141-1/+1
* Application: add start(), stop() and debug() methodsDaniel d'Andrada2018-05-141-1/+1
* Let Application take care of clearing its runtime pointer when neededDaniel d'Andrada2018-05-142-0/+135
* Refactor the Application objectDaniel d'Andrada2018-05-142-283/+0
* Deprecate info.yaml fields now, so we can remove them in 5.12Robert Griebl2018-05-031-3/+0
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-071-1/+1
* Move a lot of code out of utilities.cpp into more appropriate modulesRobert Griebl2017-05-291-0/+53
* Use #include <QtModule/file> syntax in all headersv1.1_QtAS5.8Robert Griebl2017-03-151-0/+1
* Replace all foreach loops with C++11 ranged-for loopsRobert Griebl2017-03-141-1/+2
* Make all tests valgrind leak freeRobert Griebl2017-02-221-0/+8
* Renamed internal API to be consistent with external role namesRobert Griebl2017-01-181-7/+7
* Updated Pelagicore AG copyright to 2017Robert Griebl2017-01-161-1/+1
* Fixed more clazy warningsRobert Griebl2016-12-201-7/+6
* Removed the builtIn field in info.yamlDominik Holland2016-11-161-1/+1
* Make the build warning freeRobert Griebl2016-10-191-1/+1
* Reimplemented build-system as a real Qt moduleRobert Griebl2016-10-172-5/+6
* Fixed license header to align with the final QtAS contract.Robert Griebl2016-06-021-6/+3
* 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
* Added support for application aliases (shortcuts).Robert Griebl2016-02-191-8/+8
* Split base.pri into separate features that are loaded on demand.Robert Griebl2016-01-181-0/+1
* Fixed all relevant clazy warnings - especially QString related ones.Robert Griebl2016-01-141-20/+19
* Tweaked the header layout a little bit, so that it passes the CI check.Robert Griebl2015-11-201-4/+4
* Initial commit of Pelagicore's ApplicationManager with squashed history.Robert Griebl2015-10-262-0/+225