summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deprecate dummydata loadingRobert Griebl2023-12-074-1/+5
* Resolve old TODOsRobert Griebl2023-12-074-10/+7
* Highlight third-party modules that are security criticalRobert Griebl2023-12-072-0/+4
* Add a QT_ prefix to all (semi-) public definesRobert Griebl2023-12-0610-77/+77
* Replace AM_.. defines with checks for Qt features where possibleRobert Griebl2023-12-0621-226/+207
* Simplify custom appman implementationsRobert Griebl2023-12-066-17/+77
* Simplify builing a custom appman executableRobert Griebl2023-12-0627-73/+64
* Fix ${CONFIG_PWD} always pointing to the first parsed config fileRobert Griebl2023-12-061-1/+1
* Make FrameTimer work againRobert Griebl2023-12-054-47/+52