summaryrefslogtreecommitdiffstats
path: root/src/installer-lib
Commit message (Expand)AuthorAgeFilesLines
* (Re)implement package and application blockingRobert Griebl2019-08-0216-3908/+0
* Remove support for multiple installation locationsRobert Griebl2019-08-0210-552/+176
* Add new package abstraction, which allows multiple executables per packageRobert Griebl2019-08-0115-1254/+1811
* Fix CI compilationRobert Griebl2019-07-251-0/+1
* Wait for apps to stop before actually uninstalling themv5.13.0-1_QtASRobert Griebl2019-06-262-0/+21
* Fix deprecation warnings against Qt 5.13Robert Griebl2019-06-052-3/+3
* Remove the "install to SDCard" functionalityRobert Griebl2019-05-2712-1080/+79
* Add support for isSingleton and isCreatable in the qmltypes type informationRobert Griebl2019-02-041-1/+1
* Update copyright statementsRobert Griebl2018-12-1815-15/+30
* Bump all QtApplicationManager QML imports to 2.0Robert Griebl2018-12-182-2/+2
* Fix parallel installationsRobert Griebl2018-11-294-26/+57
* Fix const-nessRobert Griebl2018-11-162-4/+4
* Add support for canceling installations to the appman-controllerRobert Griebl2018-11-162-0/+16
* Split the QtApplicationManager qml moduleDaniel d'Andrada2018-10-302-3/+3
* Fix error messageRobert Griebl2018-10-301-2/+4
* Make installed-apps-manifest-dir configuration entry optionalDaniel d'Andrada2018-08-141-0/+3
* The application icon can have any filenameDaniel d'Andrada2018-08-072-14/+30
* Fix compiler warnings for all platforms.Robert Griebl2018-08-071-0/+2
* Make appImageMountDir config key optionalDaniel d'Andrada2018-08-065-39/+69
* Fix store-signed packagesRobert Griebl2018-08-034-8/+29
* Fix Main cleanupDaniel d'Andrada2018-07-231-0/+1
* The signal is called taskRequestingInstallationAcknowledgeDaniel d'Andrada2018-07-112-2/+2
* Refactor the Application objectDaniel d'Andrada2018-05-145-30/+29
* Remove the retakeSingletonOwnershipFromQmlEngine hackDominik Holland2018-04-271-3/+2
* Clang code model fixesRobert Griebl2018-04-175-17/+18
* Add support for extra meta-data in packagesRobert Griebl2018-04-173-5/+50
* Introduce qdoc groups for all qml typesDominik Holland2018-04-171-1/+2
* Make missing installation locations in the config file non-fatalRobert Griebl2018-03-291-4/+0
* Simplify the sudo server interfaceRobert Griebl2018-03-162-59/+38
* Add new "deployment" logging categoryBernd Weimer2018-02-282-6/+8
* Fix crash when trying to install an app while its runtime is not availableRobert Griebl2018-02-141-2/+3
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-0715-15/+15
* Make installation task state an enumerationBernd Weimer2018-01-154-54/+45
* Made the external D-Bus interfaces a compile time optionRobert Griebl2017-07-034-40/+1
* Minor doc cleanupRobert Griebl2017-06-291-3/+1
* Re-enable Android supportRobert Griebl2017-05-291-2/+8
* Move more code out of common-lib into more appropriate modulesRobert Griebl2017-05-297-9/+85
* Move a lot of code out of utilities.cpp into more appropriate modulesRobert Griebl2017-05-294-8/+103
* Extend timeout-factor correction from auto-tests to the appman itselfRobert Griebl2017-05-161-3/+10
* Do not remove folder when default installation location is missingBernd Weimer2017-04-251-3/+0
* Add support for 64bit POSIX capabilitiesRobert Griebl2017-03-241-14/+26
* Make Application::codeDir available to the system-uiRobert Griebl2017-03-241-1/+1
* Application ids are not restricted to reverse-DNS notation anymoreRobert Griebl2017-03-242-5/+26
* Use #include <QtModule/file> syntax in all headersv1.1_QtAS5.8Robert Griebl2017-03-153-7/+4
* Add debug output in the installer cleanup routineRobert Griebl2017-03-141-0/+9
* Replace all foreach loops with C++11 ranged-for loopsRobert Griebl2017-03-143-20/+31
* Replace C++03 throw(Exception) specifications with C++11 noexcept(false)Robert Griebl2017-03-146-12/+12
* Replace all 0-pointers with C++11 nullptrRobert Griebl2017-03-146-9/+10
* common-lib cleanupRobert Griebl2017-03-135-0/+5
* Replace the setProcessTitle implementationRobert Griebl2017-03-101-0/+3