index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.10.0
6.10.1
6.10.2
6.10.3
6.11
6.11.0
6.11.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.5.5
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
6.9.2
6.9.3
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
qmllint: Consistently use shared pointers for ScopeTree
Ulf Hermann
2020-04-01
10
-92
/
+114
*
TypeDescriptionReader: Read file name from qmltypes
Ulf Hermann
2020-04-01
2
-1
/
+7
*
Move qmllint's metatype support to tools/shared
Ulf Hermann
2020-04-01
26
-613
/
+765
*
Warn if too many parameters are passed to a C++ function
Maximilian Goldstein
2020-04-01
2
-0
/
+16
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
2020-03-30
1
-2
/
+2
*
qmllint: Drop support for "ModuleApi"
Ulf Hermann
2020-03-30
4
-55
/
+3
*
Add support for binding directly to QProperty instances
Simon Hausmann
2020-03-30
12
-6
/
+242
*
Minor cleanup
Simon Hausmann
2020-03-30
2
-7
/
+0
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
2020-03-30
1
-2
/
+2
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
2020-03-27
1
-2
/
+2
*
Remove usage of filterRegExp
Lars Knoll
2020-03-26
1
-1
/
+1
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
2020-03-26
1
-2
/
+2
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
2020-03-25
1
-2
/
+2
*
qqml.h: do not use QML_REGISTER_TYPE(QObject)
Fabian Kosmale
2020-03-25
1
-3
/
+0
*
Encapsulate QV4::ResolvedTypeReference
Ulf Hermann
2020-03-25
14
-182
/
+338
*
Make QQmlType::inlineComponentObjectId() const
Ulf Hermann
2020-03-25
2
-2
/
+2
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
2020-03-25
1
-2
/
+2
*
Screen example: avoid shadowing final props with required context props
Shawn Rutledge
2020-03-24
1
-3
/
+2
*
Fix typo: inlineComponendId -> inlineComponentId
Ulf Hermann
2020-03-24
6
-9
/
+9
*
Move legacy rendercontrol example into a subdirectory
Laszlo Agocs
2020-03-24
15
-64
/
+71
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
2020-03-24
1
-2
/
+2
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-03-24
12
-176
/
+438
|
\
|
*
PropertyUpdater: Do not crash on invalid context
Fabian Kosmale
2020-03-23
1
-2
/
+5
|
*
QNetworkReply: fix use of deprecated error signal
MÃ¥rten Nordheim
2020-03-23
1
-1
/
+1
|
*
QQuickTableView: add private support for transposing the view
Richard Moe Gustavsen
2020-03-23
2
-13
/
+32
|
*
Add autotest for QQuickRenderControl
Laszlo Agocs
2020-03-23
4
-1
/
+263
|
*
QQmlValueTypeWrapper: Avoid compile warnings
Ulf Hermann
2020-03-23
1
-4
/
+4
|
*
QQuickViewTestUtil: Don't leak on matchAgainst()
Ulf Hermann
2020-03-23
1
-2
/
+16
|
*
tst_qquicklistview: Fix a few memory leaks
Ulf Hermann
2020-03-23
1
-123
/
+75
|
*
QQmlDelegateModel: Don't require a delegate to cancel an incubation
Ulf Hermann
2020-03-23
1
-1
/
+1
|
*
QQmlDelegateModel: On deletion, cancel any remaining incubations
Ulf Hermann
2020-03-23
1
-2
/
+12
|
*
tst_qquicklistview: Don't use QTest::toString()
Ulf Hermann
2020-03-20
1
-25
/
+25
|
*
QQuickView: Don't leak root object in error case
Ulf Hermann
2020-03-20
1
-2
/
+4
*
|
QQuickEvents: Delete pointer devices on shutdown
Ulf Hermann
2020-03-23
1
-10
/
+25
*
|
Minor cleanup in QQmlJavaScriptExpression
Simon Hausmann
2020-03-23
4
-14
/
+13
*
|
StackLayout: add attached index, isCurrentItem, and layout properties
Mitch Curtis
2020-03-23
3
-18
/
+371
*
|
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
2020-03-23
1
-2
/
+2
*
|
Encapsulate QQmlContextData
Ulf Hermann
2020-03-23
75
-1432
/
+1812
*
|
tst_qqmlpreview: Increase timeout
Ulf Hermann
2020-03-23
1
-1
/
+1
*
|
Add MatchRegularExpression flag
Lars Knoll
2020-03-20
1
-0
/
+1
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-03-20
26
-49
/
+174
|
\
|
|
*
qmllint: Break inheritance cycles
Ulf Hermann
2020-03-19
5
-0
/
+27
|
*
Doc: Add missing documentations of Window Type signals
Norihito Tohge
2020-03-19
1
-1
/
+84
|
*
Fix copy-pasted typo minimimal -> minimal
Allan Sandfeld Jensen
2020-03-18
13
-39
/
+39
|
*
qmlRegisterSingletonInstance: show user-friendly signature in documentation
Fabian Kosmale
2020-03-18
2
-1
/
+6
|
*
rhi: Enable layer updateTexture(), and so grabs, in the sync phase
Laszlo Agocs
2020-03-18
6
-8
/
+18
*
|
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
2020-03-19
1
-2
/
+2
*
|
Clean up QQmlFileSelector
Ulf Hermann
2020-03-19
6
-21
/
+76
*
|
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
2020-03-19
1
-2
/
+2
*
|
fix developer build on clang
Fabian Kosmale
2020-03-18
1
-0
/
+1
[next]