summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* CMake: Don't use PUBLIC_LIBRARIES for executablesAlexandru Croitor2022-07-206-6/+6
* Avoid rendering fully transparent nodeBernd Weimer2022-07-131-0/+3
* Fix pipe in signal handler (QNX only)Bernd Weimer2022-07-072-9/+3
* Some tests cannot be built for AndroidRobert Griebl2022-07-071-1/+1
* Support QNX (unoffically)Bernd Weimer2022-07-016-8/+1149
* Make tests pass for "no-dbus" buildsBernd Weimer2022-07-011-6/+0
* Add support for managing multiple instances from appman-controllerRobert Griebl2022-06-309-40/+129
* Allow compiling against Qt < 6.4Robert Griebl2022-06-301-0/+4
* Prevent linking of AppMan modules into user pluginsRobert Griebl2022-06-3022-0/+48
* clang wants C++ attributes before a func declaration nowadaysRobert Griebl2022-06-281-1/+1
* Fix QScopedPointer::take deprecation warningRobert Griebl2022-06-1528-71/+78
* Use SPDX license identifiersDominik Holland2022-06-15231-6900/+906
* Make both supported Wayland text-input protocols available for clientsRobert Griebl2022-06-142-3/+13
* The QQmlDebuggingHelper c'tor is deprecated nowadaysRobert Griebl2022-06-132-6/+2
* Add a new 'ready' property to the PackageManagerRobert Griebl2022-06-102-0/+26
* Deal with OpenSSL3's changed defaults when parsing PKCS12 certificatesRobert Griebl2022-06-074-5/+40
* Fix the qmltypes generationRobert Griebl2022-05-314-7/+59
* Use real file names when creating the wrappersRobert Griebl2022-05-301-4/+4
* Make setting window properties less chatty in verbose modeRobert Griebl2022-05-173-5/+5
* Document all environment variablesRobert Griebl2022-05-175-11/+28
* Workaround for clang code model warningRobert Griebl2022-05-171-1/+1
* Remove merge artifactRobert Griebl2022-05-171-42/+1
* Prevent infinite loopsRobert Griebl2022-05-173-3/+7
* Protect all static variables via Q_GLOBAL_STATIC or similar functionsRobert Griebl2022-05-177-301/+357
* Fix Win32 API usageRobert Griebl2022-05-172-16/+10
* Fix DBus error handling when set to "auto"Robert Griebl2022-05-122-7/+29
* Fix broken cmake auto test setupsRobert Griebl2022-05-121-1/+1
* Use AM_TIMEOUT_FACTOR in all tests and the intent handlingRobert Griebl2022-05-122-12/+18
* Disable the Wayland watchdog when running autotestsRobert Griebl2022-05-125-4/+12
* Better debug output when failing to load resourcesRobert Griebl2022-04-275-17/+46
* Only enable StackWalker on MSVC buildsRobert Griebl2022-04-281-1/+1
* Fix the QML tst_installer to run on WindowsRobert Griebl2022-04-263-1/+8
* Stay backwards compatible with 6.2 LTSRobert Griebl2022-04-261-0/+5
* macos: Fix the appman-qmltestrunnerDominik Holland2022-04-263-7/+10
* Correctly track redirected std. IO file descriptors through all layersRobert Griebl2022-03-3013-70/+99
* Fix deprecation warningRobert Griebl2022-03-301-7/+7
* Really fix package removal if documentDir is not setRobert Griebl2022-03-241-1/+1
* Fix QVersionNumber::fromString deprecation warningsMårten Nordheim2022-03-241-2/+2
* Fix QCryptographicHash::addData deprecation warningsMårten Nordheim2022-03-242-2/+2
* Update uses of QCryptographicHash::addData to use qsizetypeMårten Nordheim2022-03-242-2/+2
* Fix QScopedPointer::take deprecation warningMårten Nordheim2022-03-2415-55/+80
* Add a new flag to allow surfaces from unknown Wayland clientsRobert Griebl2022-03-238-9/+36
* Always install the qmltypes, even for cross buildsRobert Griebl2022-03-221-11/+11
* Fix minor issuesBernd Weimer2022-03-222-1/+2
* Detect and prevent installing the same package multiple times in parallelRobert Griebl2022-03-223-0/+18
* Handle an empty or invalid documentDir correctlyRobert Griebl2022-03-224-4/+14
* Fix documentation errorsRobert Griebl2022-03-211-7/+0
* Fix memory leaks introduced by adding the PackageInfo mechanismRobert Griebl2022-03-2111-6/+40
* Re-enable running autotests on macOSRobert Griebl2022-03-213-11/+20
* Untangle the icon/name/description/categories messRobert Griebl2022-03-2119-140/+313