summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow the registration of custom runtimes without patchingRobert Griebl2023-02-165-8/+29
* Cleanup the D-Bus interfacesRobert Griebl2023-02-1513-57/+142
* Re-enable dbus xml generation from sourceRobert Griebl2023-02-154-10/+36
* Fix the broken tests after the retirement of qt_parse_all_argumentsAmir Masoud Abdol2023-02-102-7/+7
* Fix race condition when un-installing running appsRobert Griebl2023-02-071-7/+14
* Handle missing wayland display gracefullyBernd Weimer2023-01-301-0/+5
* Port from qAsConst to std::as_constMarc Mutz2023-01-1517-47/+47
* cmake: do not find_package the packager tool when building the AMRobert Griebl2023-01-152-1/+2
* Try to deal with the non-standard OpenSSL3 setup in Coin VMsRobert Griebl2023-01-153-2/+5
* Always compile dbus-utilities.hRobert Griebl2022-12-121-3/+1
* CMake: mark qt6_am_add_systemui_wrapper as TPRobert Griebl2022-12-121-2/+5
* CMake: Fix missing waylandwindow.h include errorAlexandru Croitor2022-12-121-0/+3
* Fix include style to what's mandated for public headersAlexandru Croitor2022-12-1284-275/+275
* Adjust module to work with syncqt.cppAlexey Edelev2022-12-083-0/+12
* Forward keyboard focus to applicationsBernd Weimer2022-12-014-11/+50
* Fix build without openglSamuli Piippo2022-10-212-2/+3
* 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
* CMake: document qt6_am_add_systemui_wrapperRobert Griebl2022-09-272-6/+67
* Remove the outdated package-uploader tool from this repoRobert Griebl2022-09-273-171/+0
* CMake: our tools are really apps as far as the build system is concernedRobert Griebl2022-09-267-68/+48
* 3rdparty update: libarchive from 3.5.1 to 3.6.1Robert Griebl2022-09-1630-455/+668
* Intents: allow intent injection via DBus when in developmentModeRobert Griebl2022-09-164-1/+177
* Intents: add broadcastsRobert Griebl2022-09-1618-121/+307
* 3rdparty update: libbacktraceRobert Griebl2022-09-135-16/+35
* Fix appman-qmltestrunner initializationDominik Holland2022-09-011-1/+0
* Fix the developmentMode flag not being set, if the installer was offRobert Griebl2022-08-232-7/+7
* Fix the internal IntentHandler map getting corrupted on closing appsRobert Griebl2022-08-171-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
* Adapt to qvariant_p.h removal in QtCoreRobert Griebl2022-07-283-3/+0
* 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