summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix duplicate CMake target "terminator2plugin"Robert Griebl2022-05-176-43/+43
* Document all environment variablesRobert Griebl2022-05-177-16/+53
* Workaround for clang code model warningRobert Griebl2022-05-171-1/+1
* Remove merge artifactRobert Griebl2022-05-171-42/+1
* Disable custom logging and the crash handler on CoinRobert Griebl2022-05-171-0/+6
* Prevent infinite loopsRobert Griebl2022-05-173-3/+7
* Protect all static variables via Q_GLOBAL_STATIC or similar functionsRobert Griebl2022-05-177-301/+357
* Remove unnecessary delay in the simple auto testRobert Griebl2022-05-171-2/+0
* Fix Win32 API usageRobert Griebl2022-05-172-16/+10
* Workaround Windows oddities in the autotestsRobert Griebl2022-05-173-12/+10
* coin: enable tests on windows againDominik Holland2022-05-171-10/+3
* Speed up the tst_windowmapping test runRobert Griebl2022-05-171-3/+3
* Adapt the DBus adaptor generation to the latest changes in qtbaseRobert Griebl2022-05-171-1/+1
* Update dependencies on 'dev' in qt/qtapplicationmanagerQt Submodule Update Bot2022-05-171-4/+4
* Update dependencies on 'dev' in qt/qtapplicationmanagerQt Submodule Update Bot2022-05-121-4/+4
* Skip the processtitle test on QEMURobert Griebl2022-05-121-0/+8
* Fix DBus error handling when set to "auto"Robert Griebl2022-05-122-7/+29
* Fix broken cmake auto test setupsRobert Griebl2022-05-1214-33/+34
* Enable automatic test package generation on WindowsRobert Griebl2022-05-124-11/+44
* Use AM_TIMEOUT_FACTOR in all tests and the intent handlingRobert Griebl2022-05-1217-136/+158
* Disable the Wayland watchdog when running autotestsRobert Griebl2022-05-126-4/+14
* Update dependencies on 'dev' in qt/qtapplicationmanagerQt Submodule Update Bot2022-05-051-4/+4
* Update dependencies on 'dev' in qt/qtapplicationmanagerQt Submodule Update Bot2022-04-281-4/+4
* 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 AM_TIMEOUT_FACTOR not being applied on the CIRobert Griebl2022-04-281-3/+3
* Don't rely on the system environment to be UTF-8 when building packagesRobert Griebl2022-04-261-18/+4
* Fix the QML tst_installer to run on WindowsRobert Griebl2022-04-264-15/+34
* Stay backwards compatible with 6.2 LTSRobert Griebl2022-04-261-0/+5
* macos: Fix the appman-qmltestrunnerDominik Holland2022-04-264-11/+11
* cmake: Disable qml tests on macosDominik Holland2022-04-211-1/+4
* Update dependencies on 'dev' in qt/qtapplicationmanagerQt Submodule Update Bot2022-04-211-4/+4
* Update dependencies on 'dev' in qt/qtapplicationmanagerQt Submodule Update Bot2022-04-011-4/+4
* Update dependencies on 'dev' in qt/qtapplicationmanagerQt Submodule Update Bot2022-03-311-4/+4
* Correctly track redirected std. IO file descriptors through all layersRobert Griebl2022-03-3014-75/+115
* Fix deprecation warningRobert Griebl2022-03-301-7/+7
* Update dependencies on 'dev' in qt/qtapplicationmanagerQt Submodule Update Bot2022-03-301-4/+4
* Disable QNX targetsToni Saario2022-03-291-0/+3
* 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
* Update dependencies on 'dev' in qt/qtapplicationmanagerQt Submodule Update Bot2022-03-241-4/+4
* Add a new flag to allow surfaces from unknown Wayland clientsRobert Griebl2022-03-2312-9/+46
* Update dependencies on 'dev' in qt/qtapplicationmanagerQt Submodule Update Bot2022-03-231-4/+4
* Migrate examples from 6.2 to 6.3Bernd Weimer2022-03-225-6/+7
* Always install the qmltypes, even for cross buildsRobert Griebl2022-03-221-11/+11
* Fix minor issuesBernd Weimer2022-03-223-2/+3
* Detect and prevent installing the same package multiple times in parallelRobert Griebl2022-03-224-0/+41