summaryrefslogtreecommitdiffstats
path: root/src/manager-lib/intentaminterface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark security critical files according to QUIP 23Zoltan Gera8 days1-0/+1
* Adapt to QtWaylandCompositor behavior changes in 6.9+Robert Griebl2025-02-091-38/+38
* Warn users about wrongly instantiating QML typesRobert Griebl2024-05-231-4/+7
* Rename the oddly named QVariant converter function for DBusRobert Griebl2024-03-181-2/+2
* Axivion: fix or document most of the reported issuesRobert Griebl2024-02-211-1/+1
* Clazy: fixesRobert Griebl2024-01-081-6/+6
* Clazy: modernizeRobert Griebl2024-01-081-1/+1
* Modernize string literalsRobert Griebl2024-01-081-7/+9
* ASAN: fix potential access to freed memory (part 2)Robert Griebl2023-12-151-4/+7
* ASAN: fix potential access to freed memoryRobert Griebl2023-12-121-2/+3
* Replace AM_.. defines with checks for Qt features where possibleRobert Griebl2023-12-061-4/+4
* Fix all outstanding namespace issuesRobert Griebl2023-11-201-2/+2
* Intents: fix broadcasts via D-BusRobert Griebl2023-11-091-1/+8
* Switch to declarative registrationRobert Griebl2023-11-081-15/+0
* Untangle the IntentHandler and IntentServerHandler implementationsRobert Griebl2023-11-071-9/+43
* DBus cleanup, part 2 and shared QML APIRobert Griebl2023-09-261-5/+5
* StartupTimer needs to parse /proc files using a C localeRobert Griebl2023-08-011-1/+0
* Intents: fix inconsistency in visibility between sysui and appsRobert Griebl2023-06-261-2/+2
* Cleanup our custom qmltype generationRobert Griebl2023-06-161-2/+2
* A bunch of smaller documentation fixesRobert Griebl2023-05-231-13/+21
* Port from qAsConst to std::as_constMarc Mutz2023-01-141-2/+2
* Intents: add broadcastsRobert Griebl2022-09-161-34/+43
* Intents: prevent a crash if a sent request is gc'ed too earlyRobert Griebl2022-08-051-0/+3
* Use SPDX license identifiersDominik Holland2022-06-151-30/+4
* Protect all static variables via Q_GLOBAL_STATIC or similar functionsRobert Griebl2022-05-171-8/+9
* Use AM_TIMEOUT_FACTOR in all tests and the intent handlingRobert Griebl2022-05-121-4/+5
* Untangle the icon/name/description/categories messRobert Griebl2022-03-211-3/+25
* Avoid race condition on Intent creation during app startupRobert Griebl2021-07-271-13/+15
* cmake: the AM_xxx defines are only available after including global.hRobert Griebl2021-06-221-0/+1
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-25/+13
* Qt6 port, part 2 .. compiling with cmakeRobert Griebl2020-11-281-1/+1
* Qt 6 port, part 1 .. without cmakeRobert Griebl2020-11-281-4/+3
* Fix intents for quick-launched runtimesv5.15.0_QtASBernd Weimer2020-08-111-2/+2
* Build optimization: include all moc cpps directly in the main cpp fileRobert Griebl2020-08-111-0/+2
* Spelling fixes all over the placeRobert Griebl2020-07-171-4/+4
* Fix some documentation issuesBernd Weimer2020-06-191-0/+1
* Add intent handling in the system-uiRobert Griebl2020-01-311-3/+219
* Fully transparent and generic cache for config and app databaseRobert Griebl2019-11-071-18/+14
* Change intent implementation to better fit new architectureRobert Griebl2019-10-281-0/+2
* Add new package abstraction, part 2Robert Griebl2019-10-281-3/+48
* Rename from Luxoft AM to Qt AMRobert Griebl2019-08-051-1/+1
* Add new package abstraction, which allows multiple executables per packageRobert Griebl2019-08-011-69/+1
* Add documentation for the Intents QML APIRobert Griebl2018-12-181-2/+0
* Update copyright statementsRobert Griebl2018-12-181-1/+2
* Fix qdoc warningsRobert Griebl2018-12-061-1/+1
* Add options for intent timeouts and disabling intents and installerRobert Griebl2018-11-081-1/+25
* Fix crash in the Intent integrationRobert Griebl2018-11-071-3/+7
* Make deducing the single-process app context easierRobert Griebl2018-10-311-22/+3
* Intents: improved error handling and debug outputRobert Griebl2018-10-311-2/+7
* Multiple cleanupsRobert Griebl2018-10-301-2/+2