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
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/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
Commit message (
Expand
)
Author
Age
Files
Lines
*
qmlfunctions.qdoc: Add clarification to QML_FOREIGN
Maximilian Goldstein
2020-11-23
1
-0
/
+4
*
Fix lineedit example
Ulf Hermann
2020-10-05
1
-1
/
+1
*
Doc: Fix minor typos
Sze Howe Koh
2020-08-30
1
-1
/
+1
*
Examples: Fix double installation of .qml files
Kai Koehne
2020-06-02
5
-25
/
+5
*
Examples: add .pro project for qml-i18n example
Assam Boudjelthia
2020-03-05
8
-7
/
+101
*
Examples: Add *.pro projects for existing *.qmlproject
Assam Boudjelthia
2020-03-04
3
-0
/
+79
*
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
3
-3
/
+3
*
Avoid discouraged patterns in examples
Ulf Hermann
2020-02-11
3
-3
/
+3
*
Doc: Fix "Extending QML" documentation
Ulf Hermann
2020-02-11
1
-1
/
+1
*
Use the extended QQmlListProperty interface in a few places
Ulf Hermann
2020-02-07
12
-11
/
+39
*
examples: Make qmlextensionplugins example usable without installation
Ulf Hermann
2020-01-14
2
-6
/
+17
*
Generate registrations for all examples
Ulf Hermann
2020-01-13
48
-192
/
+285
*
Binding example: Fix type registration
Fabian Kosmale
2020-01-13
1
-0
/
+2
*
Fix xmlhttprequest example
Ulf Hermann
2019-11-14
1
-1
/
+1
*
Specify parameters of type registration in class declarations
Ulf Hermann
2019-09-26
41
-68
/
+93
*
Reference Examples: Fix calls to exec() and exit codes
Ulf Hermann
2019-08-30
11
-32
/
+34
*
Use qmlRegisterAnonymousType in examples and tests
Ulf Hermann
2019-08-27
7
-16
/
+16
*
Reference Examples: Avoid static_cast on function arguments
Ulf Hermann
2019-08-20
1
-1
/
+1
*
Reference Examples: Use override for overridden virtual functions
Ulf Hermann
2019-08-20
2
-2
/
+2
*
Reference Examples: Use nullptr
Ulf Hermann
2019-08-20
21
-39
/
+39
*
Reference Examples: Use auto for results of new and component.create()
Ulf Hermann
2019-08-20
14
-14
/
+14
*
Reference Examples: Use initializer lists to avoid repeating type naems
Ulf Hermann
2019-08-20
8
-9
/
+9
*
Port from QLineEdit::getTextMargins() to textMargins()
Marc Mutz
2019-07-03
1
-28
/
+20
*
i18n examples: Add en translation dummies
Kai Koehne
2018-07-17
1
-0
/
+4
*
i18n examples: Update .ts files
Kai Koehne
2018-07-17
3
-6
/
+6
*
Doc: Add missing dots (qtdeclarative)
Paul Wicking
2018-06-19
4
-14
/
+14
*
Clarify ownership around QQmlEngine::setNAMF
MÃ¥rten Nordheim
2018-04-26
1
-1
/
+2
*
Examples: remove bogus return
v5.11.0-beta3
J-P Nurmi
2018-04-03
1
-1
/
+1
*
use the override keyword consistently and correctly (clang-tidy)
Shawn Rutledge
2018-02-27
2
-4
/
+4
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
14
-15
/
+15
*
Fix outdated FDL license header
Kai Koehne
2017-10-17
6
-31
/
+31
*
Fix outdated BSD license header
Kai Koehne
2017-10-17
117
-348
/
+1518
*
Doc: Fix capitalization in section titles
Topi Reinio
2017-08-29
1
-1
/
+1
*
Fix GCC 7 warnings in examples
Friedemann Kleint
2017-06-21
1
-1
/
+1
*
Doc: make screen xmlhttprequest compatible with Designer
Nico Vertriest
2017-05-03
6
-40
/
+150
*
Merge remote-tracking branch 'origin/5.8' into 5.9
Simon Hausmann
2017-03-15
1
-9
/
+9
|
\
|
*
Doc: added snippets to Extension Objects Example
Nico Vertriest
2017-03-13
1
-9
/
+9
*
|
Replace QList<Person*> with QVector<Person*> and function pointers
Michael Winkelmann
2017-03-07
2
-2
/
+39
|
/
*
Doc: added specs to Extending QML - Methods Example
Nico Vertriest
2017-01-09
2
-2
/
+11
*
Doc: Rearranged order of Extending QML Examples
Nico Vertriest
2017-01-09
2
-4
/
+19
*
Doc: minor grammar mistake
Nico Vertriest
2016-12-21
1
-1
/
+1
*
Get rid of most QT_NO_FOO usages
Lars Knoll
2016-11-29
1
-8
/
+8
*
Turn the no-network support into a configurable feature
Lars Knoll
2016-10-10
1
-2
/
+3
*
Merge remote-tracking branch 'origin/5.7' into dev
Edward Welbourne
2016-08-02
2
-2
/
+2
|
\
|
*
PieChart examples: initialize members
Edward Welbourne
2016-07-15
2
-2
/
+2
*
|
Merge remote-tracking branch 'origin/5.7' into dev
Liang Qi
2016-05-24
7
-3
/
+16
|
\
|
|
*
actually build and install the qml tutorials
Oswald Buddenhagen
2016-05-13
6
-2
/
+11
|
*
fix example installs
Oswald Buddenhagen
2016-05-13
1
-0
/
+2
|
*
make use of COPIES
Oswald Buddenhagen
2016-05-13
1
-1
/
+3
[next]