summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update dependencies on '6.2' in qt/qtapplicationmanagerDominik Holland2021-10-261-3/+3
* SIGSTKSZ is not a constexpr anymore in glibc 2.34+Robert Griebl2021-10-061-1/+1
* Prevent exceptions being thrown through Qt's event loopRobert Griebl2021-09-221-1/+8
* Raise cmake_minimum_required to VERSION 3.16 in examplesRobert Griebl2021-09-2214-14/+14
* Fix immediate application restartBernd Weimer2021-09-204-3/+22
* Don't call completeCreate on an already created QML objectRobert Griebl2021-09-161-1/+0
* Update dependencies on '6.2' in qt/qtapplicationmanagerDaniel Smith2021-09-021-3/+3
* cmake: Only build autotests if the appman-qml-testrunner is availableDominik Holland2021-08-261-16/+18
* Fix create-test-packages.sh to work without locale binaryDominik Holland2021-08-261-1/+5
* Remove the obsolete template-opt files and update the docs accordinglyRobert Griebl2021-08-208-39/+9
* cmake: fix all remaining qt_feature conditionsRobert Griebl2021-08-204-6/+16
* Clazy: fix srcRobert Griebl2021-08-2044-92/+111
* Clazy: fix testsRobert Griebl2021-08-2011-196/+201
* cmake: fix the --force-{single,multi}-process config optionsRobert Griebl2021-08-201-2/+2
* Enable using FEATURE syntax when configuring modulePasi Petäjäjärvi2021-08-191-1/+3
* Clazy: fix examplesRobert Griebl2021-08-173-26/+29
* Clazy: fix potential crashesRobert Griebl2021-08-173-4/+7
* cmake: small fixesRobert Griebl2021-08-172-1/+2
* cmake: Re-implement the qmltypes generation and installationRobert Griebl2021-08-171-6/+37
* Wait for running apps to die on update installationsRobert Griebl2021-08-066-17/+90
* Make the ApplicationManager and PackageManager connections implicitRobert Griebl2021-08-062-12/+17
* Actually set the Application state to NotRunning on app exitRobert Griebl2021-08-062-2/+2
* Fix leak on taskRequestingInstallationAcknowledgeRobert Griebl2021-08-062-3/+5
* cmake: Re-enable the qmake build system for the examplesRobert Griebl2021-08-028-23/+25
* Drop the merged cache if anything doesn't match up with last runRobert Griebl2021-07-274-20/+67
* Fix the check for duplicate built-in packagesRobert Griebl2021-07-271-2/+3
* Fix CI test failure on slow machinesRobert Griebl2021-07-271-1/+0
* cmake: Temporary workaround for build failureRobert Griebl2021-07-271-0/+1
* Remove the old deprecated ApplicationIPCManager IPC mechanismRobert Griebl2021-07-2743-2538/+93
* Avoid race condition on Intent creation during app startupRobert Griebl2021-07-272-16/+18
* Inform the user when OpenGL capable Wayland buffers are not availableRobert Griebl2021-07-204-4/+39
* Expose the windowManagerCompositorReady property on the DBusRobert Griebl2021-07-203-1/+13
* Version bump for the ConfigurationData serializationRobert Griebl2021-07-091-1/+1
* Replace strdup with qstrdup to avoid warnings on WindowsRobert Griebl2021-07-021-4/+6
* cmake: add custom targets to simulate qmake's OTHER_FILESRobert Griebl2021-06-306-3/+71
* cmake: cleanup Qt resource definitions to be more compactRobert Griebl2021-06-307-56/+21
* cmake: remove all comments from the pro2cmake tool conversionRobert Griebl2021-06-3080-405/+1
* cmake: remove qmake build system (except in examples/)Robert Griebl2021-06-3083-2044/+19
* cmake: reimplement the build-config.yaml mechanismRobert Griebl2021-06-304-31/+95
* Fix the remaining broken auto and manual testsRobert Griebl2021-06-303-1/+7
* coin: Disable building and testing for arm64 MacOSDominik Holland2021-06-301-3/+13
* Convert SystemReader to using QFile for easier auto-testingRobert Griebl2021-06-304-32/+18
* Temporarily disable crashing auto-testDominik Holland2021-06-302-1/+4
* cmake: Fix qml-only tests/example wrapper generationDominik Holland2021-06-303-20/+21
* cmake: Generate all test data as part of the build processDominik Holland2021-06-3022-22/+65
* Add support for running qml-only autotestsDominik Holland2021-06-3020-56/+186
* Add back a check_coverage targetRobert Griebl2021-06-282-6/+49
* Make all qml-only examples usable from within QtCreatorDominik Holland2021-06-2815-126/+217
* Fix a few problems with the ConfigCacheRobert Griebl2021-06-282-17/+27
* Update the 3rdparty librariesRobert Griebl2021-06-28100-2769/+5810