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
/
intent-server-lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark security critical files according to QUIP 23
Zoltan Gera
2025-05-15
1
-0
/
+1
*
Fix race condition on IntentServerRequest address re-use
Robert Griebl
2025-03-17
1
-12
/
+12
*
Fix deprecation of filter model invalidation
Zoltan Gera
2025-01-27
1
-0
/
+7
*
Prevent recursion on emission of aboutToBe... signals
Robert Griebl
2024-10-24
2
-8
/
+17
*
Fix the description model role documentation and availability
Robert Griebl
2024-09-12
1
-0
/
+10
*
Fix Axivion style violations
Robert Griebl
2024-06-18
2
-11
/
+11
*
ASAN: leaks on shutdown and invalid downcast
Robert Griebl
2024-05-31
1
-0
/
+4
*
Warn users about wrongly instantiating QML types
Robert Griebl
2024-05-23
2
-1
/
+15
*
Use existing functionality in Qt instead of a custom implementation
Robert Griebl
2024-05-23
1
-2
/
+2
*
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
3
-3
/
+3
*
Replace all #pragma once with old-style #ifdef include guards
Robert Griebl
2024-03-05
5
-5
/
+20
*
Axivion: fix or document most of the reported issues
Robert Griebl
2024-02-21
1
-8
/
+9
*
Clazy: fixes
Robert Griebl
2024-01-08
2
-7
/
+7
*
Modernize string literals
Robert Griebl
2024-01-08
2
-12
/
+17
*
ASAN: fix potential access to freed memory
Robert Griebl
2023-12-12
1
-2
/
+1
*
Fix a potential crash, handling an intent request during app removal
Robert Griebl
2023-12-08
5
-19
/
+29
*
Simplify builing a custom appman executable
Robert Griebl
2023-12-06
1
-2
/
+1
*
Fix all outstanding namespace issues
Robert Griebl
2023-11-20
3
-16
/
+16
*
Switch to declarative registration
Robert Griebl
2023-11-08
4
-16
/
+0
*
QML can now deal with QList<object derived type *> properties
Robert Griebl
2023-09-26
4
-19
/
+9
*
Fix the PackageManager's package role not being usable in strict mode
Robert Griebl
2023-08-22
1
-3
/
+12
*
Clang-Tidy / Clazy warnings and modernization
Robert Griebl
2023-08-01
1
-1
/
+1
*
Add NotificationModel QML type
Bernd Weimer
2023-07-25
2
-17
/
+12
*
Intents: fix inconsistency in visibility between sysui and apps
Robert Griebl
2023-06-26
1
-1
/
+1
*
Implement model invalidate() explicitly
Bernd Weimer
2023-06-23
2
-4
/
+14
*
Mark properties exposed to QML as FINAL to prevent shadowing
Robert Griebl
2023-06-22
3
-19
/
+19
*
Make all example and doc QML imports versionless
Robert Griebl
2023-06-17
1
-2
/
+2
*
Cleanup our custom qmltype generation
Robert Griebl
2023-06-16
1
-1
/
+1
*
Port from qAsConst to std::as_const
Marc Mutz
2023-01-14
1
-1
/
+1
*
Fix include style to what's mandated for public headers
Alexandru Croitor
2022-12-12
5
-22
/
+22
*
Intents: add broadcasts
Robert Griebl
2022-09-16
8
-67
/
+140
*
Prevent linking of AppMan modules into user plugins
Robert Griebl
2022-06-30
1
-0
/
+2
*
Use SPDX license identifiers
Dominik Holland
2022-06-15
10
-298
/
+38
*
Fix the qmltypes generation
Robert Griebl
2022-05-31
1
-0
/
+1
*
Fix QScopedPointer::take deprecation warning
MÃ¥rten Nordheim
2022-03-24
1
-3
/
+4
*
Fix memory leaks introduced by adding the PackageInfo mechanism
Robert Griebl
2022-03-21
1
-0
/
+2
*
Untangle the icon/name/description/categories mess
Robert Griebl
2022-03-21
4
-22
/
+90
*
Prefer STL style iterators over the Java variety
Robert Griebl
2022-02-09
1
-3
/
+1
*
Clazy: fix src
Robert Griebl
2021-08-20
3
-8
/
+9
*
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
-28
/
+0
*
cmake: Nearly full cmake build
Robert Griebl
2021-06-18
1
-0
/
+27
*
Update copyright headers to 2021 an finally switch to the GPL
Robert Griebl
2021-06-01
10
-249
/
+130
*
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
*
Build optimization: include all moc cpps directly in the main cpp file
Robert Griebl
2020-08-11
5
-0
/
+10
*
Fix memory leaks found with gcc's ASAN
Robert Griebl
2020-08-10
1
-0
/
+1
*
Spelling fixes all over the place
Robert Griebl
2020-07-17
2
-7
/
+7
*
Start correct application with intent request
Bernd Weimer
2020-06-30
1
-8
/
+4
[next]