summaryrefslogtreecommitdiffstats
path: root/src/package-lib
Commit message (Expand)AuthorAgeFilesLines
* Clazy: fixesRobert Griebl2024-01-093-8/+8
* Clazy: modernizeRobert Griebl2024-01-094-4/+4
* Modernize string literalsRobert Griebl2024-01-093-38/+44
* Get rid of the UTF-8 locale check for libarchiveRobert Griebl2023-12-154-101/+9
* Simplify builing a custom appman executableRobert Griebl2023-12-061-3/+2
* DBus cleanup, part 2 and shared QML APIRobert Griebl2023-09-261-23/+0
* Remove deprecated functions and classesRobert Griebl2023-07-132-7/+0
* Port from qAsConst to std::as_constMarc Mutz2023-01-141-2/+2
* Fix include style to what's mandated for public headersAlexandru Croitor2022-12-122-2/+2
* Prevent linking of AppMan modules into user pluginsRobert Griebl2022-06-301-0/+2
* Use SPDX license identifiersDominik Holland2022-06-159-270/+36
* Fix QCryptographicHash::addData deprecation warningsMårten Nordheim2022-03-242-2/+2
* Update uses of QCryptographicHash::addData to use qsizetypeMårten Nordheim2022-03-242-2/+2
* 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-31/+0
* Re-enable DLT logging and prefix all features to prevent naming clashesRobert Griebl2021-06-262-4/+4
* cmake: Nearly full cmake buildRobert Griebl2021-06-183-0/+61
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-019-217/+117
* Qt6 port, part 2 .. compiling with cmakeRobert Griebl2020-11-281-1/+1
* Qt 6 port, part 1 .. without cmakeRobert Griebl2020-11-282-3/+2
* Disallow implicit ASCII castsBernd Weimer2020-09-171-1/+1
* Build optimization: include all moc cpps directly in the main cpp fileRobert Griebl2020-08-112-0/+6
* Replace calls that got deprecated in Qt 5.15Robert Griebl2020-05-272-5/+5
* Fix "disable-installer" buildRobert Griebl2020-05-191-1/+0
* Fix failing auto-testsRobert Griebl2020-02-101-1/+1
* Do the necessary changes to the locale on startup implicitlyRobert Griebl2020-02-031-0/+5
* Fix regression: old (v1) packages can be installed againRobert Griebl2020-01-311-4/+8
* Mark methods with deployment warnings deprecatedBernd Weimer2020-01-312-1/+7
* Defer logging output until configuration is knownBernd Weimer2020-01-292-8/+5
* Fix 5.14 warningsRobert Griebl2020-01-222-2/+2
* Fix compiler and code-model warningsRobert Griebl2019-11-081-1/+1
* Fully transparent and generic cache for config and app databaseRobert Griebl2019-11-071-1/+2
* Fix copyright headersRobert Griebl2019-11-051-0/+1
* Rewrite of the YAML parser abstraction for QtRobert Griebl2019-10-301-6/+7
* Rename from Luxoft AM to Qt AMRobert Griebl2019-08-059-9/+9
* Add new package abstraction, which allows multiple executables per packageRobert Griebl2019-08-017-116/+69
* Fix CI compilationRobert Griebl2019-07-251-0/+1
* Better automatic dbus setup during developmentRobert Griebl2019-03-141-0/+1
* Fixing more UTF-8 problems on macOS: runtime errors in libarchiveRobert Griebl2019-01-162-9/+21
* Update copyright statementsRobert Griebl2018-12-1810-10/+20
* Fix for building on Android API > 20Robert Griebl2018-10-122-0/+9
* Add basic iOS support. Fix all "macOS" referencesRobert Griebl2018-08-241-2/+2
* Add missing #include for LC_ALL, LC_CTYPE etcDaniel d'Andrada2018-08-061-0/+2
* Refactor the Application objectDaniel d'Andrada2018-05-141-2/+2
* Add support back for libarchive <= 3.1Robert Griebl2018-04-271-1/+1
* Clang code model fixesRobert Griebl2018-04-174-10/+11
* Add support for extra meta-data in packagesRobert Griebl2018-04-174-13/+20
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-0710-10/+10
* Add Q_FALLTHROUGH()s for newer compilersRobert Griebl2017-10-181-2/+5
* Fix compile errorWolfgang Bremer2017-08-161-0/+1