summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Fix intents example deploymentRobert Griebl2023-02-281-0/+1
* Suppress the QTP0001 policy warningAmir Masoud Abdol2023-01-271-0/+1
* Port from qAsConst to std::as_constMarc Mutz2023-01-141-2/+2
* Add an image for the SoftwareContainer plugin exampleRobert Griebl2022-12-132-0/+1
* CMake: document qt6_am_add_systemui_wrapperRobert Griebl2022-09-279-0/+9
* Intents: add broadcastsRobert Griebl2022-09-1610-42/+83
* Fix setting the Material style in the Intents exampleRobert Griebl2022-08-072-2/+2
* Prevent linking of AppMan modules into user pluginsRobert Griebl2022-06-308-3/+30
* Use SPDX license identifiersDominik Holland2022-06-1559-2738/+218
* Make the Windows build not complain openly about missing WaylandClientRobert Griebl2022-05-301-1/+1
* Correctly track redirected std. IO file descriptors through all layersRobert Griebl2022-03-301-5/+16
* Migrate examples from 6.2 to 6.3Bernd Weimer2022-03-225-6/+7
* Fix minor issuesBernd Weimer2022-03-221-1/+1
* Fix documentation errorsRobert Griebl2022-03-211-1/+1
* Doc: Adjust title of Hello Word exampleTopi Reinio2022-03-215-8/+8
* Improve examplesBernd Weimer2022-01-1912-19/+22
* Raise cmake_minimum_required to VERSION 3.16 in examplesRobert Griebl2021-09-2214-14/+14
* Clazy: fix examplesRobert Griebl2021-08-173-26/+29
* cmake: Re-enable the qmake build system for the examplesRobert Griebl2021-08-023-9/+5
* Remove the old deprecated ApplicationIPCManager IPC mechanismRobert Griebl2021-07-273-64/+2
* cmake: remove all comments from the pro2cmake tool conversionRobert Griebl2021-06-3017-17/+0
* cmake: remove qmake build system (except in examples/)Robert Griebl2021-06-301-4/+0
* Make all qml-only examples usable from within QtCreatorDominik Holland2021-06-2813-126/+87
* cmake: documenting workaround and optimizationsRobert Griebl2021-06-211-0/+3
* cmake: Nearly full cmake buildRobert Griebl2021-06-1818-0/+512
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-0159-729/+844
* Correctly handle null values in system- and applicationProperties over DBusRobert Griebl2021-04-261-0/+1
* Remove legacy functionality: headless, pssdp and pshellserverRobert Griebl2020-11-282-5/+1
* Fix lists not being merged when using multiple config filesRobert Griebl2020-09-241-1/+1
* Build optimization: include all moc cpps directly in the main cpp fileRobert Griebl2020-08-112-0/+4
* Spelling fixes all over the placeRobert Griebl2020-07-177-36/+36
* Small fixes - mostly qdoc warningsRobert Griebl2020-07-173-9/+3
* Define functions in QML Connections explicitlyBernd Weimer2020-05-277-17/+32
* Fix building examples against Qt without widgetsRobert Griebl2020-05-271-1/+1
* Fix "disable-installer" buildRobert Griebl2020-05-191-1/+2
* Do the necessary changes to the locale on startup implicitlyRobert Griebl2020-02-031-1/+0
* Add intent handling in the system-uiRobert Griebl2020-01-316-5/+66
* Add a new Hello-World type example, using intentsRobert Griebl2020-01-2414-0/+609
* Fix installation of application-features exampleBernd Weimer2019-11-152-6/+10
* Rename classesBernd Weimer2019-11-143-11/+44
* Separate LauncherMain from Q*ApplicationBernd Weimer2019-11-115-9/+17
* Convert all am-config files to the new syntaxRobert Griebl2019-11-072-9/+2
* Fully transparent and generic cache for config and app databaseRobert Griebl2019-11-076-7/+9
* Fix qdoc warningsRobert Griebl2019-11-052-4/+4
* Fix doc typosRobert Griebl2019-10-281-1/+1
* Change intent implementation to better fit new architectureRobert Griebl2019-10-281-2/+3
* Add new package abstraction, part 2Robert Griebl2019-10-281-1/+1
* Merge remote-tracking branch 'origin/5.13' into devDominik Holland2019-10-113-73/+107
|\
| * Fix issues in container documentationBernd Weimer2019-09-251-11/+11
| * [doc] Add some documentation for the Software Container Plugin ExampleKavindra Palaraja2019-08-092-71/+106