index
:
qt/qtapplicationmanager.git
5.10
5.11
5.12
5.13
5.14
5.15
5.7
5.8
5.9
6.10
6.2
6.2.2
6.2.3
6.2.4
6.3
6.3.0
6.3.1
6.3.2
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
Qt component for application lifecycle management
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tools
/
packager
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark security critical files according to QUIP 23
Zoltan Gera
2025-05-15
2
-0
/
+2
*
Fix compilation against Qt 6.10 (nodiscard)
Robert Griebl
2025-01-08
1
-1
/
+2
*
Fix icon handling for installable packages
Robert Griebl
2024-11-28
1
-16
/
+28
*
The packager is now able to deal with QML-compiled apps directly
Robert Griebl
2024-07-19
1
-1
/
+4
*
Replace all #pragma once with old-style #ifdef include guards
Robert Griebl
2024-03-05
1
-1
/
+4
*
Clazy: fixes
Robert Griebl
2024-01-08
2
-3
/
+4
*
Clazy: modernize
Robert Griebl
2024-01-08
2
-2
/
+2
*
Modernize string literals
Robert Griebl
2024-01-08
2
-64
/
+71
*
Get rid of the UTF-8 locale check for libarchive
Robert Griebl
2023-12-15
1
-8
/
+0
*
Add public defines for QT_AM_VERSION...
Robert Griebl
2023-12-05
1
-1
/
+1
*
Add a package-installation example
Robert Griebl
2023-10-30
1
-0
/
+2
*
Add a simple package-server for app installation testing
Robert Griebl
2023-08-04
1
-2
/
+5
*
Port from qAsConst to std::as_const
Marc Mutz
2023-01-14
1
-1
/
+1
*
cmake: do not find_package the packager tool when building the AM
Robert Griebl
2023-01-14
1
-0
/
+1
*
Try to deal with the non-standard OpenSSL3 setup in Coin VMs
Robert Griebl
2023-01-14
1
-0
/
+4
*
CMake: Don't use PUBLIC_LIBRARIES for executables
Alexandru Croitor
2022-07-20
1
-1
/
+1
*
Prevent linking of AppMan modules into user plugins
Robert Griebl
2022-06-30
1
-0
/
+2
*
Fix QScopedPointer::take deprecation warning
Robert Griebl
2022-06-15
2
-7
/
+9
*
Use SPDX license identifiers
Dominik Holland
2022-06-15
3
-87
/
+12
*
Clazy: fix src
Robert Griebl
2021-08-20
1
-1
/
+1
*
cmake: remove all comments from the pro2cmake tool conversion
Robert Griebl
2021-06-30
1
-5
/
+0
*
cmake: remove qmake build system (except in examples/)
Robert Griebl
2021-06-30
1
-24
/
+0
*
cmake: Nearly full cmake build
Robert Griebl
2021-06-18
1
-0
/
+21
*
Update copyright headers to 2021 an finally switch to the GPL
Robert Griebl
2021-06-01
3
-26
/
+27
*
Qt 6 port, part 1 .. without cmake
Robert Griebl
2020-11-28
1
-1
/
+0
*
Fix memory leaks found with gcc's ASAN
Robert Griebl
2020-08-10
1
-22
/
+22
*
Spelling fixes all over the place
Robert Griebl
2020-07-17
1
-2
/
+2
*
Show a warning when packaging old manifests
Robert Griebl
2020-02-20
1
-0
/
+15
*
Report files (sym-links) that cannot be packaged
Robert Griebl
2020-02-03
1
-2
/
+12
*
Fix copyright headers
Robert Griebl
2019-11-05
1
-0
/
+1
*
Rewrite of the YAML parser abstraction for Qt
Robert Griebl
2019-10-30
1
-12
/
+9
*
Add new package abstraction, part 2
Robert Griebl
2019-10-28
1
-4
/
+3
*
Rename from Luxoft AM to Qt AM
Robert Griebl
2019-08-05
3
-5
/
+5
*
Add new package abstraction, which allows multiple executables per package
Robert Griebl
2019-08-01
2
-21
/
+39
*
Fix application naming for --help and --version
Robert Griebl
2019-06-25
1
-8
/
+10
*
Update copyright statements
Robert Griebl
2018-12-18
3
-6
/
+9
*
Add yaml-to-json conversion functionality to the appman-packager
Robert Griebl
2018-12-04
1
-1
/
+48
*
The application icon can have any filename
Daniel d'Andrada
2018-08-07
1
-3
/
+4
*
Fix store-signed packages
Robert Griebl
2018-08-03
2
-5
/
+11
*
Refactor the Application object
Daniel d'Andrada
2018-05-14
1
-2
/
+2
*
Fix Windows/Cygwin test package creation
Robert Griebl
2018-04-23
1
-137
/
+138
*
Clang code model fixes
Robert Griebl
2018-04-17
2
-2
/
+3
*
Add support for extra meta-data in packages
Robert Griebl
2018-04-17
3
-4
/
+66
*
Update Pelagicore copyright headers to 2018
Robert Griebl
2018-02-07
3
-3
/
+3
*
Add bash command completion file
Bernd Weimer
2018-01-23
1
-0
/
+2
*
Refactor the src/manager dir into a sub-module
Robert Griebl
2017-06-02
5
-492
/
+492
*
Move a lot of code out of utilities.cpp into more appropriate modules
Robert Griebl
2017-05-29
2
-7
/
+6
*
Replace chapter with section1 in documentation
Bernd Weimer
2017-04-25
1
-1
/
+1
*
Make command line utilities more useful for integrations
Robert Griebl
2017-03-23
3
-21
/
+42
*
Use #include <QtModule/file> syntax in all headers
v1.1_QtAS
5.8
Robert Griebl
2017-03-15
2
-3
/
+2
[next]