summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix regression: old (v1) packages can be installed againRobert Griebl2020-01-311-4/+8
* | Fix broken ApplicationInfo cacheRobert Griebl2020-01-311-3/+5
* | Add intent handling in the system-uiRobert Griebl2020-01-3125-39/+399
* | Merge remote-tracking branch 'gerrit/5.13' into 5.14Robert Griebl2020-01-3110-70/+180
|\|
| * Fix crash in parallel YAML parsingRobert Griebl2020-01-315-16/+244
| * Handle SIGTERM gracefullyRobert Griebl2020-01-241-4/+6
| * Fix IPC extensions for quick-launched applicationsBernd Weimer2020-01-246-28/+67
* | Mark methods with deployment warnings deprecatedBernd Weimer2020-01-3111-32/+40
* | Defer logging output until configuration is knownBernd Weimer2020-01-2916-73/+160
* | More intent configuration documentationRobert Griebl2020-01-244-20/+87
* | Add a new Hello-World type example, using intentsRobert Griebl2020-01-2415-5/+622
* | More documentation - especially regarding the new PackageManagerRobert Griebl2020-01-2428-614/+1285
* | Fix 5.14 warningsRobert Griebl2020-01-225-7/+6
* | Merge remote-tracking branch 'gerrit/5.13' into 5.14Robert Griebl2020-01-227-142/+133
|\|
| * Revert back to using a mutex for process readingsBernd Weimer2020-01-215-140/+129
| * Revise some error handlingBernd Weimer2020-01-172-2/+4
* | Merge remote-tracking branch 'gerrit/5.13' into 5.14Robert Griebl2020-01-2126-70/+318
|\|
| * Update demangle bufferBernd Weimer2020-01-143-8/+13
| * Change P2P dbus addressMostafa Emami2019-11-271-1/+2
| * Fix issues in ProcessStatusBernd Weimer2019-11-114-37/+100
| * Don't build appman-packager and appman-uploader when cross compilingDominik Holland2019-11-111-1/+1
| * Fix error string in sudo clientBernd Weimer2019-11-091-2/+5
| * Bump module version to 5.13.2Dominik Holland2019-11-081-1/+1
| * am-app: Return with a warning if the appman-packager is not availableDominik Holland2019-11-081-0/+4
| * doc: Add C++ headers and source files to the list of example fileextensionsv5.13.1_QtASDominik Holland2019-10-081-1/+1
| * Fix quoting in system-ui docsRobert Griebl2019-10-081-1/+1
| * Merge remote-tracking branch 'gerrit/5.12' into 5.13Robert Griebl2019-10-0820-47/+369
| |\
| | * Fix logging outputBernd Weimer2019-09-191-5/+4
| | * Fix canceling installationsBernd Weimer2019-09-1219-42/+365
* | | Fix a few (doc) issues in the intent sub-system.Robert Griebl2020-01-143-6/+19
* | | Fix default notification icon regressionRobert Griebl2020-01-101-1/+3
* | | Add support for resources in quicklauncherBernd Weimer2020-01-0912-20/+173
* | | Connect PackageManager signals to ApplicationInstallerEgor Nemtsev2020-01-091-1/+17
* | | Fix two stupid bugs in the new caching parser:Robert Griebl2019-11-262-17/+11
* | | Fix installation of application-features exampleBernd Weimer2019-11-152-6/+10
* | | Rename classesBernd Weimer2019-11-1418-113/+164
* | | Separate LauncherMain from Q*ApplicationBernd Weimer2019-11-1117-87/+131
* | | Make the QML resource test less Linux specificRobert Griebl2019-11-084-4/+14
* | | Fix crashes when installing package updatesRobert Griebl2019-11-082-2/+3
* | | Fix compiler and code-model warningsRobert Griebl2019-11-0813-236/+48
* | | Remove support for Qt versions < 5.12.0Robert Griebl2019-11-084-63/+19
* | | Better YAML error outputRobert Griebl2019-11-086-16/+41
* | | Convert all am-config files to the new syntaxRobert Griebl2019-11-0718-120/+6
* | | Fully transparent and generic cache for config and app databaseRobert Griebl2019-11-0752-1113/+2385
* | | Fix qdoc warningsRobert Griebl2019-11-054-8/+8
* | | Fix copyright headersRobert Griebl2019-11-059-0/+9
* | | Rewrite of the YAML parser abstraction for QtRobert Griebl2019-10-3015-249/+994
* | | Fix doc typosRobert Griebl2019-10-284-4/+4
* | | Fix GIT_VERSION in build-configRobert Griebl2019-10-281-3/+5
* | | Change intent implementation to better fit new architectureRobert Griebl2019-10-2821-241/+957