summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/application-features
Commit message (Expand)AuthorAgeFilesLines
* Examples: Fix application-features on WindowsRobert Griebl2024-11-1913-28/+50
* Drop useless include from the Glitches exampleZoltan Gera2024-10-091-1/+0
* examples: Avoid target name clashUlf Hermann2024-09-251-1/+1
* CMake: Use versionless commands everywhereDominik Holland2024-09-049-13/+13
* Add missing install destinations to all examplesDominik Holland2024-08-191-0/+2
* Remove the now defunct qmake pro files for the examplesRobert Griebl2024-07-3016-203/+0
* Add glitches app to application-features exampleBernd Weimer2024-07-2916-3/+338
* Fix build of application-features examplesBernd Weimer2024-07-262-3/+4
* Switch all examples to the modern am-package manifest formatRobert Griebl2024-07-264-24/+32
* Rewrite all examples using modern Qt APIsDominik Holland2024-07-1913-118/+126
* ASAN, qmllint and compiler warning fixesRobert Griebl2024-05-311-0/+3
* Remove all literal uses of /tmpRobert Griebl2024-05-151-1/+1
* Replace all signals/slots keywords with Q_SIGNALS/Q_SLOTSRobert Griebl2024-04-221-1/+1
* doc: Document the problem with missing libwayland-dev packagesRobert Griebl2024-03-071-0/+2
* Replace all #pragma once with old-style #ifdef include guardsRobert Griebl2024-03-053-3/+12
* Document how to write and use QML modulesBernd Weimer2024-01-125-15/+67
* Clazy: fix and modernize examplesRobert Griebl2024-01-083-5/+5
* Demonstrate how to modularize QML codeBernd Weimer2023-12-0852-394/+523
* DBus cleanup, part 2 and shared QML APIRobert Griebl2023-09-264-44/+39
* Make all example and doc QML imports versionlessRobert Griebl2023-06-176-12/+12
* Fix the doc buildRobert Griebl2023-06-161-1/+1
* Make sure that no example throws qmllint warningsRobert Griebl2023-06-123-26/+44
* Suppress the QTP0001 policy warningAmir Masoud Abdol2023-01-271-0/+1
* CMake: document qt6_am_add_systemui_wrapperRobert Griebl2022-09-271-0/+1
* Prevent linking of AppMan modules into user pluginsRobert Griebl2022-06-303-0/+15
* Use SPDX license identifiersDominik Holland2022-06-159-429/+29
* Make the Windows build not complain openly about missing WaylandClientRobert Griebl2022-05-301-1/+1
* Migrate examples from 6.2 to 6.3Bernd Weimer2022-03-221-2/+3
* Improve examplesBernd Weimer2022-01-195-7/+9
* Raise cmake_minimum_required to VERSION 3.16 in examplesRobert Griebl2021-09-223-3/+3
* Clazy: fix examplesRobert Griebl2021-08-171-1/+1
* cmake: Re-enable the qmake build system for the examplesRobert Griebl2021-08-021-4/+4
* cmake: remove all comments from the pro2cmake tool conversionRobert Griebl2021-06-305-5/+0
* Make all qml-only examples usable from within QtCreatorDominik Holland2021-06-284-19/+19
* cmake: Nearly full cmake buildRobert Griebl2021-06-185-0/+127
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-019-120/+196
* Build optimization: include all moc cpps directly in the main cpp fileRobert Griebl2020-08-111-0/+2
* Define functions in QML Connections explicitlyBernd Weimer2020-05-271-4/+4
* Fix building examples against Qt without widgetsRobert Griebl2020-05-271-1/+1
* 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-071-1/+0
* Fix qdoc warningsRobert Griebl2019-11-051-3/+3
* Add new package abstraction, part 2Robert Griebl2019-10-281-1/+1
* Merge remote-tracking branch 'origin/5.13' into devDominik Holland2019-10-111-1/+1
* [docs] Review documentation for the Application Features exampleKavindra Palaraja2019-09-122-35/+77
* Add application-features exampleBernd Weimer2019-08-2928-0/+1085