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
*
Complete splitting of delivery logic qqwindow.cpp -> deliveryagent.cpp
wip/qquickdeliveryagent
Shawn Rutledge
2021-02-17
3
-11
/
+24
*
Merge branch wip/qquickdeliveryagent into dev
Shawn Rutledge
2021-02-17
1
-0
/
+1989
|
\
|
*
Stage 4: remove non-delivery code from qquickdeliveryagent.cpp
Shawn Rutledge
2021-02-17
1
-3026
/
+0
|
*
Stage 3: remove non-delivery code from qquickdeliveryagent.cpp
Shawn Rutledge
2021-02-17
1
-827
/
+1
|
*
Stage 2: splitting parts of qquickwindow.cpp to qquickdeliveryagent.cpp
Shawn Rutledge
2021-02-17
1
-0
/
+0
*
|
Remove code from qqwindow.cpp to be split into qqdeliveryagent.cpp
Shawn Rutledge
2021-02-17
1
-1956
/
+12
|
/
*
Update localstore example to use QtQuickControls2
Oliver Eftevaag
2021-02-16
8
-135
/
+35
*
Uniformly support shebang
Fawzi Mohamed
2021-02-15
14
-20
/
+29
*
Rename DBG_* logging categories in Qt Quick
Shawn Rutledge
2021-02-15
8
-71
/
+71
*
Add QWindow and QQuickWindow overloads for qmlInfo()
Mitch Curtis
2021-02-15
1
-0
/
+15
*
Blacklist a few tst_qquickflickable tests on macOS
Tor Arne Vestbø
2021-02-15
1
-0
/
+5
*
qquicktextinput: Fix Undo history for IM event
Bartlomiej Moskal
2021-02-15
1
-4
/
+6
*
QQmlPropertyBinding: Create more verbose binding loop warning
Fabian Kosmale
2021-02-15
1
-1
/
+6
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
2021-02-13
1
-2
/
+2
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
2021-02-13
1
-2
/
+2
*
MouseArea: fix containsMouse behavior during visibility changes
Volker Hilsheimer
2021-02-12
3
-0
/
+66
*
Animation: Export the remaining QtQuick animation types
Ulf Hermann
2021-02-12
1
-3
/
+3
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
2021-02-12
1
-2
/
+2
*
QML: Warn about usage of injected signal parameters
Ulf Hermann
2021-02-12
10
-23
/
+104
*
Support runtime functions evaluation by index through QQmlEngine
Andrei Golubev
2021-02-12
6
-0
/
+99
*
Transform JSCallData args setting into a function
Andrei Golubev
2021-02-12
4
-22
/
+85
*
qmllint: Fix false unknown grouped property warning
Maximilian Goldstein
2021-02-12
4
-9
/
+8
*
Unregister value types when tearing down QML types
Ulf Hermann
2021-02-12
23
-218
/
+162
*
Deprecate qmlplugindump
Ulf Hermann
2021-02-12
5
-0
/
+15
*
Use functions as signal handlers when accessing parameters
Ulf Hermann
2021-02-12
38
-59
/
+62
*
tst_qqmlengine: remove unused QSKIP
Samuli Piippo
2021-02-12
2
-9
/
+0
*
Doc: Add missing \inmodule command
Nico Vertriest
2021-02-12
2
-0
/
+3
*
Doc: Fix CI warnings qtdeclarative
Nico Vertriest
2021-02-12
1
-10
/
+10
*
Replace QScopedPointer with std::unique_ptr
Volker Hilsheimer
2021-02-12
4
-27
/
+27
*
Doc: Avoid unqualified lookup in the signals documentation
Ulf Hermann
2021-02-12
1
-2
/
+2
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
2021-02-12
1
-2
/
+2
*
qmllint: Warn about too many or mismatched signal parameters
Ulf Hermann
2021-02-11
4
-16
/
+82
*
QML: Warn about variables being used before their declaration
Ulf Hermann
2021-02-11
7
-22
/
+71
*
QQuickWidget/Documentation: Mention the need to set the graphics API
Friedemann Kleint
2021-02-11
1
-3
/
+7
*
SoftwareImageNodes: Initialize member variable
David Edmundson
2021-02-11
1
-1
/
+1
*
QHashedString(Ref): Use QStringView internally
Fabian Kosmale
2021-02-11
3
-99
/
+28
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
2021-02-11
1
-2
/
+2
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
2021-02-11
1
-2
/
+2
*
Enable tests of manually registered types
Alexey Edelev
2021-02-10
2
-9
/
+5
*
qmlformat: Use a struct to hold the command line options
Furkan Uzumcu
2021-02-10
1
-80
/
+112
*
Restore String size assert
Fabian Kosmale
2021-02-10
1
-0
/
+2
*
QV4::Lookup: update comment about gc assumption
Fabian Kosmale
2021-02-10
1
-0
/
+1
*
QQmlPropertyPrivate: Remove documentation about flags parameter
Fabian Kosmale
2021-02-10
1
-3
/
+0
*
Use QQmlBinding::Ptr typedef
Fabian Kosmale
2021-02-10
1
-7
/
+7
*
Fix QJSValue string parameters used in signals
Maximilian Goldstein
2021-02-10
3
-1
/
+33
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
2021-02-10
1
-2
/
+2
*
Support and prefer QML_IMPORT_PATH over QML2_IMPORT_PATH
Ulf Hermann
2021-02-10
6
-41
/
+54
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
2021-02-10
1
-2
/
+2
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
2021-02-09
1
-2
/
+2
*
Use QLibraryInfo::QmlImportsPath rather than Qml2ImportsPath
Ulf Hermann
2021-02-09
10
-17
/
+17
[next]