summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix QScopedPointer::take deprecation warningRobert Griebl2022-11-2528-71/+78
* Fix a potential crash when trying to start applicationsRobert Griebl2022-10-122-8/+10
* Fix a template compile error with Debian's gcc 12.1Robert Griebl2022-10-111-2/+2
* Fix a few documentation inconsistenciesRobert Griebl2022-09-271-0/+3
* 3rdparty update: libbacktraceRobert Griebl2022-09-135-16/+35
* Fix appman-qmltestrunner initializationDominik Holland2022-09-011-1/+0
* Fix the internal IntentHandler map getting corrupted on closing appsRobert Griebl2022-08-181-3/+1
* Work around unused result issue in gccRobert Griebl2022-08-161-2/+3
* Add explicit include for std::abort (part 2)Robert Griebl2022-08-162-0/+2
* Add explicit include for std::abortBernd Weimer2022-08-121-0/+1
* Intents: prevent a crash if a sent request is gc'ed too earlyRobert Griebl2022-08-053-3/+15
* 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
* Prevent linking of AppMan modules into user pluginsRobert Griebl2022-06-3022-0/+48
* 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
* clang wants C++ attributes before a func declaration nowadaysRobert Griebl2022-06-281-1/+1
* Use SPDX license identifiersDominik Holland2022-06-15231-6900/+906
* Make both supported Wayland text-input protocols available for clientsRobert Griebl2022-06-152-3/+13
* Add a new 'ready' property to the PackageManagerRobert Griebl2022-06-102-0/+26
* The QQmlDebuggingHelper c'tor is deprecated nowadaysRobert Griebl2022-06-102-6/+2
* Deal with OpenSSL3's changed defaults when parsing PKCS12 certificatesRobert Griebl2022-06-104-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