summaryrefslogtreecommitdiff
path: root/src/manager-lib/applicationmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a potential crash when trying to start applications6.3Robert Griebl2022-10-121-5/+9
* Fix QScopedPointer::take deprecation warningMÃ¥rten Nordheim2022-03-251-2/+4
* Fix minor issuesBernd Weimer2022-03-221-1/+1
* UrlHandlers have to be properly unregistered nowadaysRobert Griebl2022-03-181-0/+2
* Fix immediate application restartBernd Weimer2021-09-201-1/+1
* Clazy: fix srcRobert Griebl2021-08-201-2/+2
* Wait for running apps to die on update installationsRobert Griebl2021-08-061-1/+1
* Make the ApplicationManager and PackageManager connections implicitRobert Griebl2021-08-061-1/+17
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-25/+13
* Add support for running multiple (external) apps with the same PIDRobert Griebl2021-04-231-5/+34
* Remove legacy functionality: headless, pssdp and pshellserverRobert Griebl2020-11-281-7/+1
* Qt 6 port, part 1 .. without cmakeRobert Griebl2020-11-281-1/+2
* Build optimization: include all moc cpps directly in the main cpp fileRobert Griebl2020-08-111-0/+2
* Spelling fixes all over the placeRobert Griebl2020-07-171-22/+22
* Avoid missleading quicklaunch logging outputBernd Weimer2020-06-191-33/+38
* Fix some documentation issuesBernd Weimer2020-06-191-1/+1
* Merge remote-tracking branch 'gerrit/5.13' into 5.14Robert Griebl2020-03-121-6/+8
|\
| * Delay emitting applicationWasActivated signalv5.13.2_QtAS5.13Bernd Weimer2020-03-091-10/+10
| * Merge remote-tracking branch 'gerrit/5.12' into 5.13Robert Griebl2019-10-081-13/+14
| |\
| | * Fix canceling installationsBernd Weimer2019-09-121-13/+14
| | * Fix crashes when trying to start blocked appsRobert Griebl2019-08-011-4/+14
* | | Add properties to allow cross-referencing between Package and ApplicationRobert Griebl2020-02-171-0/+5
* | | Rename classesBernd Weimer2019-11-141-1/+1
* | | Change intent implementation to better fit new architectureRobert Griebl2019-10-281-3/+13
* | | Add new package abstraction, part 2Robert Griebl2019-10-281-8/+48
* | | Rename from Luxoft AM to Qt AMRobert Griebl2019-08-051-1/+1
* | | Remove a left-over alias checkRobert Griebl2019-08-031-3/+0
* | | (Re)implement package and application blockingRobert Griebl2019-08-021-24/+5
* | | Add new package abstraction, which allows multiple executables per packageRobert Griebl2019-08-011-325/+58
|/ /
* | Fix qdoc warningsDominik Holland2019-07-101-3/+10
* | The return value of ApplicationObject::start|debug was ignoredRobert Griebl2019-07-081-11/+8
* | Fix crashes when trying to start blocked appsRobert Griebl2019-06-261-4/+14
* | Add method to add Wayland extensionsBernd Weimer2019-05-271-4/+2
* | Improve the error message when trying to start an unknown applicationRobert Griebl2019-05-171-8/+9
|/
* Fix application states being wrongly initializedRobert Griebl2019-02-141-3/+1
* Fix signal emission order on app installationRobert Griebl2019-02-111-4/+6
* Update copyright statementsRobert Griebl2018-12-181-1/+2
* Bump all QtApplicationManager QML imports to 2.0Robert Griebl2018-12-181-7/+7
* Fix qdoc warningsRobert Griebl2018-12-061-2/+2
* Split the QtApplicationManager qml moduleDaniel d'Andrada2018-10-301-8/+8
* Get rid of all 0-timeout single-shot timersRobert Griebl2018-10-261-3/+3
* Fix the low-level "invalid index" warnings in the singletonsRobert Griebl2018-10-101-16/+13
* Add an official signal for Runtime creationRobert Griebl2018-10-091-4/+2
* Rename internal APIRobert Griebl2018-10-091-13/+13
* Get rid of QProcess in the internal and external APIRobert Griebl2018-08-231-29/+24
* Decouple ApplicationManager and ApplicationDatabaseDaniel d'Andrada2018-08-141-64/+30
* Decouple ApplicationManager and ApplicationDaniel d'Andrada2018-08-141-9/+28
* Fix compiler warnings for all platforms.Robert Griebl2018-08-071-0/+4
* Support udpating builtin applicationsDaniel d'Andrada2018-07-261-3/+31
* Fix newly installed app icon pathDaniel d'Andrada2018-07-111-1/+3