summaryrefslogtreecommitdiffstats
path: root/src/installer-lib/applicationinstaller.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bump all QtApplicationManager QML imports to 2.0Robert Griebl2018-12-181-1/+1
* Fix parallel installationsRobert Griebl2018-11-291-22/+35
* Fix const-nessRobert Griebl2018-11-161-2/+2
* Add support for canceling installations to the appman-controllerRobert Griebl2018-11-161-0/+15
* Split the QtApplicationManager qml moduleDaniel d'Andrada2018-10-301-2/+2
* Fix error messageRobert Griebl2018-10-301-2/+4
* Make installed-apps-manifest-dir configuration entry optionalDaniel d'Andrada2018-08-141-0/+3
* Make appImageMountDir config key optionalDaniel d'Andrada2018-08-061-28/+46
* Fix store-signed packagesRobert Griebl2018-08-031-4/+12
* Fix Main cleanupDaniel d'Andrada2018-07-231-0/+1
* The signal is called taskRequestingInstallationAcknowledgeDaniel d'Andrada2018-07-111-1/+1
* Refactor the Application objectDaniel d'Andrada2018-05-141-16/+16
* Remove the retakeSingletonOwnershipFromQmlEngine hackDominik Holland2018-04-271-3/+2
* Clang code model fixesRobert Griebl2018-04-171-5/+3
* Add support for extra meta-data in packagesRobert Griebl2018-04-171-3/+41
* Introduce qdoc groups for all qml typesDominik Holland2018-04-171-1/+2
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-071-1/+1
* Make installation task state an enumerationBernd Weimer2018-01-151-26/+27
* Made the external D-Bus interfaces a compile time optionRobert Griebl2017-07-031-33/+0
* Move more code out of common-lib into more appropriate modulesRobert Griebl2017-05-291-1/+1
* Move a lot of code out of utilities.cpp into more appropriate modulesRobert Griebl2017-05-291-2/+71
* Do not remove folder when default installation location is missingBernd Weimer2017-04-251-3/+0
* Application ids are not restricted to reverse-DNS notation anymoreRobert Griebl2017-03-241-5/+25
* 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-141-17/+28
* Replace C++03 throw(Exception) specifications with C++11 noexcept(false)Robert Griebl2017-03-141-2/+2
* Replace all 0-pointers with C++11 nullptrRobert Griebl2017-03-141-2/+2
* common-lib cleanupRobert Griebl2017-03-131-0/+1
* Adds an API to get the associated application-id of an installation taskRobert Griebl2017-03-091-0/+24
* Fix for clazy and clang static code analysis findingsRobert Griebl2017-02-271-1/+1
* Made Exception default to code == Error::SystemRobert Griebl2017-02-071-9/+9
* Documentation updateRobert Griebl2017-02-011-5/+0
* Updated Pelagicore AG copyright to 2017Robert Griebl2017-01-161-1/+1
* Synchronized app exiting between the AM and the controllerRobert Griebl2016-12-191-11/+0
* Add SystemMonitor documentationBernd Weimer2016-12-141-1/+1
* Make the build warning freeRobert Griebl2016-10-191-2/+2
* Reimplemented build-system as a real Qt moduleRobert Griebl2016-10-171-13/+12
* Moved all symbols to a private namespaceRobert Griebl2016-09-231-0/+3
* Doc: Various documentation fixes and improvementsTopi Reinio2016-09-191-51/+53
* Support the compiler in optimizing the startup process.Robert Griebl2016-06-211-3/+3
* Another round of fixes for clazy warnings.Robert Griebl2016-06-211-4/+10
* Forgot the ApplicationInstaller QML namespace when renaming all of them.Robert Griebl2016-06-091-1/+1
* Make the docs readable in the online style.Robert Griebl2016-06-031-4/+0
* Fixed license header to align with the final QtAS contract.Robert Griebl2016-06-021-6/+16
* Added sender and receiver properties for multi-process IPC calls.Robert Griebl2016-05-091-5/+7
* More installer documentationRobert Griebl2016-04-271-1/+1
* Renamed the QML namespace to "QtApplicationManager".Robert Griebl2016-04-261-2/+2
* Use the same license wording for GPL3 as the standard Qt 5.7 license.Robert Griebl2016-04-111-13/+14
* Updated copyright year to 2016Robert Griebl2016-03-171-1/+1
* Documentation overhaul, part 1 (restructuring)Robert Griebl2016-03-171-3/+1