summaryrefslogtreecommitdiffstats
path: root/src/main-lib/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak due to broken unique_ptr deleterRobert Griebl2024-03-071-1/+1
* Axivion: fix or document most of the reported issuesRobert Griebl2024-02-211-12/+16
* Logging: add a D-Bus specific logging categoryRobert Griebl2024-02-071-6/+6
* Use a P2P DBus on non-Linux platforms for the appman-controllerRobert Griebl2024-02-071-64/+106
* Only load container plugins which are actually usedDominik Holland2024-02-011-0/+4
* Revamp the instance-id and the dbus anchors for the controllerRobert Griebl2024-01-251-31/+61
* Clazy: fixesRobert Griebl2024-01-091-1/+3
* Clazy: modernizeRobert Griebl2024-01-091-11/+11
* Modernize string literalsRobert Griebl2024-01-091-38/+40
* Get rid of the UTF-8 locale check for libarchiveRobert Griebl2023-12-151-10/+0
* Quicklaunch: improve the runtimesPerContainer settingRobert Griebl2023-12-121-4/+5
* Catch first frame in launcher-qml againBernd Weimer2023-12-081-5/+5
* Deprecate dummydata loadingRobert Griebl2023-12-071-0/+2
* Replace AM_.. defines with checks for Qt features where possibleRobert Griebl2023-12-061-94/+97
* Simplify custom appman implementationsRobert Griebl2023-12-061-3/+18
* Simplify builing a custom appman executableRobert Griebl2023-12-061-0/+4
* Switch to declarative registrationRobert Griebl2023-11-081-17/+0
* Remove the legacy ApplicationInstaller and clean up "disable-installer"Robert Griebl2023-10-291-13/+3
* DBus cleanup, part 2 and shared QML APIRobert Griebl2023-09-261-10/+10
* DBus cleanupRobert Griebl2023-09-261-16/+22
* Convert StartupTimer into a real QML singletonRobert Griebl2023-08-031-2/+9
* Remove all of the legacy installer user-id separation codeRobert Griebl2023-07-141-33/+5
* Remove deprecated functions and classesRobert Griebl2023-07-131-6/+0
* Quick-launch enhancementsRobert Griebl2023-06-301-6/+10
* Support loading Plugins from the Qt plugins directoryDominik Holland2023-06-231-2/+21
* Add a new helper class for all container pluginsRobert Griebl2023-06-231-2/+15
* Hide internal signals and slots from QMLRobert Griebl2023-06-211-2/+2
* Respect the visibility property of the main window in the system-uiDominik Holland2023-06-161-1/+1
* Fix D-Bus registration error handlingRobert Griebl2023-03-021-17/+12
* Allow the registration of custom runtimes without patchingRobert Griebl2023-02-161-3/+10
* Port from qAsConst to std::as_constMarc Mutz2023-01-141-8/+8
* Fix build without openglSamuli Piippo2022-10-211-1/+0
* CMake: our tools are really apps as far as the build system is concernedRobert Griebl2022-09-261-0/+1
* Fix the developmentMode flag not being set, if the installer was offRobert Griebl2022-08-231-6/+5
* Add explicit include for std::abort (part 2)Robert Griebl2022-08-161-0/+1
* Add support for managing multiple instances from appman-controllerRobert Griebl2022-06-301-5/+14
* Fix QScopedPointer::take deprecation warningRobert Griebl2022-06-151-3/+3
* Use SPDX license identifiersDominik Holland2022-06-151-30/+4
* Fix DBus error handling when set to "auto"Robert Griebl2022-05-121-1/+4
* Disable the Wayland watchdog when running autotestsRobert Griebl2022-05-121-2/+2
* Better debug output when failing to load resourcesRobert Griebl2022-04-271-2/+5
* Add a new flag to allow surfaces from unknown Wayland clientsRobert Griebl2022-03-231-3/+4
* Handle an empty or invalid documentDir correctlyRobert Griebl2022-03-221-0/+9
* Fix the userIdSeparation check on startupRobert Griebl2022-03-211-1/+1
* Remove the touch emulation featureRobert Griebl2022-03-171-21/+0
* Create extra sockets only just before the Wayland compositor is createdRobert Griebl2022-03-021-50/+64
* Add an option to configure how very long log messages are passed to DLTRobert Griebl2022-02-251-0/+1
* Delay loading packages until a specified partition is mountedRobert Griebl2022-02-021-6/+21
* Clazy: fix srcRobert Griebl2021-08-201-1/+1
* Make the ApplicationManager and PackageManager connections implicitRobert Griebl2021-08-061-11/+0