| Commit message (Expand) | Author | Age | Files | Lines |
| * | Examples: Fix chapter5 and chapter6 of extending-qml tutorial | Ulf Hermann | 2025-04-10 | 2 | -18/+32 |
| * | Docs: Simplify "PieChart" tutorials and add snippet to QQmlListProperty | Ulf Hermann | 2025-02-18 | 4 | -26/+2 |
| * | examples: Consistently require Qt 6.8 | Fabian Kosmale | 2024-07-03 | 6 | -6/+6 |
| * | Modernize "extending QML" tutorial | Ulf Hermann | 2024-04-05 | 31 | -43/+80 |
| * | CMake: Add deployment API to our examples | Alexandru Croitor | 2024-03-27 | 14 | -146/+162 |
| * | Correct license for examples files | Lucie Gérard | 2024-03-21 | 18 | -18/+18 |
| * | Exclude some examples from Android build | Elias Hautala | 2023-08-21 | 4 | -3/+17 |
| * | Replace Q_OS_OSX with Q_OS_MACOS | Tor Arne Vestbø | 2023-06-07 | 1 | -1/+1 |
| * | Examples: Add equality an operator to Extending Qml Advanced tutorials | Olivier De Cannière | 2023-05-04 | 8 | -4/+84 |
| * | Examples: Use versioned CMake targets for Qt modules | Kai Köhne | 2023-05-02 | 16 | -49/+49 |
| * | Doc: Revamp "Extending QML" examples into a tutorial | Olivier De Cannière | 2023-03-30 | 82 | -0/+3466 |
| * | qt_add_qml_module: Make usage of AUTO_RESOURCE_PREFIX a policy | Fabian Kosmale | 2023-02-01 | 1 | -0/+1 |
| * | CMake: Allow omitting the version of QML modules | Ulf Hermann | 2023-01-27 | 7 | -7/+0 |
| * | QmlExamples: Add missing dependencies of QtQuick in CMakeLists | Semih Yavuz | 2022-11-07 | 15 | -19/+25 |
| * | Change the license of all CMakeLists.txt and *.cmake files to BSD | Lucie Gérard | 2022-09-07 | 9 | -9/+9 |
| * | Examples: Do not use import version numbers anymore | Kai Köhne | 2022-08-31 | 6 | -12/+12 |
| * | examples: deploy qmldir for plugin example | Samuli Piippo | 2022-08-31 | 1 | -0/+2 |
| * | Add license headers to cmake files | Lucie Gérard | 2022-07-08 | 9 | -0/+27 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 31 | -1519/+62 |
| * | Doc: Add CMake documentation to 'Extending QML' example | Andreas Eliasson | 2022-04-25 | 2 | -6/+6 |
| * | Add VERBATIM option to add_custom_command calls | Alexey Edelev | 2022-03-31 | 1 | -0/+1 |
| * | Improve examples CMakeLists.txt | Kai Köhne | 2022-01-24 | 8 | -68/+24 |
| * | CMake: qmake: Fix chapter6-plugins example to build in more configs | Alexandru Croitor | 2021-08-31 | 3 | -30/+28 |
| * | Fix warnings/errors from changes to paths in chapter6-plugins example | Craig Scott | 2021-08-31 | 1 | -2/+1 |
| * | Update qml examples for improved target path handling | Craig Scott | 2021-08-24 | 17 | -167/+32 |
| * | Raise cmake_minimum_required to VERSION 3.16 in examples | Joerg Bornemann | 2021-08-17 | 7 | -7/+7 |
| * | CMake: Change the default of OUTPUT_DIRECTORY for qt6_add_qml_module() | Craig Scott | 2021-07-20 | 2 | -1/+1 |
| * | Add missing "override" keywords | Ulf Hermann | 2021-06-30 | 6 | -6/+6 |
| * | Do not call QGuiApplication::exec() on an instance | Ulf Hermann | 2021-06-30 | 5 | -5/+5 |
| * | Use nullptr rather than 0 for null pointers | Ulf Hermann | 2021-06-30 | 9 | -9/+9 |
| * | Refactor and update qml CMake API | Craig Scott | 2021-06-04 | 1 | -9/+1 |
| * | Switch examples to build as isolated sub-builds | Craig Scott | 2021-05-27 | 1 | -6/+6 |
| * | CMake: Regenerate examples to set the WIN32_EXECUTABLE property | Alexandru Croitor | 2020-10-26 | 8 | -0/+32 |
| * | CMake: Regenerate examples to use qt_add_executable | Alexandru Croitor | 2020-10-20 | 7 | -7/+7 |
| * | Examples: Fix double installation of .qml files | Kai Koehne | 2020-06-02 | 5 | -25/+5 |
| * | CMake: Don't install .qmltypes for Qt tests, examples and tools | Alexandru Croitor | 2020-05-29 | 6 | -6/+0 |
| * | CMake: Regenerate qtdeclarative/examples | Alexandru Croitor | 2020-05-29 | 8 | -8/+40 |
| * | Merge remote-tracking branch 'origin/dev' into wip/cmake | Alexandru Croitor | 2020-03-12 | 5 | -3/+8 |
| |\ |
|
| | * | Adapt to the the new QMetaType change | Olivier Goffart | 2020-03-09 | 1 | -0/+1 |
| | * | Doc: Update documentation for "extending" example | Ulf Hermann | 2020-02-19 | 1 | -0/+2 |
| | * | Doc: Fix extension plugin examples and documentation | Ulf Hermann | 2020-02-18 | 1 | -1/+1 |
| | * | Use the extended QQmlListProperty interface in a few places | Ulf Hermann | 2020-02-07 | 2 | -2/+4 |
| * | | Regenerate examples | Alexandru Croitor | 2020-01-29 | 6 | -0/+48 |
| * | | Post merge fixes | Leander Beernaert | 2020-01-24 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/dev' into wip/cmake | Leander Beernaert | 2020-01-16 | 13 | -84/+33 |
| |\| |
|
| | * | Generate registrations for all examples | Ulf Hermann | 2020-01-13 | 13 | -84/+33 |
| * | | Merge remote-tracking branch 'origin/dev' into wip/cmake | Alexandru Croitor | 2019-10-14 | 15 | -12/+15 |
| |\| |
|
| | * | Specify parameters of type registration in class declarations | Ulf Hermann | 2019-09-26 | 15 | -12/+15 |
| * | | Regenerate Examples | Leander Beernaert | 2019-10-14 | 8 | -15/+15 |
| * | | Update Examples with lowercase qt6_add_resources() | Leander Beernaert | 2019-09-20 | 7 | -7/+7 |