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
/
common-lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix QUnifiedTimer private API change problems
Zoltan Gera
5 days
2
-0
/
+6
*
macOS cleanup: handle all sysctl calls the same way consistently
Robert Griebl
2025-06-06
1
-9
/
+5
*
Make watchdog kills use a distinct Unix signal and ExitStatus
Robert Griebl
2025-06-06
3
-2
/
+22
*
Add configure option for bubblewrap container
Samuli Piippo
2025-06-03
2
-0
/
+8
*
Mark security critical files according to QUIP 23
Zoltan Gera
2025-05-15
2
-0
/
+2
*
Convert warning to info messages on startup
Robert Griebl
2025-03-03
1
-3
/
+3
*
Watchdog: do not kill, if a debugger is attached
Robert Griebl
2025-03-01
2
-0
/
+37
*
Better safe than sorry: std::chrono object constructors are weird
Robert Griebl
2024-12-02
1
-1
/
+1
*
Modernize recursiveMergeMap
Robert Griebl
2024-12-02
2
-14
/
+8
*
6.9 cleanup commit
Robert Griebl
2024-12-01
4
-135
/
+0
*
StartupTimer: log checkpoints the moment they are created
Robert Griebl
2024-12-01
2
-0
/
+2
*
Crash handler: fix crashes in cxa_demangle for very long symbol names
Robert Griebl
2024-10-29
1
-56
/
+54
*
Crashhandler: reinstall ourselves, if our handlers got disconnected
Robert Griebl
2024-10-29
3
-40
/
+107
*
Crash handler: make apps report the actual fatal signal
Robert Griebl
2024-10-29
1
-10
/
+30
*
Fix prepartion: cleanup the #include mess in crashhandler.cpp
Robert Griebl
2024-10-29
1
-54
/
+41
*
Make the AM gracefully handle invalid env vars in ProcessTitle
Robert Griebl
2024-10-24
1
-0
/
+4
*
Fix std::chrono::duration formatting when built against Qt 6.5
Robert Griebl
2024-09-26
1
-1
/
+1
*
Fix the wrongly named am.wayland(.debug) logging category
Robert Griebl
2024-09-12
2
-3
/
+3
*
Replace deprecated printf calls by standard ones
Zoltan Gera
2024-08-16
4
-9
/
+13
*
YAML: quote reserved keywords in mapping keys when generating YAML
Robert Griebl
2024-08-07
1
-68
/
+89
*
Watchdog: fix the event loop stuck durations being way off
Robert Griebl
2024-08-06
2
-10
/
+4
*
Watchdog: simplify the render thread timeout configuration
Robert Griebl
2024-07-26
2
-54
/
+31
*
Fix compilation against Qt < 6.9.0
Robert Griebl
2024-07-12
1
-0
/
+6
*
Adapt to new logging category registration
Robert Griebl
2024-07-05
1
-15
/
+19
*
Fix Axivion style violations
Robert Griebl
2024-06-18
1
-3
/
+3
*
Better abstraction for the watchdog and OpenGL configuration
Robert Griebl
2024-06-18
5
-0
/
+318
*
Don't use DLT settings or command line arguments if DLT isn't available
Robert Griebl
2024-06-11
2
-2
/
+10
*
A better watchdog for Wayland, main thread and scene graph
Robert Griebl
2024-05-31
6
-1
/
+138
*
Refactor the representation of the YAML configuration
Robert Griebl
2024-05-29
7
-43
/
+263
*
Warn users about wrongly instantiating QML types
Robert Griebl
2024-05-23
2
-1
/
+71
*
Use existing functionality in Qt instead of a custom implementation
Robert Griebl
2024-05-23
2
-8
/
+0
*
Remove our #pragma once workaround, as it is not needed anymore
Robert Griebl
2024-05-15
1
-3
/
+0
*
DLT logging: do not unconditionally link against QtDltLogging
Robert Griebl
2024-05-15
1
-1
/
+1
*
QVariants from QML often have QJSValues, which cannot be serialized
Robert Griebl
2024-03-18
2
-0
/
+29
*
Rename the oddly named QVariant converter function for DBus
Robert Griebl
2024-03-18
2
-6
/
+6
*
Add libdbus to 3rdparty for Windows/macOS
Robert Griebl
2024-03-05
4
-1
/
+71
*
Replace all #pragma once with old-style #ifdef include guards
Robert Griebl
2024-03-05
17
-17
/
+68
*
Avoid promoting WrapLibYaml to global in configure.cmake
Alexey Edelev
2024-02-29
1
-0
/
+3
*
Axivion: fix or document most of the reported issues
Robert Griebl
2024-02-21
9
-19
/
+40
*
doc: clarify what the am.qml* logging categories are meant for
Robert Griebl
2024-02-19
1
-2
/
+2
*
Logging: add a D-Bus specific logging category
Robert Griebl
2024-02-07
2
-0
/
+2
*
Clazy: fixes
Robert Griebl
2024-01-08
13
-87
/
+87
*
Clazy: modernize
Robert Griebl
2024-01-08
6
-45
/
+45
*
Modernize string literals
Robert Griebl
2024-01-08
13
-120
/
+128
*
Improve YAML debug output
Robert Griebl
2023-12-22
1
-27
/
+27
*
Re-enable libbacktrace on macOS
Robert Griebl
2023-12-15
2
-17
/
+39
*
Fix clang warnings on macOS
Robert Griebl
2023-12-15
1
-3
/
+3
*
Better readable ConfigCache debug output
Robert Griebl
2023-12-12
1
-3
/
+3
*
Quicklaunch: improve the runtimesPerContainer setting
Robert Griebl
2023-12-12
1
-1
/
+1
*
Add a QT_ prefix to all (semi-) public defines
Robert Griebl
2023-12-06
1
-2
/
+2
[next]