summaryrefslogtreecommitdiffstats
path: root/src/intent-server-lib/intent.h
Commit message (Expand)AuthorAgeFilesLines
* Replace all #pragma once with old-style #ifdef include guardsRobert Griebl2024-03-051-1/+4
* Fix a potential crash, handling an intent request during app removalRobert Griebl2023-12-081-0/+3
* Fix all outstanding namespace issuesRobert Griebl2023-11-201-2/+2
* Switch to declarative registrationRobert Griebl2023-11-081-2/+0
* Intents: fix inconsistency in visibility between sysui and appsRobert Griebl2023-06-261-1/+1
* Mark properties exposed to QML as FINAL to prevent shadowingRobert Griebl2023-06-221-15/+15
* Cleanup our custom qmltype generationRobert Griebl2023-06-161-1/+1
* Fix include style to what's mandated for public headersAlexandru Croitor2022-12-121-5/+5
* Intents: add broadcastsRobert Griebl2022-09-161-2/+8
* Use SPDX license identifiersDominik Holland2022-06-151-30/+4
* Untangle the icon/name/description/categories messRobert Griebl2022-03-211-2/+7
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-25/+13
* Add intent handling in the system-uiRobert Griebl2020-01-311-0/+1
* Change intent implementation to better fit new architectureRobert Griebl2019-10-281-17/+32
* Add new package abstraction, part 2Robert Griebl2019-10-281-1/+1
* Rename from Luxoft AM to Qt AMRobert Griebl2019-08-051-1/+1
* Add support for isSingleton and isCreatable in the qmltypes type informationRobert Griebl2019-02-041-1/+1
* Update the appman-dumptypes toolRobert Griebl2019-01-161-0/+2
* Add documentation for the Intents QML APIRobert Griebl2018-12-181-1/+0
* Update copyright statementsRobert Griebl2018-12-181-1/+2
* Make it possible to compare Intent objects on the QML sideRobert Griebl2018-11-051-0/+1
* Multiple cleanupsRobert Griebl2018-10-301-1/+1
* Intents: cleanup and new featuresRobert Griebl2018-10-191-4/+21
* Add support for Intents for both single- and multi-process modeRobert Griebl2018-10-121-0/+86