summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix StackWalker output complaining about SymGetLineFromAddr64 errorsRobert Griebl2021-06-261-1/+4
* cmake: Re-enable and fix the doc targetRobert Griebl2021-06-2615-139/+137
* Re-enable DLT logging and prefix all features to prevent naming clashesRobert Griebl2021-06-2619-77/+86
* Adapt the appman-qmltestruner to the new QmlTest internalsDominik Holland2021-06-253-107/+2
* Do not try to create the installation and document directories on the targetRobert Griebl2021-06-221-4/+6
* cmake: the AM_xxx defines are only available after including global.hRobert Griebl2021-06-224-3/+5
* Ignore the merged config cache, if there is any mismatch...Robert Griebl2021-06-211-0/+4
* Update for dependencies.yamlRobert Griebl2021-06-211-6/+3
* cmake: documenting workaround and optimizationsRobert Griebl2021-06-216-4/+14
* cmake: Nearly full cmake buildRobert Griebl2021-06-18519-346/+3235
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-01420-8465/+5211
* Move QDebug << operators into the QtAM namespaceRobert Griebl2021-06-013-17/+6
* Fix crash when queueing multiple (de)installations for the same packageRobert Griebl2021-04-263-22/+27
* Correctly handle null values in system- and applicationProperties over DBusRobert Griebl2021-04-263-3/+4
* Add a flag to allow installation of unsigned packagesRobert Griebl2021-04-236-10/+25
* Expose the Wayland XDG surface object to the system ui via WindowObject prope...Robert Griebl2021-04-234-7/+26
* Add support for running multiple (external) apps with the same PIDRobert Griebl2021-04-239-10/+83
* Ignore unparseable info.yaml manifest fileRobert Griebl2021-04-235-16/+37