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.5
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/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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generate the docs for qmlRegisterSingletonInstance
5.14
Giuseppe D'Angelo
2020-04-24
1
-0
/
+4
*
Merge remote-tracking branch 'origin/5.14.2' into 5.14
Qt Forward Merge Bot
2020-04-21
5
-6
/
+231
|
\
|
*
Add changes file for Qt 5.14.2
v5.14.2
Antti Kokko
2020-03-17
1
-0
/
+56
|
*
Merge 5.14 into 5.14.2
Kari Oikarinen
2020-03-10
14
-30
/
+99
|
|
\
|
*
|
Don't replace all characters below 0x20 with spaces as they may be valid
Andy Shaw
2020-03-02
1
-2
/
+1
|
*
|
TableModel: Allow a double to be added to a field seen as int previously
Andy Shaw
2020-02-28
3
-4
/
+174
*
|
|
Make qdoc generate the documentation for qmlRegisterSingletonType
Giuseppe D'Angelo
2020-04-16
1
-0
/
+5
*
|
|
OpacityAnimator: apply opacity animation to the first frame in SG
Wang Chuan
2020-04-07
3
-0
/
+58
*
|
|
Fix enum setup optimization
Michael Brasser
2020-04-02
1
-1
/
+1
*
|
|
Fix QQuickMouseArea getting stuck in pressed state when hiding in press
Frederik Gladhorn
2020-03-31
3
-0
/
+80
*
|
|
Flickable: add nullptr check (crash seen only in release mode on windows)
Nick Shaforostov
2020-03-26
1
-0
/
+3
*
|
|
PinchArea: document the pinch parameter for its signals
Giuseppe D'Angelo
2020-03-21
1
-4
/
+4
|
|
/
|
/
|
*
|
QV4Engine: Avoid memory leak in toVariant conversion
Fabian Kosmale
2020-03-09
1
-1
/
+5
*
|
Make tst_qquickcanvasitem significant again; fix image size rounding
Shawn Rutledge
2020-03-05
6
-23
/
+24
*
|
Blacklist a few more canvas tests
Shawn Rutledge
2020-03-05
1
-2
/
+8
*
|
QQuickItem: prevent endless loop in focus tab chain
Wang Chuan
2020-03-03
3
-3
/
+32
*
|
QQuickTableView: Immediately delete delegates when possible
Ulf Hermann
2020-02-28
3
-1
/
+30
|
/
*
QQmlTableInstanceModel: Fix refcounting of metatypes
Ulf Hermann
2020-02-27
2
-4
/
+14
*
Doc: Add section about QVariantList and QVariantMap as C++ properties
Ulf Hermann
2020-02-24
1
-0
/
+19
*
Fix build with -no-feature-network
Ulf Hermann
2020-02-24
3
-0
/
+12
*
Fix texture coords for the compressed texture atlas
Michael Brasser
2020-02-21
1
-5
/
+5
*
Escape url.toString() before passing it to QRegularExpression
Dmitry Shachnev
2020-02-20
1
-1
/
+2
*
QQmlAdaptorModel: Don't const_cast to call release()
Ulf Hermann
2020-02-19
1
-1
/
+1
*
Doc: list Grid's alignment properties as "since 5.1"
Mitch Curtis
2020-02-18
1
-0
/
+1
*
Blacklist tst_qquickmousearea::pressOneAndTapAnother on OpenSuse
Ulf Hermann
2020-02-18
1
-0
/
+4
*
Fix inverted logic
Michael Brasser
2020-02-17
1
-1
/
+1
*
Windows: Do look for <plugin>d.dll as a fallback
Kai Koehne
2020-02-15
1
-1
/
+4
*
Add a null check to QQuickWindowPrivate::renderer
Anton Kreuzkamp
2020-02-12
1
-1
/
+1
*
QQuickLoader: store status
Fabian Kosmale
2020-02-12
4
-39
/
+91
*
Fix a bug where a layout could crash or become non-responsive
Jan Arve Sæther
2020-02-12
5
-5
/
+65
*
Fix QQmlProperty and Connections for properties starting with '_'
Fabian Kosmale
2020-02-11
5
-3
/
+58
*
Remove /get from CMAKE_QML_DIR
André Klitzing
2020-02-11
1
-2
/
+2
*
Mention styleName in the Font QML type documentation
Andy Shaw
2020-02-11
1
-0
/
+1
*
Android: Don't include QtQuickParticles in the dependencies
Andy Shaw
2020-02-10
1
-4
/
+1
*
QV4Engine: Do not construct invalid QVariant
Fabian Kosmale
2020-02-07
2
-20
/
+27
*
Fix QAccessibleQuickWindow::focusChild() to return focused descendant
Peter Varga
2020-02-06
1
-2
/
+6
*
Clarify the Binding.restoreMode warning message
Ulf Hermann
2020-02-03
1
-7
/
+11
*
Blacklist tst_qquickmousearea::nestedStopAtBounds on opensuse 15.0
Ulf Hermann
2020-02-03
1
-0
/
+4
*
Doc: Remove outdated note
Joni Poikelin
2020-02-03
1
-4
/
+0
*
Bump version
Alexandru Croitor
2020-02-02
1
-1
/
+1
*
Enable conversion from QJSValues containing arrays to container types
Fabian Kosmale
2020-01-31
5
-7
/
+63
*
Fix static builds due to name clashes
Andy Shaw
2020-01-31
1
-7
/
+7
*
Run qtEnsurePluginResourcesCpp() from qtquickcompiler.prf
Ulf Hermann
2020-01-30
1
-0
/
+1
*
Fix some ListView bugs related to snapping when it had a header
Jan Arve Sæther
2020-01-30
3
-15
/
+821
*
Get rid of global gadgetPtr in QQmlValueType
Ulf Hermann
2020-01-29
7
-69
/
+150
*
QQuickFlickable: fix division by zero
Mitch Curtis
2020-01-29
3
-4
/
+64
*
Doc: document behavior and caveats of TextInput's padding properties
Mitch Curtis
2020-01-28
1
-0
/
+12
*
Merge remote-tracking branch 'origin/5.14.1' into 5.14
Qt Forward Merge Bot
2020-01-27
2
-1
/
+93
|
\
|
*
Merge 5.14 into 5.14.1
v5.14.1
Kari Oikarinen
2020-01-15
18
-31
/
+277
|
|
\
|
*
|
Add changes file for Qt 5.14.1
Antti Kokko
2020-01-14
1
-0
/
+89
[next]