summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Add the missing CLASS_NAME to the qt_add_plugin callsAlexey Edelev2025-04-252-0/+2
* Convert bwrap configuration from an unordered into an ordered mapRobert Griebl2025-02-121-6/+6
* Dump deferred log messages on error exitRobert Griebl2024-12-092-2/+2
* Add a new monitoring component to detect unneccesary renderingRobert Griebl2024-12-012-5/+23
* Examples: Fix application-features on WindowsRobert Griebl2024-11-1913-28/+50
* Fix frame-timer example and MonitorModelRobert Griebl2024-11-131-9/+17
* Prevent atexit() handlers from running when an exception occursRobert Griebl2024-11-132-4/+4
* 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-0421-42/+42
* Add missing install destinations to all examplesDominik Holland2024-08-1911-0/+22
* Remove the now defunct qmake pro files for the examplesRobert Griebl2024-07-3029-525/+0
* Add glitches app to application-features exampleBernd Weimer2024-07-2916-3/+338
* Watchdog: simplify the render thread timeout configurationRobert Griebl2024-07-262-0/+18
* Fix build of application-features examplesBernd Weimer2024-07-262-3/+4
* Switch all examples to the modern am-package manifest formatRobert Griebl2024-07-2622-86/+133
* Add missing QTP0004 to examplesRobert Griebl2024-07-251-0/+3
* Extend the package-installation exampleDominik Holland2024-07-195-3/+62
* Rewrite all examples using modern Qt APIsDominik Holland2024-07-1960-374/+878
* CMake: Improve the create_*_package APIDominik Holland2024-07-191-7/+19
* Extend the QT_AM_MAIN macro to make it more flexibleRobert Griebl2024-07-191-0/+1
* ASAN, qmllint and compiler warning fixesRobert Griebl2024-05-311-0/+3
* A better watchdog for Wayland, main thread and scene graphRobert Griebl2024-05-311-1/+0
* Refactor the representation of the YAML configurationRobert Griebl2024-05-291-1/+1
* bwrap: Fix missing /usr/lib64 preventing start on Debian/aarch64Robert Griebl2024-05-171-1/+1
* Remove all literal uses of /tmpRobert Griebl2024-05-153-4/+4
* Code cleanupRobert Griebl2024-04-291-1/+0
* Replace all signals/slots keywords with Q_SIGNALS/Q_SLOTSRobert Griebl2024-04-223-3/+3
* CMake: Use qt_internal_add_example for examplesAlexandru Croitor2024-03-071-14/+14
* doc: Document the problem with missing libwayland-dev packagesRobert Griebl2024-03-0713-0/+26
* Fix exception handling after Q*Application::exec()Robert Griebl2024-03-072-10/+13
* Replace all #pragma once with old-style #ifdef include guardsRobert Griebl2024-03-054-4/+16
* doc: fix file quoting in bwrap exampleRobert Griebl2024-02-181-3/+2
* Examples: check if the server command is valid in package-installationRobert Griebl2024-02-071-3/+7
* Examples: make the package-installation cope with external acknowledgeRobert Griebl2024-02-071-2/+16
* cmake: fix quoting in qt6_am_add_systemui_wrapperRobert Griebl2024-02-071-2/+2
* doc: package-installation exampleRobert Griebl2024-02-014-4/+102
* cmake: move the qt_am_create_package command from examples to main-libRobert Griebl2024-02-011-39/+0
* Document how to write and use QML modulesBernd Weimer2024-01-125-15/+67
* Fix qdoc warningsRobert Griebl2024-01-091-1/+1
* Clazy: fix and modernize examplesRobert Griebl2024-01-086-23/+21
* Modernize string literalsRobert Griebl2024-01-081-2/+4
* Quicklaunch: improve the runtimesPerContainer settingRobert Griebl2023-12-121-1/+4
* Demonstrate how to modularize QML codeBernd Weimer2023-12-0852-394/+523
* Resolve old TODOsRobert Griebl2023-12-071-1/+0
* Simplify custom appman implementationsRobert Griebl2023-12-062-26/+28
* Add public defines for QT_AM_VERSION...Robert Griebl2023-12-052-0/+7
* Make Sudo universally available for all buildsRobert Griebl2023-11-271-1/+0
* Cope with implicitly disabled installer componentRobert Griebl2023-11-271-1/+3
* Improve minidesk to show focus/activationRobert Griebl2023-11-088-45/+54