summaryrefslogtreecommitdiffstats
path: root/src/application-lib/applicationinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Better abstraction for the watchdog and OpenGL configurationRobert Griebl2024-06-181-7/+10
* Fix data race on auto generated DLT idRobert Griebl2024-06-111-25/+7
* Remove the deprecated installationLocations configurationRobert Griebl2024-05-291-1/+0
* Refactor the representation of the YAML configurationRobert Griebl2024-05-291-9/+23
* Modernize string literalsRobert Griebl2024-01-081-19/+21
* Cleanup commitRobert Griebl2023-11-291-2/+0
* Config cache: fix a static init fiasco plus modernizationRobert Griebl2023-08-011-5/+6
* Use SPDX license identifiersDominik Holland2022-06-151-30/+4
* Fix QScopedPointer::take deprecation warningMÃ¥rten Nordheim2022-03-241-2/+4
* Untangle the icon/name/description/categories messRobert Griebl2022-03-211-7/+35
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-24/+13
* Build optimization: include all moc cpps directly in the main cpp fileRobert Griebl2020-08-111-1/+1
* Added a migration document for 5.13 -> 5.14Robert Griebl2020-07-171-0/+5
* Implement cache typing and versioningRobert Griebl2020-05-271-10/+10
* Fix broken ApplicationInfo cacheRobert Griebl2020-01-311-3/+5
* More documentation - especially regarding the new PackageManagerRobert Griebl2020-01-241-5/+20
* Add support for Qt resourcesBernd Weimer2019-08-131-2/+2
* Rename from Luxoft AM to Qt AMRobert Griebl2019-08-051-1/+1
* Remove support for multiple installation locationsRobert Griebl2019-08-021-2/+1
* Add new package abstraction, which allows multiple executables per packageRobert Griebl2019-08-011-293/+59
* [intents] add intents list to read/write of ApplicationInfo to streamEgor Nemtsev2019-04-251-2/+5
* Update copyright statementsRobert Griebl2018-12-181-1/+2
* Make DLT IDs configurableBernd Weimer2018-11-201-2/+5
* Add support for Intents for both single- and multi-process modeRobert Griebl2018-10-121-0/+5
* The application icon can have any filenameDaniel d'Andrada2018-08-071-1/+1
* info.yaml: Don't accept file paths in the 'icon' fieldDaniel d'Andrada2018-08-061-5/+22
* Refactor the Application objectDaniel d'Andrada2018-05-141-0/+415