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
/
manager-lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark security critical files according to QUIP 23
Zoltan Gera
2025-05-15
5
-1
/
+5
*
Tests: stabilize tst_applicationmanager
Robert Griebl
2025-02-28
1
-0
/
+1
*
Consistent debug output
Robert Griebl
2025-02-24
1
-3
/
+4
*
Consistent, easy to read debug output on application start
Robert Griebl
2025-02-17
1
-2
/
+6
*
Fix ProcessContainer::setControlGroup not working with cgroups v2
Robert Griebl
2025-02-17
3
-6
/
+37
*
Adapt to QtWaylandCompositor behavior changes in 6.9+
Robert Griebl
2025-02-09
6
-69
/
+99
*
Fix deprecation of filter model invalidation
Zoltan Gera
2025-01-27
2
-0
/
+14
*
Fix more compilation issues with Qt 6.10 (nodiscard)
Volker Hilsheimer
2025-01-09
1
-1
/
+2
*
Make application stop behavior deterministic
Robert Griebl
2024-12-02
2
-5
/
+9
*
Disable watchdog when a debug-wrapper is used
Robert Griebl
2024-12-02
6
-4
/
+22
*
6.9 cleanup commit
Robert Griebl
2024-12-01
2
-7
/
+1
*
Fix icon handling for installable packages
Robert Griebl
2024-11-28
1
-7
/
+9
*
Doc: fix import version and improve MonitorModel and friends
Robert Griebl
2024-11-19
1
-21
/
+20
*
Do not compile the build directory into the appman binary
Robert Griebl
2024-10-30
1
-2
/
+0
*
Crash handler: use our thread-safe strsignal wrapper everywhere
Robert Griebl
2024-10-29
1
-1
/
+2
*
Fix crashing quick launcher not reporting the fatal Unix signal
Robert Griebl
2024-10-24
1
-1
/
+1
*
Prevent recursion on emission of aboutToBe... signals
Robert Griebl
2024-10-24
7
-9
/
+45
*
CMake: Use relative paths for the dbus interfaces
Ulf Hermann
2024-09-25
1
-3
/
+3
*
Fix the description model role documentation and availability
Robert Griebl
2024-09-12
2
-0
/
+16
*
Cleanup runtime registration and debug output
Robert Griebl
2024-09-10
8
-30
/
+12
*
Fix Axivion style violations
Robert Griebl
2024-06-18
2
-12
/
+13
*
Watchdog: enable the watchdog for QML applications in MP mode
Robert Griebl
2024-06-18
1
-0
/
+8
*
Simplify the global configuration for all runtimes
Robert Griebl
2024-06-18
9
-87
/
+58
*
Code cleanup
Robert Griebl
2024-06-18
1
-3
/
+0
*
Fix data-race on taskRequestingInstallationAcknowledge parameter
Robert Griebl
2024-06-11
1
-22
/
+26
*
Don't use DLT settings or command line arguments if DLT isn't available
Robert Griebl
2024-06-11
1
-5
/
+7
*
Clean up the NotificationManager public API
Robert Griebl
2024-06-01
3
-51
/
+65
*
Improve NotifcationManager
Bernd Weimer
2024-05-31
2
-46
/
+92
*
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
9
-17
/
+19
*
Warn users about wrongly instantiating QML types
Robert Griebl
2024-05-23
11
-41
/
+61
*
Use existing functionality in Qt instead of a custom implementation
Robert Griebl
2024-05-23
2
-4
/
+4
*
Remove our #pragma once workaround, as it is not needed anymore
Robert Griebl
2024-05-15
1
-3
/
+0
*
Remove all literal uses of /tmp
Robert Griebl
2024-05-15
1
-3
/
+10
*
Refactor the ApplicationInterface root context property
Robert Griebl
2024-05-14
7
-31
/
+58
*
Fix D-Bus marshalling for taskRequestingInstallationAcknowledge
Robert Griebl
2024-05-02
2
-8
/
+19
*
Replace all signals/slots keywords with Q_SIGNALS/Q_SLOTS
Robert Griebl
2024-04-22
19
-34
/
+34
*
Fix application quit behavior in single-process mode
Robert Griebl
2024-03-18
1
-5
/
+30
*
QVariants from QML often have QJSValues, which cannot be serialized
Robert Griebl
2024-03-18
1
-3
/
+5
*
Rename the oddly named QVariant converter function for DBus
Robert Griebl
2024-03-18
2
-5
/
+5
*
Replace all #pragma once with old-style #ifdef include guards
Robert Griebl
2024-03-05
31
-31
/
+124
*
Axivion: fix or document most of the reported issues
Robert Griebl
2024-02-21
9
-32
/
+35
*
Fix package installations with absolute package paths on Windows
Robert Griebl
2024-02-07
1
-1
/
+6
*
doc: fix spelling
Robert Griebl
2024-02-01
1
-3
/
+3
*
doc: ApplicationManagerWindow properties and signals
Robert Griebl
2024-01-30
2
-2
/
+2
*
Simplify the new ApplicationMangerWindow API
Robert Griebl
2024-01-09
2
-40
/
+2
*
Clazy: fixes
Robert Griebl
2024-01-08
20
-71
/
+73
*
Clazy: modernize
Robert Griebl
2024-01-08
9
-13
/
+13
*
Modernize string literals
Robert Griebl
2024-01-08
19
-162
/
+201
*
Remove obsolete QT_VERSION_CHECKs
Robert Griebl
2023-12-22
1
-5
/
+0
[next]