summaryrefslogtreecommitdiff
path: root/src/application-lib
Commit message (Expand)AuthorAgeFilesLines
* Fix include style to what's mandated for public headersAlexandru Croitor2022-12-127-27/+27
* Intents: add broadcastsRobert Griebl2022-09-163-3/+17
* Add explicit include for std::abortBernd Weimer2022-08-121-0/+1
* Add support for managing multiple instances from appman-controllerRobert Griebl2022-06-301-26/+2
* Prevent linking of AppMan modules into user pluginsRobert Griebl2022-06-301-0/+2
* Fix QScopedPointer::take deprecation warningRobert Griebl2022-06-154-4/+4
* Use SPDX license identifiersDominik Holland2022-06-1515-444/+54
* Fix QScopedPointer::take deprecation warningMÃ¥rten Nordheim2022-03-245-24/+33
* Untangle the icon/name/description/categories messRobert Griebl2022-03-217-61/+70
* Additional debug output to help with trouble shootingRobert Griebl2022-03-171-1/+4
* Delay loading packages until a specified partition is mountedRobert Griebl2022-02-022-40/+146
* Remove the old deprecated ApplicationIPCManager IPC mechanismRobert Griebl2021-07-271-6/+0
* cmake: remove all comments from the pro2cmake tool conversionRobert Griebl2021-06-301-5/+0
* cmake: remove qmake build system (except in examples/)Robert Griebl2021-06-301-33/+0
* cmake: Nearly full cmake buildRobert Griebl2021-06-181-0/+29
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-0115-371/+195
* Ignore unparseable info.yaml manifest fileRobert Griebl2021-04-231-3/+9
* Qt 6 port, part 1 .. without cmakeRobert Griebl2020-11-281-2/+2
* Disallow implicit ASCII castsBernd Weimer2020-09-172-3/+3
* Build optimization: include all moc cpps directly in the main cpp fileRobert Griebl2020-08-112-1/+3
* Remove obsolete environment variable documentationBernd Weimer2020-08-101-2/+3
* Spelling fixes all over the placeRobert Griebl2020-07-171-3/+3
* Added a migration document for 5.13 -> 5.14Robert Griebl2020-07-173-3/+9
* Implement cache typing and versioningRobert Griebl2020-05-277-31/+40
* Support legacy configurationsBernd Weimer2020-03-201-1/+19
* Fix broken ApplicationInfo cacheRobert Griebl2020-01-311-3/+5
* Mark methods with deployment warnings deprecatedBernd Weimer2020-01-311-2/+0
* More documentation - especially regarding the new PackageManagerRobert Griebl2020-01-247-39/+72
* Fix a few (doc) issues in the intent sub-system.Robert Griebl2020-01-141-1/+1
* Fix compiler and code-model warningsRobert Griebl2019-11-081-1/+1
* Fully transparent and generic cache for config and app databaseRobert Griebl2019-11-077-70/+115
* Rewrite of the YAML parser abstraction for QtRobert Griebl2019-10-302-147/+109
* Add new package abstraction, part 2Robert Griebl2019-10-2811-119/+161
* Add support for Qt resourcesBernd Weimer2019-08-131-2/+2
* Rename from Luxoft AM to Qt AMRobert Griebl2019-08-0515-15/+15
* Remove support for multiple installation locationsRobert Griebl2019-08-025-30/+21
* Add new package abstraction, which allows multiple executables per packageRobert Griebl2019-08-0115-656/+1472
* Fix CI compilationRobert Griebl2019-07-251-0/+1
* Clarify docs around D-Bus access policiesRobert Griebl2019-06-251-1/+2
* Fix deprecation warnings against Qt 5.13Robert Griebl2019-06-052-3/+3
* [intents] add intents list to read/write of ApplicationInfo to streamEgor Nemtsev2019-04-251-2/+5
* Update copyright statementsRobert Griebl2018-12-189-9/+18
* Make DLT IDs configurableBernd Weimer2018-11-203-5/+25
* Split the QtApplicationManager qml moduleDaniel d'Andrada2018-10-301-1/+1
* Multiple cleanupsRobert Griebl2018-10-301-1/+0
* Add support for Intents for both single- and multi-process modeRobert Griebl2018-10-124-0/+10
* 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-062-5/+23
* Refactor the Application objectDaniel d'Andrada2018-05-149-1191/+638
* Deprecate info.yaml fields now, so we can remove them in 5.12Robert Griebl2018-05-033-33/+56