summaryrefslogtreecommitdiff
path: root/src/intent-server-lib
Commit message (Expand)AuthorAgeFilesLines
* Fix QScopedPointer::take deprecation warningMÃ¥rten Nordheim2022-03-251-3/+4
* Fix memory leaks introduced by adding the PackageInfo mechanismRobert Griebl2022-03-211-0/+2
* Untangle the icon/name/description/categories messRobert Griebl2022-03-214-22/+90
* Prefer STL style iterators over the Java varietyRobert Griebl2022-02-101-3/+1
* Clazy: fix srcRobert Griebl2021-08-203-8/+9
* 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-28/+0
* cmake: Nearly full cmake buildRobert Griebl2021-06-181-0/+27
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-0110-249/+130
* Qt6 port, part 2 .. compiling with cmakeRobert Griebl2020-11-281-3/+3
* Qt 6 port, part 1 .. without cmakeRobert Griebl2020-11-281-1/+1
* Build optimization: include all moc cpps directly in the main cpp fileRobert Griebl2020-08-115-0/+10
* Fix memory leaks found with gcc's ASANRobert Griebl2020-08-101-0/+1
* Spelling fixes all over the placeRobert Griebl2020-07-172-7/+7
* Start correct application with intent requestBernd Weimer2020-06-301-8/+4
* Add intent handling in the system-uiRobert Griebl2020-01-312-1/+2
* More intent configuration documentationRobert Griebl2020-01-241-18/+24
* More documentation - especially regarding the new PackageManagerRobert Griebl2020-01-241-3/+12
* Fix a few (doc) issues in the intent sub-system.Robert Griebl2020-01-142-5/+18
* Fully transparent and generic cache for config and app databaseRobert Griebl2019-11-071-3/+5
* Fix qdoc warningsRobert Griebl2019-11-051-3/+3
* Change intent implementation to better fit new architectureRobert Griebl2019-10-2810-220/+881
* Add new package abstraction, part 2Robert Griebl2019-10-282-10/+2
* Rename from Luxoft AM to Qt AMRobert Griebl2019-08-058-8/+8
* Add new package abstraction, which allows multiple executables per packageRobert Griebl2019-08-011-1/+2
* Fix CI compilationRobert Griebl2019-07-251-0/+1
* Fix qdoc warningsDominik Holland2019-07-101-4/+4
* Add support for isSingleton and isCreatable in the qmltypes type informationRobert Griebl2019-02-042-2/+2
* Update the appman-dumptypes toolRobert Griebl2019-01-163-2/+4
* Add documentation for the Intents QML APIRobert Griebl2018-12-183-1/+136
* Update copyright statementsRobert Griebl2018-12-188-8/+16
* Bump all QtApplicationManager QML imports to 2.0Robert Griebl2018-12-181-3/+3
* Intents: add a debug output when a request starts waiting for disambiguationRobert Griebl2018-11-071-0/+1
* Make it possible to compare Intent objects on the QML sideRobert Griebl2018-11-053-0/+7
* Intents: fix variable namingRobert Griebl2018-10-312-30/+30
* Intents: added server side timeoutsRobert Griebl2018-10-302-7/+53
* Split the QtApplicationManager qml moduleDaniel d'Andrada2018-10-301-3/+3
* Multiple cleanupsRobert Griebl2018-10-302-2/+1
* Get rid of all 0-timeout single-shot timersRobert Griebl2018-10-261-3/+3
* Intents: apps can always request their own intents, regardless of capabilitiesRobert Griebl2018-10-251-13/+14
* Intents: cleanup and new featuresRobert Griebl2018-10-197-226/+355
* Add support for Intents for both single- and multi-process modeRobert Griebl2018-10-129-0/+1181