summaryrefslogtreecommitdiffstats
path: root/src/main-lib/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark security critical files according to QUIP 23HEADdevZoltan Gera8 days1-0/+1
* Fix potential problems with GNOME platform theme loadingRobert Griebl2025-05-071-8/+8
* 6.9 cleanup commitRobert Griebl2024-12-011-18/+0
* Do not compile the build directory into the appman binaryRobert Griebl2024-10-301-3/+0
* Always state the reason why the AM is doing a controlled shutdownRobert Griebl2024-10-241-14/+33
* Watchdog: fix the event loop stuck durations being way offRobert Griebl2024-08-061-0/+6
* Better abstraction for the watchdog and OpenGL configurationRobert Griebl2024-06-181-20/+4
* Simplify the global configuration for all runtimesRobert Griebl2024-06-181-8/+10
* Don't use DLT settings or command line arguments if DLT isn't availableRobert Griebl2024-06-111-5/+7
* Deprecate the disable installer/intents runtime optionsRobert Griebl2024-06-111-4/+2
* A better watchdog for Wayland, main thread and scene graphRobert Griebl2024-05-311-1/+23
* Refactor the representation of the YAML configurationRobert Griebl2024-05-291-153/+185
* Static lambdas should not have capturesRobert Griebl2024-05-291-5/+6
* 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-081-1/+3
* Clazy: modernizeRobert Griebl2024-01-081-11/+11
* Modernize string literalsRobert Griebl2024-01-081-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