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
/
manager-lib
/
intentaminterface.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark security critical files according to QUIP 23
Zoltan Gera
8 days
1
-0
/
+1
*
Adapt to QtWaylandCompositor behavior changes in 6.9+
Robert Griebl
2025-02-09
1
-38
/
+38
*
Warn users about wrongly instantiating QML types
Robert Griebl
2024-05-23
1
-4
/
+7
*
Rename the oddly named QVariant converter function for DBus
Robert Griebl
2024-03-18
1
-2
/
+2
*
Axivion: fix or document most of the reported issues
Robert Griebl
2024-02-21
1
-1
/
+1
*
Clazy: fixes
Robert Griebl
2024-01-08
1
-6
/
+6
*
Clazy: modernize
Robert Griebl
2024-01-08
1
-1
/
+1
*
Modernize string literals
Robert Griebl
2024-01-08
1
-7
/
+9
*
ASAN: fix potential access to freed memory (part 2)
Robert Griebl
2023-12-15
1
-4
/
+7
*
ASAN: fix potential access to freed memory
Robert Griebl
2023-12-12
1
-2
/
+3
*
Replace AM_.. defines with checks for Qt features where possible
Robert Griebl
2023-12-06
1
-4
/
+4
*
Fix all outstanding namespace issues
Robert Griebl
2023-11-20
1
-2
/
+2
*
Intents: fix broadcasts via D-Bus
Robert Griebl
2023-11-09
1
-1
/
+8
*
Switch to declarative registration
Robert Griebl
2023-11-08
1
-15
/
+0
*
Untangle the IntentHandler and IntentServerHandler implementations
Robert Griebl
2023-11-07
1
-9
/
+43
*
DBus cleanup, part 2 and shared QML API
Robert Griebl
2023-09-26
1
-5
/
+5
*
StartupTimer needs to parse /proc files using a C locale
Robert Griebl
2023-08-01
1
-1
/
+0
*
Intents: fix inconsistency in visibility between sysui and apps
Robert Griebl
2023-06-26
1
-2
/
+2
*
Cleanup our custom qmltype generation
Robert Griebl
2023-06-16
1
-2
/
+2
*
A bunch of smaller documentation fixes
Robert Griebl
2023-05-23
1
-13
/
+21
*
Port from qAsConst to std::as_const
Marc Mutz
2023-01-14
1
-2
/
+2
*
Intents: add broadcasts
Robert Griebl
2022-09-16
1
-34
/
+43
*
Intents: prevent a crash if a sent request is gc'ed too early
Robert Griebl
2022-08-05
1
-0
/
+3
*
Use SPDX license identifiers
Dominik Holland
2022-06-15
1
-30
/
+4
*
Protect all static variables via Q_GLOBAL_STATIC or similar functions
Robert Griebl
2022-05-17
1
-8
/
+9
*
Use AM_TIMEOUT_FACTOR in all tests and the intent handling
Robert Griebl
2022-05-12
1
-4
/
+5
*
Untangle the icon/name/description/categories mess
Robert Griebl
2022-03-21
1
-3
/
+25
*
Avoid race condition on Intent creation during app startup
Robert Griebl
2021-07-27
1
-13
/
+15
*
cmake: the AM_xxx defines are only available after including global.h
Robert Griebl
2021-06-22
1
-0
/
+1
*
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
-1
/
+1
*
Qt 6 port, part 1 .. without cmake
Robert Griebl
2020-11-28
1
-4
/
+3
*
Fix intents for quick-launched runtimes
v5.15.0_QtAS
Bernd Weimer
2020-08-11
1
-2
/
+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
-4
/
+4
*
Fix some documentation issues
Bernd Weimer
2020-06-19
1
-0
/
+1
*
Add intent handling in the system-ui
Robert Griebl
2020-01-31
1
-3
/
+219
*
Fully transparent and generic cache for config and app database
Robert Griebl
2019-11-07
1
-18
/
+14
*
Change intent implementation to better fit new architecture
Robert Griebl
2019-10-28
1
-0
/
+2
*
Add new package abstraction, part 2
Robert Griebl
2019-10-28
1
-3
/
+48
*
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
-69
/
+1
*
Add documentation for the Intents QML API
Robert Griebl
2018-12-18
1
-2
/
+0
*
Update copyright statements
Robert Griebl
2018-12-18
1
-1
/
+2
*
Fix qdoc warnings
Robert Griebl
2018-12-06
1
-1
/
+1
*
Add options for intent timeouts and disabling intents and installer
Robert Griebl
2018-11-08
1
-1
/
+25
*
Fix crash in the Intent integration
Robert Griebl
2018-11-07
1
-3
/
+7
*
Make deducing the single-process app context easier
Robert Griebl
2018-10-31
1
-22
/
+3
*
Intents: improved error handling and debug output
Robert Griebl
2018-10-31
1
-2
/
+7
*
Multiple cleanups
Robert Griebl
2018-10-30
1
-2
/
+2
[next]