summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix another unused member warning on non-Wayland buildsRobert Griebl2021-11-301-0/+2
* Fix glibc compatibility problemRobert Griebl2021-11-301-1/+1
* Fix unused member warning on non-Linux platformsRobert Griebl2021-11-301-1/+1
* Add the missing "allowUnsignedPackages" flag to the config parserRobert Griebl2021-11-161-0/+2
* Fix broken QtWaylandCompositor dependencyRobert Griebl2021-10-262-3/+4
* 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
* Fix immediate application restartBernd Weimer2021-09-203-3/+3
* Don't call completeCreate on an already created QML objectRobert Griebl2021-09-161-1/+0
* cmake: fix all remaining qt_feature conditionsRobert Griebl2021-08-204-6/+16
* Clazy: fix srcRobert Griebl2021-08-2043-92/+106
* 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 potential crashesRobert Griebl2021-08-173-4/+7
* cmake: small fixesRobert Griebl2021-08-171-1/+1
* cmake: Re-implement the qmltypes generation and installationRobert Griebl2021-08-171-6/+37
* Wait for running apps to die on update installationsRobert Griebl2021-08-065-17/+33
* 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-023-8/+10
* Drop the merged cache if anything doesn't match up with last runRobert Griebl2021-07-272-16/+24
* Fix the check for duplicate built-in packagesRobert Griebl2021-07-271-2/+3
* Remove the old deprecated ApplicationIPCManager IPC mechanismRobert Griebl2021-07-2728-2372/+0
* 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-203-3/+23
* 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-302-0/+24
* cmake: remove all comments from the pro2cmake tool conversionRobert Griebl2021-06-3027-151/+1
* cmake: remove qmake build system (except in examples/)Robert Griebl2021-06-3023-994/+0
* cmake: reimplement the build-config.yaml mechanismRobert Griebl2021-06-303-31/+18
* Convert SystemReader to using QFile for easier auto-testingRobert Griebl2021-06-302-27/+9
* cmake: Fix qml-only tests/example wrapper generationDominik Holland2021-06-303-20/+21
* Add support for running qml-only autotestsDominik Holland2021-06-301-7/+108
* Make all qml-only examples usable from within QtCreatorDominik Holland2021-06-282-0/+130
* 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-268-9/+28
* Re-enable DLT logging and prefix all features to prevent naming clashesRobert Griebl2021-06-2615-72/+82
* 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
* cmake: documenting workaround and optimizationsRobert Griebl2021-06-215-4/+11
* cmake: Nearly full cmake buildRobert Griebl2021-06-18198-10/+86918
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-01244-5808/+3144
* Move QDebug << operators into the QtAM namespaceRobert Griebl2021-06-013-17/+6