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
/
application-lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark security critical files according to QUIP 23
Zoltan Gera
2025-05-15
4
-0
/
+4
*
Better abstraction for the watchdog and OpenGL configuration
Robert Griebl
2024-06-18
3
-23
/
+18
*
Fix data race on auto generated DLT id
Robert Griebl
2024-06-11
2
-27
/
+7
*
Remove the deprecated installationLocations configuration
Robert Griebl
2024-05-29
1
-1
/
+0
*
Refactor the representation of the YAML configuration
Robert Griebl
2024-05-29
3
-279
/
+215
*
Remove our #pragma once workaround, as it is not needed anymore
Robert Griebl
2024-05-15
1
-3
/
+0
*
Replace all signals/slots keywords with Q_SIGNALS/Q_SLOTS
Robert Griebl
2024-04-22
1
-1
/
+1
*
Replace all #pragma once with old-style #ifdef include guards
Robert Griebl
2024-03-05
7
-7
/
+28
*
Axivion: fix or document most of the reported issues
Robert Griebl
2024-02-21
1
-1
/
+1
*
Clazy: fixes
Robert Griebl
2024-01-08
2
-7
/
+7
*
Clazy: modernize
Robert Griebl
2024-01-08
5
-8
/
+8
*
Modernize string literals
Robert Griebl
2024-01-08
5
-71
/
+81
*
Improve package parsing error output
Robert Griebl
2023-12-18
1
-2
/
+4
*
Simplify builing a custom appman executable
Robert Griebl
2023-12-06
1
-2
/
+1
*
Cleanup commit
Robert Griebl
2023-11-29
2
-4
/
+0
*
DBus cleanup, part 2 and shared QML API
Robert Griebl
2023-09-26
3
-221
/
+0
*
cmake: add support for Unity builds
Robert Griebl
2023-08-16
1
-0
/
+2
*
Clang-Tidy / Clazy warnings and modernization
Robert Griebl
2023-08-01
11
-19
/
+15
*
Config cache: fix a static init fiasco plus modernization
Robert Griebl
2023-08-01
7
-24
/
+27
*
Remove all of the legacy installer user-id separation code
Robert Griebl
2023-07-14
2
-5
/
+1
*
Mark properties exposed to QML as FINAL to prevent shadowing
Robert Griebl
2023-06-22
1
-6
/
+6
*
Hide internal signals and slots from QML
Robert Griebl
2023-06-21
1
-2
/
+0
*
QML runtime: automatically quit, if no quit handler is installed
Robert Griebl
2023-06-17
1
-1
/
+4
*
Fix include style to what's mandated for public headers
Alexandru Croitor
2022-12-12
7
-27
/
+27
*
Intents: add broadcasts
Robert Griebl
2022-09-16
3
-3
/
+17
*
Add explicit include for std::abort
Bernd Weimer
2022-08-12
1
-0
/
+1
*
Add support for managing multiple instances from appman-controller
Robert Griebl
2022-06-30
1
-26
/
+2
*
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
4
-4
/
+4
*
Use SPDX license identifiers
Dominik Holland
2022-06-15
15
-444
/
+54
*
Fix QScopedPointer::take deprecation warning
MÃ¥rten Nordheim
2022-03-24
5
-24
/
+33
*
Untangle the icon/name/description/categories mess
Robert Griebl
2022-03-21
7
-61
/
+70
*
Additional debug output to help with trouble shooting
Robert Griebl
2022-03-17
1
-1
/
+4
*
Delay loading packages until a specified partition is mounted
Robert Griebl
2022-02-02
2
-40
/
+146
*
Remove the old deprecated ApplicationIPCManager IPC mechanism
Robert Griebl
2021-07-27
1
-6
/
+0
*
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
-33
/
+0
*
cmake: Nearly full cmake build
Robert Griebl
2021-06-18
1
-0
/
+29
*
Update copyright headers to 2021 an finally switch to the GPL
Robert Griebl
2021-06-01
15
-371
/
+195
*
Ignore unparseable info.yaml manifest file
Robert Griebl
2021-04-23
1
-3
/
+9
*
Qt 6 port, part 1 .. without cmake
Robert Griebl
2020-11-28
1
-2
/
+2
*
Disallow implicit ASCII casts
Bernd Weimer
2020-09-17
2
-3
/
+3
*
Build optimization: include all moc cpps directly in the main cpp file
Robert Griebl
2020-08-11
2
-1
/
+3
*
Remove obsolete environment variable documentation
Bernd Weimer
2020-08-10
1
-2
/
+3
*
Spelling fixes all over the place
Robert Griebl
2020-07-17
1
-3
/
+3
*
Added a migration document for 5.13 -> 5.14
Robert Griebl
2020-07-17
3
-3
/
+9
*
Implement cache typing and versioning
Robert Griebl
2020-05-27
7
-31
/
+40
*
Support legacy configurations
Bernd Weimer
2020-03-20
1
-1
/
+19
*
Fix broken ApplicationInfo cache
Robert Griebl
2020-01-31
1
-3
/
+5
*
Mark methods with deployment warnings deprecated
Bernd Weimer
2020-01-31
1
-2
/
+0
[next]