summaryrefslogtreecommitdiff
path: root/src/main-lib
Commit message (Expand)AuthorAgeFilesLines
* Handle an empty or invalid documentDir correctlyRobert Griebl2022-03-221-0/+9
* Fix memory leaks introduced by adding the PackageInfo mechanismRobert Griebl2022-03-211-1/+1
* Re-enable running autotests on macOSRobert Griebl2022-03-211-5/+5
* Fix the userIdSeparation check on startupRobert Griebl2022-03-211-1/+1
* Remove the touch emulation featureRobert Griebl2022-03-175-36/+5
* Create extra sockets only just before the Wayland compositor is createdRobert Griebl2022-03-021-50/+64
* Add an option to configure how very long log messages are passed to DLTRobert Griebl2022-02-254-2/+24
* Delay loading packages until a specified partition is mountedRobert Griebl2022-02-025-8/+36
* Improve examplesBernd Weimer2022-01-191-2/+2
* Rename main.cpp generated by qt6_am_add_systemui_wrapper in cmake examplesDominik Holland2021-12-071-2/+2
* CMake: Fix qt6_am_add_systemui_wrapper to work with standalone examplesDominik Holland2021-12-011-1/+6
* Add the missing "allowUnsignedPackages" flag to the config parserRobert Griebl2021-11-161-0/+2
* Fix broken QtWaylandCompositor dependencyRobert Griebl2021-10-261-0/+4
* Clazy: fix srcRobert Griebl2021-08-203-4/+4
* Make the ApplicationManager and PackageManager connections implicitRobert Griebl2021-08-061-11/+0
* Remove the old deprecated ApplicationIPCManager IPC mechanismRobert Griebl2021-07-272-11/+0
* Version bump for the ConfigurationData serializationRobert Griebl2021-07-091-1/+1
* cmake: remove all comments from the pro2cmake tool conversionRobert Griebl2021-06-301-5/+0
* cmake: remove qmake build system (except in examples/)Robert Griebl2021-06-301-44/+0
* 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
* cmake: Re-enable and fix the doc targetRobert Griebl2021-06-261-4/+6
* Re-enable DLT logging and prefix all features to prevent naming clashesRobert Griebl2021-06-261-3/+3
* Do not try to create the installation and document directories on the targetRobert Griebl2021-06-221-4/+6
* cmake: documenting workaround and optimizationsRobert Griebl2021-06-213-2/+9
* cmake: Nearly full cmake buildRobert Griebl2021-06-182-1/+57
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-0111-272/+143
* Add a flag to allow installation of unsigned packagesRobert Griebl2021-04-235-10/+19
* Ignore unparseable info.yaml manifest fileRobert Griebl2021-04-231-0/+2
* Remove legacy functionality: headless, pssdp and pshellserverRobert Griebl2020-11-285-172/+21
* Qt6 port, part 2 .. compiling with cmakeRobert Griebl2020-11-281-5/+5
* Qt 6 port, part 1 .. without cmakeRobert Griebl2020-11-281-2/+5
* Fix lists not being merged when using multiple config filesRobert Griebl2020-09-243-15/+8
* Add support for additional Wayland socketsRobert Griebl2020-09-235-6/+113
* Disallow implicit ASCII castsBernd Weimer2020-09-171-1/+1
* Build optimization: include all moc cpps directly in the main cpp fileRobert Griebl2020-08-114-1/+7
* Fix memory leaks found with gcc's ASANRobert Griebl2020-08-102-5/+7
* Improve auto testsBernd Weimer2020-08-031-1/+1
* Spelling fixes all over the placeRobert Griebl2020-07-172-4/+4
* Implement missing merging of the containers/selection configRobert Griebl2020-07-161-52/+80
* Merge branch '5.14' into 5.15Bernd Weimer2020-06-241-0/+3
|\
| * Fix build without precompiled headers5.14Bernd Weimer2020-06-021-0/+3
* | Avoid missleading quicklaunch logging outputBernd Weimer2020-06-191-3/+8
|/
* Implement cache typing and versioningRobert Griebl2020-05-272-1/+12
* Fix warnings in builds against Qt 5.15Robert Griebl2020-05-191-0/+1
* Fix "disable-installer" buildRobert Griebl2020-05-193-0/+6
* Support legacy configurationsBernd Weimer2020-03-201-9/+17
* Hide the sudo deployment warning if irrelevantRobert Griebl2020-02-042-10/+32
* Do the necessary changes to the locale on startup implicitlyRobert Griebl2020-02-032-3/+11