summaryrefslogtreecommitdiffstats
path: root/src/intent-server-lib/intentserver.h
Commit message (Expand)AuthorAgeFilesLines
* Prevent recursion on emission of aboutToBe... signalsRobert Griebl2024-10-241-0/+1
* Fix Axivion style violationsRobert Griebl2024-06-181-3/+3
* Replace all signals/slots keywords with Q_SIGNALS/Q_SLOTSRobert Griebl2024-04-221-1/+1
* Replace all #pragma once with old-style #ifdef include guardsRobert Griebl2024-03-051-1/+4
* Fix all outstanding namespace issuesRobert Griebl2023-11-201-13/+13
* Switch to declarative registrationRobert Griebl2023-11-081-2/+0
* QML can now deal with QList<object derived type *> propertiesRobert Griebl2023-09-261-4/+2
* Clang-Tidy / Clazy warnings and modernizationRobert Griebl2023-08-011-1/+1
* Mark properties exposed to QML as FINAL to prevent shadowingRobert Griebl2023-06-221-1/+1
* Fix include style to what's mandated for public headersAlexandru Croitor2022-12-121-5/+5
* Intents: add broadcastsRobert Griebl2022-09-161-1/+1
* Use SPDX license identifiersDominik Holland2022-06-151-30/+4
* Untangle the icon/name/description/categories messRobert Griebl2022-03-211-1/+2
* Clazy: fix srcRobert Griebl2021-08-201-2/+3
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-25/+13
* Fully transparent and generic cache for config and app databaseRobert Griebl2019-11-071-3/+5
* Change intent implementation to better fit new architectureRobert Griebl2019-10-281-39/+50
* 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
* Update copyright statementsRobert Griebl2018-12-181-1/+2
* Intents: fix variable namingRobert Griebl2018-10-311-1/+1
* Intents: added server side timeoutsRobert Griebl2018-10-301-0/+8
* Intents: cleanup and new featuresRobert Griebl2018-10-191-31/+43
* Add support for Intents for both single- and multi-process modeRobert Griebl2018-10-121-0/+138