summaryrefslogtreecommitdiffstats
path: root/src/tools/packager
Commit message (Expand)AuthorAgeFilesLines
* Mark security critical files according to QUIP 23Zoltan Gera2025-05-152-0/+2
* Fix compilation against Qt 6.10 (nodiscard)Robert Griebl2025-01-081-1/+2
* Fix icon handling for installable packagesRobert Griebl2024-11-281-16/+28
* The packager is now able to deal with QML-compiled apps directlyRobert Griebl2024-07-191-1/+4
* Replace all #pragma once with old-style #ifdef include guardsRobert Griebl2024-03-051-1/+4
* Clazy: fixesRobert Griebl2024-01-082-3/+4
* Clazy: modernizeRobert Griebl2024-01-082-2/+2
* Modernize string literalsRobert Griebl2024-01-082-64/+71
* Get rid of the UTF-8 locale check for libarchiveRobert Griebl2023-12-151-8/+0
* Add public defines for QT_AM_VERSION...Robert Griebl2023-12-051-1/+1
* Add a package-installation exampleRobert Griebl2023-10-301-0/+2
* Add a simple package-server for app installation testingRobert Griebl2023-08-041-2/+5
* Port from qAsConst to std::as_constMarc Mutz2023-01-141-1/+1
* cmake: do not find_package the packager tool when building the AMRobert Griebl2023-01-141-0/+1
* Try to deal with the non-standard OpenSSL3 setup in Coin VMsRobert Griebl2023-01-141-0/+4
* CMake: Don't use PUBLIC_LIBRARIES for executablesAlexandru Croitor2022-07-201-1/+1
* Prevent linking of AppMan modules into user pluginsRobert Griebl2022-06-301-0/+2
* Fix QScopedPointer::take deprecation warningRobert Griebl2022-06-152-7/+9
* Use SPDX license identifiersDominik Holland2022-06-153-87/+12
* Clazy: fix srcRobert Griebl2021-08-201-1/+1
* 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-24/+0
* cmake: Nearly full cmake buildRobert Griebl2021-06-181-0/+21
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-013-26/+27
* Qt 6 port, part 1 .. without cmakeRobert Griebl2020-11-281-1/+0
* Fix memory leaks found with gcc's ASANRobert Griebl2020-08-101-22/+22
* Spelling fixes all over the placeRobert Griebl2020-07-171-2/+2
* Show a warning when packaging old manifestsRobert Griebl2020-02-201-0/+15
* Report files (sym-links) that cannot be packagedRobert Griebl2020-02-031-2/+12
* Fix copyright headersRobert Griebl2019-11-051-0/+1
* Rewrite of the YAML parser abstraction for QtRobert Griebl2019-10-301-12/+9
* Add new package abstraction, part 2Robert Griebl2019-10-281-4/+3
* Rename from Luxoft AM to Qt AMRobert Griebl2019-08-053-5/+5
* Add new package abstraction, which allows multiple executables per packageRobert Griebl2019-08-012-21/+39
* Fix application naming for --help and --versionRobert Griebl2019-06-251-8/+10
* Update copyright statementsRobert Griebl2018-12-183-6/+9
* Add yaml-to-json conversion functionality to the appman-packagerRobert Griebl2018-12-041-1/+48
* The application icon can have any filenameDaniel d'Andrada2018-08-071-3/+4
* Fix store-signed packagesRobert Griebl2018-08-032-5/+11
* Refactor the Application objectDaniel d'Andrada2018-05-141-2/+2
* Fix Windows/Cygwin test package creationRobert Griebl2018-04-231-137/+138
* Clang code model fixesRobert Griebl2018-04-172-2/+3
* Add support for extra meta-data in packagesRobert Griebl2018-04-173-4/+66
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-073-3/+3
* Add bash command completion fileBernd Weimer2018-01-231-0/+2
* Refactor the src/manager dir into a sub-moduleRobert Griebl2017-06-025-492/+492
* Move a lot of code out of utilities.cpp into more appropriate modulesRobert Griebl2017-05-292-7/+6
* Replace chapter with section1 in documentationBernd Weimer2017-04-251-1/+1
* Make command line utilities more useful for integrationsRobert Griebl2017-03-233-21/+42
* Use #include <QtModule/file> syntax in all headersv1.1_QtAS5.8Robert Griebl2017-03-152-3/+2