summaryrefslogtreecommitdiffstats
path: root/src/manager-lib/intentaminterface.h
Commit message (Expand)AuthorAgeFilesLines
* Fix Axivion style violationsRobert Griebl2024-06-181-11/+12
* Warn users about wrongly instantiating QML typesRobert Griebl2024-05-231-0/+1
* Replace all signals/slots keywords with Q_SIGNALS/Q_SLOTSRobert Griebl2024-04-221-2/+2
* Replace all #pragma once with old-style #ifdef include guardsRobert Griebl2024-03-051-1/+4
* Clazy: fixesRobert Griebl2024-01-081-6/+9
* Clazy: modernizeRobert Griebl2024-01-081-1/+1
* Replace AM_.. defines with checks for Qt features where possibleRobert Griebl2023-12-061-2/+2
* Fix all outstanding namespace issuesRobert Griebl2023-11-201-2/+2
* Switch to declarative registrationRobert Griebl2023-11-081-2/+0
* Untangle the IntentHandler and IntentServerHandler implementationsRobert Griebl2023-11-071-2/+10
* Clang-Tidy / Clazy warnings and modernizationRobert Griebl2023-08-011-1/+1
* Mark properties exposed to QML as FINAL to prevent shadowingRobert Griebl2023-06-221-8/+8
* Cleanup our custom qmltype generationRobert Griebl2023-06-161-1/+2
* Fix include style to what's mandated for public headersAlexandru Croitor2022-12-121-8/+8
* Intents: add broadcastsRobert Griebl2022-09-161-8/+8
* Use SPDX license identifiersDominik Holland2022-06-151-30/+4
* Untangle the icon/name/description/categories messRobert Griebl2022-03-211-0/+3
* cmake: the AM_xxx defines are only available after including global.hRobert Griebl2021-06-221-1/+2
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-25/+13
* Remove legacy functionality: headless, pssdp and pshellserverRobert Griebl2020-11-281-1/+0
* Add intent handling in the system-uiRobert Griebl2020-01-311-0/+48
* Fully transparent and generic cache for config and app databaseRobert Griebl2019-11-071-1/+3
* Add new package abstraction, part 2Robert Griebl2019-10-281-2/+4
* 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-3/+1
* Update copyright statementsRobert Griebl2018-12-181-1/+2
* Add options for intent timeouts and disabling intents and installerRobert Griebl2018-11-081-1/+1
* Make deducing the single-process app context easierRobert Griebl2018-10-311-1/+1
* Multiple cleanupsRobert Griebl2018-10-301-2/+2
* Intents: add timeout/error handling for the client sideRobert Griebl2018-10-261-2/+2
* Intents: cleanup and new featuresRobert Griebl2018-10-191-3/+11
* Add support for Intents for both single- and multi-process modeRobert Griebl2018-10-121-0/+187