index
:
qt/qtapplicationmanager.git
5.10
5.11
5.12
5.13
5.14
5.15
5.7
5.8
5.9
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
/
utilities.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Watchdog: do not kill, if a debugger is attached
Robert Griebl
2025-03-01
1
-0
/
+34
*
Modernize recursiveMergeMap
Robert Griebl
2024-12-02
1
-8
/
+8
*
6.9 cleanup commit
Robert Griebl
2024-12-01
1
-90
/
+0
*
Fix std::chrono::duration formatting when built against Qt 6.5
Robert Griebl
2024-09-26
1
-1
/
+1
*
A better watchdog for Wayland, main thread and scene graph
Robert Griebl
2024-05-31
1
-0
/
+90
*
Use existing functionality in Qt instead of a custom implementation
Robert Griebl
2024-05-23
1
-6
/
+0
*
Clazy: fixes
Robert Griebl
2024-01-08
1
-2
/
+2
*
Clazy: modernize
Robert Griebl
2024-01-08
1
-4
/
+4
*
Modernize string literals
Robert Griebl
2024-01-08
1
-13
/
+14
*
Clang-Tidy / Clazy warnings and modernization
Robert Griebl
2023-08-01
1
-10
/
+11
*
Add NotificationModel QML type
Bernd Weimer
2023-07-25
1
-0
/
+8
*
Port from qAsConst to std::as_const
Marc Mutz
2023-01-14
1
-1
/
+1
*
Adapt to qvariant_p.h removal in QtCore
Robert Griebl
2022-07-28
1
-1
/
+0
*
Add support for managing multiple instances from appman-controller
Robert Griebl
2022-06-30
1
-0
/
+29
*
Use SPDX license identifiers
Dominik Holland
2022-06-15
1
-30
/
+4
*
Prevent infinite loops
Robert Griebl
2022-05-17
1
-1
/
+1
*
Fix Win32 API usage
Robert Griebl
2022-05-17
1
-8
/
+10
*
Better debug output when failing to load resources
Robert Griebl
2022-04-27
1
-8
/
+23
*
Correctly track redirected std. IO file descriptors through all layers
Robert Griebl
2022-03-30
1
-0
/
+10
*
Fix QScopedPointer::take deprecation warning
MÃ¥rten Nordheim
2022-03-24
1
-2
/
+4
*
Re-enable running autotests on macOS
Robert Griebl
2022-03-21
1
-0
/
+14
*
Untangle the icon/name/description/categories mess
Robert Griebl
2022-03-21
1
-0
/
+16
*
Better mount-point management
Robert Griebl
2022-01-20
1
-52
/
+0
*
Update copyright headers to 2021 an finally switch to the GPL
Robert Griebl
2021-06-01
1
-25
/
+13
*
Qt6 port, part 2 .. compiling with cmake
Robert Griebl
2020-11-28
1
-3
/
+3
*
Qt 6 port, part 1 .. without cmake
Robert Griebl
2020-11-28
1
-1
/
+1
*
Fix warnings in builds against Qt 5.15
Robert Griebl
2020-05-19
1
-5
/
+6
*
Fix Yocto/MingW build (part 2)
Robert Griebl
2020-02-19
1
-2
/
+2
*
Add a Windows crash handler for MSVC And MinGW
Robert Griebl
2020-02-11
1
-167
/
+2
*
Fix failing auto-tests
Robert Griebl
2020-02-10
1
-3
/
+4
*
Fully transparent and generic cache for config and app database
Robert Griebl
2019-11-07
1
-20
/
+41
*
Rename from Luxoft AM to Qt AM
Robert Griebl
2019-08-05
1
-1
/
+1
*
Add new package abstraction, which allows multiple executables per package
Robert Griebl
2019-08-01
1
-2
/
+2
*
Fix deprecation warnings against Qt 5.13
Robert Griebl
2019-06-05
1
-1
/
+1
*
Update copyright statements
Robert Griebl
2018-12-18
1
-1
/
+2
*
Windows fixes
Robert Griebl
2018-10-19
1
-0
/
+7
*
Add basic iOS support. Fix all "macOS" references
Robert Griebl
2018-08-24
1
-5
/
+7
*
Fix warning on MingW builds
Robert Griebl
2018-04-20
1
-1
/
+3
*
Clang code model fixes
Robert Griebl
2018-04-17
1
-2
/
+2
*
Add support for extra meta-data in packages
Robert Griebl
2018-04-17
1
-0
/
+24
*
Update Pelagicore copyright headers to 2018
Robert Griebl
2018-02-07
1
-1
/
+1
*
Re-enable Android support
Robert Griebl
2017-05-29
1
-6
/
+1
*
Move more code out of common-lib into more appropriate modules
Robert Griebl
2017-05-29
1
-63
/
+67
*
Optimize and simplify pid checking for process hierarchies
Robert Griebl
2017-05-29
1
-1
/
+1
*
Move a lot of code out of utilities.cpp into more appropriate modules
Robert Griebl
2017-05-29
1
-261
/
+0
*
Extend timeout-factor correction from auto-tests to the appman itself
Robert Griebl
2017-05-16
1
-0
/
+11
*
Application ids are not restricted to reverse-DNS notation anymore
Robert Griebl
2017-03-24
1
-25
/
+50
*
Replace all foreach loops with C++11 ranged-for loops
Robert Griebl
2017-03-14
1
-1
/
+2
*
Replace C++03 throw(Exception) specifications with C++11 noexcept(false)
Robert Griebl
2017-03-14
1
-1
/
+1
*
Replace all 0-pointers with C++11 nullptr
Robert Griebl
2017-03-14
1
-4
/
+5
[next]