summaryrefslogtreecommitdiffstats
path: root/src/application-lib
Commit message (Expand)AuthorAgeFilesLines
* Mark security critical files according to QUIP 23Zoltan Gera2025-05-154-0/+4
* Better abstraction for the watchdog and OpenGL configurationRobert Griebl2024-06-183-23/+18
* Fix data race on auto generated DLT idRobert Griebl2024-06-112-27/+7
* Remove the deprecated installationLocations configurationRobert Griebl2024-05-291-1/+0
* Refactor the representation of the YAML configurationRobert Griebl2024-05-293-279/+215
* Remove our #pragma once workaround, as it is not needed anymoreRobert Griebl2024-05-151-3/+0
* Replace all signals/slots keywords with Q_SIGNALS/Q_SLOTSRobert Griebl2024-04-221-1/+1
* Replace all #pragma once with old-style #ifdef include guardsRobert Griebl2024-03-057-7/+28
* Axivion: fix or document most of the reported issuesRobert Griebl2024-02-211-1/+1
* Clazy: fixesRobert Griebl2024-01-082-7/+7
* Clazy: modernizeRobert Griebl2024-01-085-8/+8
* Modernize string literalsRobert Griebl2024-01-085-71/+81
* Improve package parsing error outputRobert Griebl2023-12-181-2/+4
* Simplify builing a custom appman executableRobert Griebl2023-12-061-2/+1
* Cleanup commitRobert Griebl2023-11-292-4/+0
* DBus cleanup, part 2 and shared QML APIRobert Griebl2023-09-263-221/+0
* cmake: add support for Unity buildsRobert Griebl2023-08-161-0/+2
* Clang-Tidy / Clazy warnings and modernizationRobert Griebl2023-08-0111-19/+15
* Config cache: fix a static init fiasco plus modernizationRobert Griebl2023-08-017-24/+27
* Remove all of the legacy installer user-id separation codeRobert Griebl2023-07-142-5/+1
* Mark properties exposed to QML as FINAL to prevent shadowingRobert Griebl2023-06-221-6/+6
* Hide internal signals and slots from QMLRobert Griebl2023-06-211-2/+0
* QML runtime: automatically quit, if no quit handler is installedRobert Griebl2023-06-171-1/+4
* 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