summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add explicit include for std::abort (part 2)v5.15.10_QtAS-ltsRobert Griebl2022-08-163-0/+3
* Add explicit include for std::abortBernd Weimer2022-08-121-0/+2
* Version bump to 5.15.10Bernd Weimer2022-08-101-1/+1
* Intents: prevent a crash if a sent request is gc'ed too earlyRobert Griebl2022-08-053-4/+16
* Avoid race condition on Intent creation during app startupRobert Griebl2022-08-052-15/+19
* UrlHandlers have to be properly unregistered nowadaysRobert Griebl2022-07-181-0/+4
* Avoid rendering fully transparent nodeBernd Weimer2022-07-141-0/+3
* Support QNX (unoffically)Bernd Weimer2022-07-0710-17/+1150
* Add support for managing multiple instances from appman-controllerRobert Griebl2022-06-3011-40/+140
* clang wants C++ attributes before a func declaration nowadaysRobert Griebl2022-06-281-1/+1
* Fix DBus error handling when set to "auto"Robert Griebl2022-06-132-7/+29
* Add a new 'ready' property to the PackageManagerRobert Griebl2022-06-133-0/+31
* Deal with OpenSSL3's changed defaults when parsing PKCS12 certificatesRobert Griebl2022-06-135-6/+49
* Fix autotests to work on windowsDominik Holland2022-05-175-10/+13
* Fix flaky config testDominik Holland2022-05-171-1/+0
* Disable testing using QEMUDominik Holland2022-05-171-0/+6
* Disable the Wayland watchdog when running autotestsRobert Griebl2022-05-176-5/+15
* Increase default timeout for the intent testDominik Holland2022-05-171-1/+1
* Use AM_TIMEOUT_FACTOR in all tests and the intent handlingRobert Griebl2022-05-1716-137/+160
* Use AM_TIMEOUT_FACTOR=6 for all tests on the CIDominik Holland2022-05-171-0/+4
* Use the OPENSSL_HOME env variable for create-test-packages.shDominik Holland2022-05-171-1/+6
* Don't rely on the system environment to be UTF-8 when building packagesRobert Griebl2022-05-172-9/+7
* Fix the QML tst_installer to run on WindowsRobert Griebl2022-05-173-14/+33
* Fix create-test-packages.sh to work on macDominik Holland2022-05-171-2/+4
* Enable qml tests on coinDominik Holland2022-05-172-4/+23
* Really fix package removal if documentDir is not setRobert Griebl2022-03-251-1/+1
* Add a new flag to allow surfaces from unknown Wayland clientsRobert Griebl2022-03-2412-9/+47
* Handle an empty or invalid documentDir correctlyRobert Griebl2022-03-245-4/+17
* Detect and prevent installing the same package multiple times in parallelRobert Griebl2022-03-244-0/+41
* Fix memory leaks in the auto testsRobert Griebl2022-03-222-13/+18
* Fix memory leaks introduced by adding the PackageInfo mechanismRobert Griebl2022-03-2111-6/+42
* Fix the userIdSeparation check on startupRobert Griebl2022-03-211-1/+1
* Work around unused result issue in gccBernd Weimer2022-03-212-4/+7
* Create extra sockets only just before the Wayland compositor is createdRobert Griebl2022-03-023-52/+83
* Avoid race condition during Unix signal handlingRobert Griebl2022-03-022-12/+19
* Update the generated qmltypes file with the latest changesRobert Griebl2022-03-011-5/+5
* Fix the StartupInterface documentationRobert Griebl2022-03-011-1/+2
* Add an option to configure how very long log messages are passed to DLTRobert Griebl2022-02-2814-2/+76
* Delay loading packages until a specified partition is mountedRobert Griebl2022-02-2512-49/+204
* Fix the buildRobert Griebl2022-02-251-2/+2
* Disable building for arm64 MacOSDominik Holland2022-02-251-1/+3
* Add missing property documentationRobert Griebl2022-02-151-0/+6
* Fix broken plugins.qmltypesRobert Griebl2022-02-151-1/+1
* Fix Signature creation on macOS 12Robert Griebl2022-02-153-7/+9
* Better mount-point managementRobert Griebl2022-01-215-57/+330
* Doc: Fix generation of third-party license codeKai Köhne2022-01-191-1/+1
* Fix glibc compatibility problemRobert Griebl2021-12-011-1/+1
* Add the missing "allowUnsignedPackages" flag to the config parserRobert Griebl2021-11-184-3/+9
* SIGSTKSZ is not a constexpr anymore in glibc 2.34+Robert Griebl2021-10-061-1/+1
* Fix immediate application restartBernd Weimer2021-09-244-3/+22