index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
/
qml
/
tutorials
/
extending-qml
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
7
-83
/
+78
*
Correct license for examples files
Lucie Gérard
2024-03-21
8
-8
/
+8
*
Replace Q_OS_OSX with Q_OS_MACOS
Tor Arne Vestbø
2023-06-07
1
-1
/
+1
*
Examples: Use versioned CMake targets for Qt modules
Kai Köhne
2023-05-02
7
-26
/
+26
*
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
8
-8
/
+8
*
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
8
-0
/
+24
*
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
7
-66
/
+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
*
|
Add qt6_add_qml_module() public API
Leander Beernaert
2019-09-19
4
-4
/
+130
*
|
Convert Examples
Leander Beernaert
2019-08-23
7
-0
/
+256
|
/
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
3
-3
/
+3
[next]