summaryrefslogtreecommitdiffstats
path: root/src/application-lib
Commit message (Expand)AuthorAgeFilesLines
* Remove support for multiple installation locationsRobert Griebl2019-08-025-30/+21
* Add new package abstraction, which allows multiple executables per packageRobert Griebl2019-08-0115-656/+1472
* Fix CI compilationRobert Griebl2019-07-251-0/+1
* Clarify docs around D-Bus access policiesRobert Griebl2019-06-251-1/+2
* Fix deprecation warnings against Qt 5.13Robert Griebl2019-06-052-3/+3
* [intents] add intents list to read/write of ApplicationInfo to streamEgor Nemtsev2019-04-251-2/+5
* Update copyright statementsRobert Griebl2018-12-189-9/+18
* Make DLT IDs configurableBernd Weimer2018-11-203-5/+25
* Split the QtApplicationManager qml moduleDaniel d'Andrada2018-10-301-1/+1
* Multiple cleanupsRobert Griebl2018-10-301-1/+0
* Add support for Intents for both single- and multi-process modeRobert Griebl2018-10-124-0/+10
* The application icon can have any filenameDaniel d'Andrada2018-08-071-1/+1
* info.yaml: Don't accept file paths in the 'icon' fieldDaniel d'Andrada2018-08-062-5/+23
* Refactor the Application objectDaniel d'Andrada2018-05-149-1191/+638
* Deprecate info.yaml fields now, so we can remove them in 5.12Robert Griebl2018-05-033-33/+56
* Clean up applicationscanner.hDaniel d'Andrada2018-04-271-2/+0
* Remove unimplemented Application::fromVariantMap functionDaniel d'Andrada2018-04-271-1/+0
* Add support for extra meta-data in packagesRobert Griebl2018-04-172-0/+44
* Introduce qdoc groups for all qml typesDominik Holland2018-04-172-0/+2
* Move RunState API from ApplicationManager to ApplicationDaniel d'Andrada2018-03-173-2/+63
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-079-9/+9
* Add installation state auto testBernd Weimer2017-12-201-1/+1
* Refactor the interface between the AM and runtime launchersRobert Griebl2017-12-153-2/+27
* Expose installation state to QMLBernd Weimer2017-12-082-0/+16
* Add Application::activated() signalDaniel d'Andrada2017-10-122-0/+7
* Pass slowAnimations down to client applicationsDaniel d'Andrada2017-09-201-0/+2
* Minor doc cleanupRobert Griebl2017-06-291-1/+1
* Move more code out of common-lib into more appropriate modulesRobert Griebl2017-05-292-1/+1
* Move a lot of code out of utilities.cpp into more appropriate modulesRobert Griebl2017-05-294-2/+51
* Pass name, icon and version to applicationsBernd Weimer2017-04-212-0/+29
* Make Application::codeDir available to the system-uiRobert Griebl2017-03-242-9/+19
* Application ids are not restricted to reverse-DNS notation anymoreRobert Griebl2017-03-242-4/+4
* Use #include <QtModule/file> syntax in all headersv1.1_QtAS5.8Robert Griebl2017-03-152-3/+1
* Fix app icon not updating on app installationRobert Griebl2017-03-151-1/+18
* Fix MSVC2015 64-bit warningsRobert Griebl2017-03-141-1/+1
* Replace all foreach loops with C++11 ranged-for loopsRobert Griebl2017-03-141-1/+1
* Replace C++03 throw(Exception) specifications with C++11 noexcept(false)Robert Griebl2017-03-145-17/+19
* Replace all 0-pointers with C++11 nullptrRobert Griebl2017-03-142-2/+2
* Remove additionalConfigurationBernd Weimer2017-03-091-2/+0
* Fix Application::mergeIntoRobert Griebl2017-03-091-5/+6
* Improve the error messages for invalid YAML documentsRobert Griebl2017-03-092-8/+10
* Fix ownership issue of the Application object on installationRobert Griebl2017-02-223-19/+40
* Addition of a qmlplugindump tool equivalent for the application-managerRobert Griebl2017-02-214-0/+264
* Default to Qt's configs for building tests and examplesRobert Griebl2017-02-111-0/+1
* Made Exception default to code == Error::SystemRobert Griebl2017-02-071-1/+1
* Documentation updateRobert Griebl2017-02-013-21/+182
* Renamed internal API to be consistent with external role namesRobert Griebl2017-01-182-10/+10
* Adding a new supportsApplicationInterface field to info.yamlDominik Holland2017-01-183-0/+20
* Updated Pelagicore AG copyright to 2017Robert Griebl2017-01-167-7/+7
* Add applicationProperties to manifestBernd Weimer2017-01-133-0/+30