summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* doc: Fix typo in sidebar linkRobert Griebl2023-12-221-1/+1
* Remove obsolete QT_VERSION_CHECKsRobert Griebl2023-12-224-21/+0
* Improve YAML debug outputRobert Griebl2023-12-221-27/+27
* Update dependencies on 'dev' in qt/qtapplicationmanagerQt Submodule Update Bot2023-12-211-4/+4
* Update dependencies on 'dev' in qt/qtapplicationmanagerQt Submodule Update Bot2023-12-201-6/+6
* Update dependencies on 'dev' in qt/qtapplicationmanagerQt Submodule Update Bot2023-12-181-6/+6
* doc: Fix sidebar linkRobert Griebl2023-12-181-1/+1
* 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
* Update dependencies on 'dev' in qt/qtapplicationmanagerQt Submodule Update Bot2023-12-151-6/+6
* Re-enable libbacktrace on macOSRobert Griebl2023-12-159-141/+2766
* 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-1510-135/+9
* Bump version to 6.8.0Jani Heikkinen2023-12-131-1/+1
* Update dependencies on 'dev' in qt/qtapplicationmanagerQt Submodule Update Bot2023-12-131-6/+6
* TSAN: fix data races in PackageManagerRobert Griebl2023-12-126-22/+28
* Better readable ConfigCache debug outputRobert Griebl2023-12-121-3/+3
* Fix auto-test duplicate date row nameRobert Griebl2023-12-122-12/+12
* ASAN: fix potential access to freed memoryRobert Griebl2023-12-122-4/+4
* cmake: add AM_SANITIZE to enable ASANRobert Griebl2023-12-125-1/+16
* Quicklaunch: improve the runtimesPerContainer settingRobert Griebl2023-12-1213-42/+156
* Update dependencies on 'dev' in qt/qtapplicationmanagerQt Submodule Update Bot2023-12-101-6/+6
* Update dependencies on 'dev' in qt/qtapplicationmanagerQt Submodule Update Bot2023-12-091-6/+6
* Fix a potential crash, handling an intent request during app removalRobert Griebl2023-12-085-19/+29
* Demonstrate how to modularize QML codeBernd Weimer2023-12-0852-394/+523
* Catch first frame in launcher-qml againBernd Weimer2023-12-084-35/+36
* Deprecate dummydata loadingRobert Griebl2023-12-077-9/+13
* Fix the controller test to also work in single-process modeRobert Griebl2023-12-071-1/+4
* Resolve old TODOsRobert Griebl2023-12-075-11/+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-0616-84/+84
* Replace AM_.. defines with checks for Qt features where possibleRobert Griebl2023-12-0621-226/+207
* Simplify custom appman implementationsRobert Griebl2023-12-068-43/+105
* Simplify builing a custom appman executableRobert Griebl2023-12-0629-81/+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
* Add public defines for QT_AM_VERSION...Robert Griebl2023-12-0514-29/+45
* 3rd-party: update libarchive to 3.7.2 and set minimum versionsRobert Griebl2023-12-0523-137/+451
* Update dependencies on 'dev' in qt/qtapplicationmanagerQt Submodule Update Bot2023-12-041-6/+6
* Update dependencies on 'dev' in qt/qtapplicationmanagerQt Submodule Update Bot2023-12-011-6/+6
* Update dependencies on 'dev' in qt/qtapplicationmanagerQt Submodule Update Bot2023-11-301-6/+6
* Update dependencies on 'dev' in qt/qtapplicationmanagerQt Submodule Update Bot2023-11-291-6/+6
* Implement the closing() signal for AMWs in single-process modeRobert Griebl2023-11-293-4/+16
* Add pass-through implementations for QQuickWindow signals/slots to AMWRobert Griebl2023-11-297-2/+141
* Implement the visibility property for ApplicationManagerWindowsRobert Griebl2023-11-297-14/+147
* Cleanup commitRobert Griebl2023-11-292-4/+0
* Do not treat config parsing errors differently from other errorsRobert Griebl2023-11-292-79/+15
* Align closing ApplicationManagerWindowsBernd Weimer2023-11-285-22/+64