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
/
applicationmanager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make watchdog kills use a distinct Unix signal and ExitStatus
Robert Griebl
2025-06-06
1
-5
/
+7
*
Consistent debug output
Robert Griebl
2025-02-24
1
-3
/
+4
*
Prevent recursion on emission of aboutToBe... signals
Robert Griebl
2024-10-24
1
-0
/
+7
*
Fix the description model role documentation and availability
Robert Griebl
2024-09-12
1
-0
/
+12
*
Cleanup runtime registration and debug output
Robert Griebl
2024-09-10
1
-2
/
+9
*
Simplify the global configuration for all runtimes
Robert Griebl
2024-06-18
1
-1
/
+2
*
Code cleanup
Robert Griebl
2024-06-18
1
-3
/
+0
*
Refactor the representation of the YAML configuration
Robert Griebl
2024-05-29
1
-1
/
+1
*
Fix D-Bus marshalling for taskRequestingInstallationAcknowledge
Robert Griebl
2024-05-02
1
-8
/
+17
*
Axivion: fix or document most of the reported issues
Robert Griebl
2024-02-21
1
-10
/
+11
*
doc: fix spelling
Robert Griebl
2024-02-01
1
-3
/
+3
*
Clazy: fixes
Robert Griebl
2024-01-08
1
-7
/
+7
*
Clazy: modernize
Robert Griebl
2024-01-08
1
-1
/
+1
*
Modernize string literals
Robert Griebl
2024-01-08
1
-11
/
+13
*
Switch to declarative registration
Robert Griebl
2023-11-08
1
-25
/
+0
*
Fix the PackageManager's package role not being usable in strict mode
Robert Griebl
2023-08-22
1
-0
/
+10
*
cmake: add support for Unity builds
Robert Griebl
2023-08-16
1
-41
/
+42
*
Add a new auto-test for the bubblewrap containers
Robert Griebl
2023-07-21
1
-0
/
+13
*
Cleanup the app starting code
Robert Griebl
2023-06-30
1
-43
/
+34
*
Hide internal signals and slots from QML
Robert Griebl
2023-06-21
1
-1
/
+1
*
Small fixes
Robert Griebl
2023-06-21
1
-2
/
+2
*
Make all example and doc QML imports versionless
Robert Griebl
2023-06-17
1
-2
/
+2
*
QML runtime: automatically quit, if no quit handler is installed
Robert Griebl
2023-06-17
1
-0
/
+6
*
A bunch of smaller documentation fixes
Robert Griebl
2023-05-23
1
-3
/
+3
*
Fix race condition when un-installing running apps
Robert Griebl
2023-02-07
1
-7
/
+14
*
Port from qAsConst to std::as_const
Marc Mutz
2023-01-14
1
-10
/
+10
*
Fix a potential crash when trying to start applications
Robert Griebl
2022-10-12
1
-5
/
+9
*
Work around unused result issue in gcc
Robert Griebl
2022-08-16
1
-2
/
+3
*
Use SPDX license identifiers
Dominik Holland
2022-06-15
1
-30
/
+4
*
Prevent infinite loops
Robert Griebl
2022-05-17
1
-1
/
+3
*
Correctly track redirected std. IO file descriptors through all layers
Robert Griebl
2022-03-30
1
-2
/
+29
*
Fix QScopedPointer::take deprecation warning
MÃ¥rten Nordheim
2022-03-24
1
-2
/
+4
*
Fix minor issues
Bernd Weimer
2022-03-22
1
-1
/
+1
*
UrlHandlers have to be properly unregistered nowadays
Robert Griebl
2022-03-17
1
-0
/
+2
*
Fix immediate application restart
Bernd Weimer
2021-09-20
1
-1
/
+1
*
Clazy: fix src
Robert Griebl
2021-08-20
1
-2
/
+2
*
Wait for running apps to die on update installations
Robert Griebl
2021-08-06
1
-1
/
+1
*
Make the ApplicationManager and PackageManager connections implicit
Robert Griebl
2021-08-06
1
-1
/
+17
*
Update copyright headers to 2021 an finally switch to the GPL
Robert Griebl
2021-06-01
1
-25
/
+13
*
Add support for running multiple (external) apps with the same PID
Robert Griebl
2021-04-23
1
-5
/
+34
*
Remove legacy functionality: headless, pssdp and pshellserver
Robert Griebl
2020-11-28
1
-7
/
+1
*
Qt 6 port, part 1 .. without cmake
Robert Griebl
2020-11-28
1
-1
/
+2
*
Build optimization: include all moc cpps directly in the main cpp file
Robert Griebl
2020-08-11
1
-0
/
+2
*
Spelling fixes all over the place
Robert Griebl
2020-07-17
1
-22
/
+22
*
Avoid missleading quicklaunch logging output
Bernd Weimer
2020-06-19
1
-33
/
+38
*
Fix some documentation issues
Bernd Weimer
2020-06-19
1
-1
/
+1
*
Merge remote-tracking branch 'gerrit/5.13' into 5.14
Robert Griebl
2020-03-12
1
-6
/
+8
|
\
|
*
Delay emitting applicationWasActivated signal
v5.13.2_QtAS
5.13
Bernd Weimer
2020-03-09
1
-10
/
+10
|
*
Merge remote-tracking branch 'gerrit/5.12' into 5.13
Robert Griebl
2019-10-08
1
-13
/
+14
|
|
\
|
|
*
Fix canceling installations
Bernd Weimer
2019-09-12
1
-13
/
+14
[next]