summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak due to broken unique_ptr deleterRobert Griebl2024-03-071-1/+1
* Fix exception handling after Q*Application::exec()Robert Griebl2024-03-074-30/+38
* Add libdbus to 3rdparty for Windows/macOSRobert Griebl2024-03-05141-4/+74194
* 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-05132-132/+528
* Avoid promoting WrapLibYaml to global in configure.cmakeAlexey Edelev2024-02-291-0/+3
* CMake: Change the cwd to the location of the system-ui-wrapper scriptDominik Holland2024-02-281-0/+2
* tests: shorten the qml testrunner tag to make reports more readableRobert Griebl2024-02-281-1/+1
* doc: all QStringLists are documented as list<string> for QML and YAMLRobert Griebl2024-02-261-1/+1
* Axivion: fix or document most of the reported issuesRobert Griebl2024-02-2138-102/+146
* doc: clarify what the am.qml* logging categories are meant forRobert Griebl2024-02-191-2/+2
* 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
* Logging: add a D-Bus specific logging categoryRobert Griebl2024-02-074-8/+10
* cmake: fix quoting in qt6_am_add_systemui_wrapperRobert Griebl2024-02-071-6/+10
* Use a P2P DBus on non-Linux platforms for the appman-controllerRobert Griebl2024-02-073-69/+177
* Fix package installations with absolute package paths on WindowsRobert Griebl2024-02-071-1/+6
* Change object destruction order in launcher-qmlRobert Griebl2024-02-071-14/+16
* doc: fix spellingRobert Griebl2024-02-012-6/+6
* cmake: move the qt_am_create_package command from examples to main-libRobert Griebl2024-02-012-0/+143
* Only load container plugins which are actually usedDominik Holland2024-02-011-0/+4
* doc: more ApplicationManagerWindow documentationRobert Griebl2024-01-301-35/+20
* Fix AMW.color difference between single and multi-process modeRobert Griebl2024-01-303-3/+12
* doc: ApplicationManagerWindow properties and signalsRobert Griebl2024-01-308-11/+269
* Fix smaps parser not working on ARM64Robert Griebl2024-01-251-1/+1
* Fix QML debugger freeze on exitRobert Griebl2024-01-251-2/+4
* Fix crash on Qt.quit in applicationsRobert Griebl2024-01-252-39/+65
* Revamp the instance-id and the dbus anchors for the controllerRobert Griebl2024-01-253-67/+174
* Make attached ApplicationManagerWindow availableBernd Weimer2024-01-152-9/+3
* Disable the crash test on ASAN buildsRobert Griebl2024-01-122-0/+11
* Simplify the new ApplicationMangerWindow APIRobert Griebl2024-01-097-116/+5
* Clazy: fixesRobert Griebl2024-01-0882-375/+392
* Clazy: modernizeRobert Griebl2024-01-0841-155/+155
* Modernize string literalsRobert Griebl2024-01-0876-877/+1017
* Remove obsolete QT_VERSION_CHECKsRobert Griebl2023-12-224-21/+0
* Improve YAML debug outputRobert Griebl2023-12-221-27/+27
* Name all threads started directly by the AMRobert Griebl2023-12-183-1/+6
* Improve package parsing error outputRobert Griebl2023-12-181-2/+4
* Notifications: fix "dismissOnAction" not actually dismissingRobert Griebl2023-12-182-1/+8
* Re-enable libbacktrace on macOSRobert Griebl2023-12-158-141/+2752
* Fix clang warnings on macOSRobert Griebl2023-12-151-3/+3
* ASAN: fix potential access to freed memory (part 2)Robert Griebl2023-12-151-4/+7
* Get rid of the UTF-8 locale check for libarchiveRobert Griebl2023-12-157-126/+9
* TSAN: fix data races in PackageManagerRobert Griebl2023-12-126-22/+28
* Better readable ConfigCache debug outputRobert Griebl2023-12-121-3/+3
* ASAN: fix potential access to freed memoryRobert Griebl2023-12-122-4/+4
* cmake: add AM_SANITIZE to enable ASANRobert Griebl2023-12-123-1/+4
* Quicklaunch: improve the runtimesPerContainer settingRobert Griebl2023-12-128-32/+110
* Fix a potential crash, handling an intent request during app removalRobert Griebl2023-12-085-19/+29
* Catch first frame in launcher-qml againBernd Weimer2023-12-084-35/+36