summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Mark security critical files according to QUIP 23Zoltan Gera2025-05-156-0/+6
* Update license checkLucie Gérard2025-03-217-7/+7
* appman-controller: ignore read hup events on ssh connectionsRobert Griebl2025-02-264-95/+16
* appman-controller: print which signal made the controller quitRobert Griebl2025-02-171-3/+4
* Consistent, easy to read debug output on application startRobert Griebl2025-02-171-6/+8
* Fix more compilation issues with Qt 6.10 (nodiscard)Volker Hilsheimer2025-01-091-1/+2
* Fix compilation against Qt 6.10 (nodiscard)Robert Griebl2025-01-081-1/+2
* Dump deferred log messages on error exitRobert Griebl2024-12-092-3/+3
* 6.9 cleanup commitRobert Griebl2024-12-012-19/+1
* Fix icon handling for installable packagesRobert Griebl2024-11-281-16/+28
* Controller: fix document-url handlingRobert Griebl2024-11-201-1/+1
* Prevent atexit() handlers from running when an exception occursRobert Griebl2024-11-131-1/+1
* Fix crashAction configuration for the QML runtime not applyingRobert Griebl2024-11-041-1/+8
* Fix the testlib crash handler instantiationRobert Griebl2024-11-041-5/+6
* Tests: explicitly enable QtTest's crash handler for the AM test-runnerRobert Griebl2024-10-291-2/+8
* Fix startup-timer output for quicklaunched appsRobert Griebl2024-10-181-18/+22
* appman-controller: fix --help failing if no appman is runningRobert Griebl2024-09-261-1/+1
* CMake: Use relative paths for the dbus interfacesUlf Hermann2024-09-251-2/+2
* Fix controller crashing when injecting an intent without an intent idRobert Griebl2024-09-121-0/+3
* appman-controller: fix restart on start-applicationRobert Griebl2024-09-101-1/+5
* Adapt to qthttpserver API break in 6.8Robert Griebl2024-08-021-3/+15
* Set applicationName and organizationName on appsRobert Griebl2024-07-301-26/+45
* Fix the --build-config command line optionRobert Griebl2024-07-191-1/+2
* Package-Server: fix iconUrl for packages with compiled componentsRobert Griebl2024-07-191-3/+7
* The packager is now able to deal with QML-compiled apps directlyRobert Griebl2024-07-191-1/+4
* Watchdog: enable the watchdog for QML applications in MP modeRobert Griebl2024-06-181-0/+1
* Better abstraction for the watchdog and OpenGL configurationRobert Griebl2024-06-181-1/+1
* Don't use DLT settings or command line arguments if DLT isn't availableRobert Griebl2024-06-111-19/+29
* Fix data race on auto generated DLT idRobert Griebl2024-06-111-5/+2
* A better watchdog for Wayland, main thread and scene graphRobert Griebl2024-05-311-1/+1
* Remove the deprecated installationLocations configurationRobert Griebl2024-05-291-22/+1
* Refactor the representation of the YAML configurationRobert Griebl2024-05-294-26/+20
* Refactor the ApplicationInterface root context propertyRobert Griebl2024-05-142-20/+3
* appman-controller: detect stale lock files and auto remove themRobert Griebl2024-04-291-2/+10
* Replace all signals/slots keywords with Q_SIGNALS/Q_SLOTSRobert Griebl2024-04-222-4/+3
* Fix exception handling after Q*Application::exec()Robert Griebl2024-03-072-19/+24
* Add libdbus to 3rdparty for Windows/macOSRobert Griebl2024-03-051-0/+2
* tests: add a test for the new package-server toolRobert Griebl2024-03-053-4/+11
* Replace all #pragma once with old-style #ifdef include guardsRobert Griebl2024-03-0511-11/+44
* tests: shorten the qml testrunner tag to make reports more readableRobert Griebl2024-02-281-1/+1
* Re-enable console/terminal output on WindowsRobert Griebl2024-02-194-1/+9
* controller: ignore stdin/out/err redirections on WindowsRobert Griebl2024-02-071-1/+9
* Use a P2P DBus on non-Linux platforms for the appman-controllerRobert Griebl2024-02-071-5/+61
* Change object destruction order in launcher-qmlRobert Griebl2024-02-071-14/+16
* Fix QML debugger freeze on exitRobert Griebl2024-01-251-2/+4
* Revamp the instance-id and the dbus anchors for the controllerRobert Griebl2024-01-251-35/+110
* Disable the crash test on ASAN buildsRobert Griebl2024-01-122-0/+11
* Clazy: fixesRobert Griebl2024-01-088-65/+68
* Clazy: modernizeRobert Griebl2024-01-083-34/+34
* Modernize string literalsRobert Griebl2024-01-087-205/+222