summaryrefslogtreecommitdiff
path: root/src/intent-client-lib
Commit message (Expand)AuthorAgeFilesLines
* Fix include style to what's mandated for public headersAlexandru Croitor2022-12-124-22/+22
* Intents: add broadcastsRobert Griebl2022-09-164-9/+96
* Fix the internal IntentHandler map getting corrupted on closing appsRobert Griebl2022-08-171-3/+1
* Intents: prevent a crash if a sent request is gc'ed too earlyRobert Griebl2022-08-052-3/+12
* Prevent linking of AppMan modules into user pluginsRobert Griebl2022-06-301-0/+2
* Fix QScopedPointer::take deprecation warningRobert Griebl2022-06-151-1/+0
* Use SPDX license identifiersDominik Holland2022-06-158-240/+32
* Fix QScopedPointer::take deprecation warningMÃ¥rten Nordheim2022-03-241-3/+4
* Clazy: fix srcRobert Griebl2021-08-204-11/+11
* cmake: remove all comments from the pro2cmake tool conversionRobert Griebl2021-06-301-5/+0
* cmake: remove qmake build system (except in examples/)Robert Griebl2021-06-301-26/+0
* cmake: Nearly full cmake buildRobert Griebl2021-06-181-0/+26
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-018-196/+104
* Build optimization: include all moc cpps directly in the main cpp fileRobert Griebl2020-08-114-0/+8
* Spelling fixes all over the placeRobert Griebl2020-07-173-4/+4
* Add intent handling in the system-uiRobert Griebl2020-01-317-23/+40
* Add a new Hello-World type example, using intentsRobert Griebl2020-01-241-5/+13
* Fully transparent and generic cache for config and app databaseRobert Griebl2019-11-071-2/+4
* Change intent implementation to better fit new architectureRobert Griebl2019-10-283-10/+11
* Rename from Luxoft AM to Qt AMRobert Griebl2019-08-058-8/+8
* Fix CI compilationRobert Griebl2019-07-251-0/+1
* Add documentation for the intents exampleRobert Griebl2019-02-121-1/+1
* Add support for isSingleton and isCreatable in the qmltypes type informationRobert Griebl2019-02-042-2/+2
* Update the appman-dumptypes toolRobert Griebl2019-01-163-0/+5
* Add documentation for the Intents QML APIRobert Griebl2018-12-183-0/+243
* Update copyright statementsRobert Griebl2018-12-188-8/+16
* Bump all QtApplicationManager QML imports to 2.0Robert Griebl2018-12-181-3/+3
* Remove dead codeRobert Griebl2018-11-072-13/+0
* Support multiple intent handling applications within the same processRobert Griebl2018-11-072-11/+21
* Make deducing the single-process app context easierRobert Griebl2018-10-312-2/+2
* Intents: improved error handling and debug outputRobert Griebl2018-10-311-8/+21
* Intents: added server side timeoutsRobert Griebl2018-10-304-3/+22
* Split the QtApplicationManager qml moduleDaniel d'Andrada2018-10-301-1/+1
* Intents: fixed API naming to follow a consistent request/reply send/receive p...Robert Griebl2018-10-305-18/+19
* Multiple cleanupsRobert Griebl2018-10-303-3/+3
* Intents: add timeout/error handling for the client sideRobert Griebl2018-10-264-40/+82
* Intents: cleanup and new featuresRobert Griebl2018-10-195-20/+42
* Add support for Intents for both single- and multi-process modeRobert Griebl2018-10-129-0/+963