summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ensure that process title code isn't optimized out5.15Bernd Weimer2023-05-151-1/+1
* Fix some more obvious issues in GPU readerBernd Weimer2023-05-153-27/+20
* Force our session bus to be a file-based socket on Linux. (part 3)Robert Griebl2023-05-151-2/+2
* Force our session bus to be a file-based socket on Linux. (part 2)Robert Griebl2023-05-151-1/+26
* Force our session bus to be a file-based socket on LinuxRobert Griebl2023-05-151-1/+6
* Also expose applications in taskRequestingInstallationAcknowledgeRobert Griebl2023-05-154-5/+38
* Make it possible to specify directories to read config files fromRobert Griebl2023-03-273-2/+16
* yaml: missing values are actually null/~, not empty stringsRobert Griebl2023-03-223-70/+77
* appman-controller: detect broken D-Bus connections and quit with errorRobert Griebl2023-03-031-39/+107
* Fix race condition when un-installing running appsRobert Griebl2023-02-071-7/+14
* Handle missing wayland display gracefullyBernd Weimer2023-01-311-0/+5
* Add a note about building inside QtCreatorRobert Griebl2022-10-181-0/+4
* Fix broken QtWaylandCompositor dependencyRobert Griebl2022-10-181-3/+0
* 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-121-2/+2
* 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