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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
QtQml: Clean up VME and interceptor metaobjects on destruction
Volker Hilsheimer
2022-11-22
1
-1
/
+8
|
*
Don't crash on QQmlGadgetPtrWrapper instances in debug service
Ulf Hermann
2022-11-22
1
-2
/
+6
|
*
XmlListModel: Clean up includes
Ulf Hermann
2022-11-22
2
-17
/
+33
|
*
QML: Try QMetaType conversion in VariantObject's valueOf()
Ulf Hermann
2022-11-22
1
-1
/
+11
|
*
QJSEngine: Optimize conversion from QObject* to QString
Ulf Hermann
2022-11-22
5
-29
/
+63
|
*
QtQml: Recognize JavaScript null as equivalent to nullptr QObject*
Ulf Hermann
2022-11-22
1
-1
/
+1
|
*
QtQml: Do not parent QQmlGadgetPtrWrapper instances to the engine
Ulf Hermann
2022-11-22
3
-2
/
+3
|
*
Replace uses of rand/srand with QRandomGenerator
Tor Arne Vestbø
2022-11-22
2
-3
/
+6
|
*
QmlCompiler: Don't crash on CallWithSpread
Ulf Hermann
2022-11-22
2
-0
/
+9
|
*
QML: Do not crash on CallWithSpread
Ulf Hermann
2022-11-22
2
-8
/
+22
|
*
Remove broken assert in QQmlPropertyData::setOverrideIndex
Sami Shalayel
2022-11-21
1
-1
/
+0
|
*
qmlformat: fix 'new line after ids properties' with normalize option
Xavier BESSON
2022-11-18
1
-0
/
+4
|
*
QQuickTableView: factor out common press/tapp code to handleTap()
Richard Moe Gustavsen
2022-11-18
2
-27
/
+28
|
*
Don't clearPassiveGrabbers() after MouseEventSynthesizedBySystem
Shawn Rutledge
2022-11-18
3
-2
/
+11
*
|
Update Material DelayButton to Material 3
Mitch Curtis
2022-11-21
1
-2
/
+3
*
|
Update Material RoundButton to Material 3
Mitch Curtis
2022-11-21
1
-5
/
+4
*
|
Update Material Button to Material 3
Mitch Curtis
2022-11-21
7
-137
/
+210
*
|
QQuickMaterialRipple: don't clip by default, leave it up to controls
Mitch Curtis
2022-11-21
1
-1
/
+0
*
|
Material: add roundedScale attached property
Mitch Curtis
2022-11-21
4
-0
/
+67
*
|
ElevationEffect: remove elevations past 12
Mitch Curtis
2022-11-21
1
-49
/
+1
*
|
QQuickMaterialRipple: uncomment setRadius call
Mitch Curtis
2022-11-21
1
-2
/
+1
|
/
*
Doc: Add missing QQuickWindow constructor
Hatem ElKharashy
2022-11-17
1
-1
/
+5
*
PinchHandler null target: remember accumulated scale between pinches
Shawn Rutledge
2022-11-17
1
-2
/
+2
*
QQuickTableView: factor out parts of the key handling into private function
Richard Moe Gustavsen
2022-11-17
2
-156
/
+192
*
QJSEngine: Mark convertV2 variant with int parameter as BC-only
Ulf Hermann
2022-11-16
2
-1
/
+5
*
CMake: Add filter options to qt_generate_deploy_qml_app_script
Joerg Bornemann
2022-11-16
2
-1
/
+31
*
CMake: Add NO_TRANSLATIONS to qt_generate_deploy_qml_app_script
Joerg Bornemann
2022-11-16
2
-3
/
+15
*
CMake: Add Linux support for qt_generate_deploy_qml_app_script
Joerg Bornemann
2022-11-16
2
-38
/
+63
*
QmlCompiler: Avoid read from uninitialized variable
Ulf Hermann
2022-11-16
1
-1
/
+1
*
Android: Set EnterKeyNext as default type for TextInput
Bartlomiej Moskal
2022-11-16
1
-0
/
+23
*
tooling: silence -Wmissing-variable-declarations
Tim Blechmann
2022-11-16
1
-3
/
+6
*
tooling: silence -Wextra-semi-stmt
Tim Blechmann
2022-11-16
2
-4
/
+4
*
qml: silence -Wextra-semi
Tim Blechmann
2022-11-16
23
-28
/
+28
*
QQuickTableView: don't change index if tapping on the resize area
Richard Moe Gustavsen
2022-11-16
1
-16
/
+22
*
QQuickTableView: add tab support
Richard Moe Gustavsen
2022-11-16
1
-1
/
+45
*
Revert "Disable the automatic persistent pipeline cache on macOS/iOS"
Laszlo Agocs
2022-11-15
1
-4
/
+1
*
QJSEngine: Provide a method to coerce values in JS fashion
Ulf Hermann
2022-11-15
3
-12
/
+99
*
Remove signal index mismatch in aot-compiled code
Sami Shalayel
2022-11-15
1
-1
/
+2
*
QML: Faithfully convert undefined and null to string
Ulf Hermann
2022-11-15
1
-2
/
+4
*
QML: Require TDZ checks variables declared in case blocks
Ulf Hermann
2022-11-15
4
-27
/
+42
*
Add Q_ENUM on QQuickItem::ItemChange
Shawn Rutledge
2022-11-15
1
-0
/
+1
*
Doc: Fix \brief for color QML value type
Topi Reinio
2022-11-14
1
-1
/
+1
*
Profiler: Add move operations to FunctionCall
Ulf Hermann
2022-11-14
2
-6
/
+25
*
qmlformat: add 'ensure new line between objects' option
Xavier BESSON
2022-11-14
2
-0
/
+6
*
QML: Fix the most blatant TDZ violations
Ulf Hermann
2022-11-14
2
-21
/
+57
*
QuickTest: adapt to QtTest change for multiple results in a measurer
Thiago Macieira
2022-11-14
1
-11
/
+17
*
qmltyperegistrar: add IsConstant for method parameters
Sami Shalayel
2022-11-11
6
-17
/
+53
*
QML: Check for stack overflows when creating objects
Ulf Hermann
2022-11-11
3
-3
/
+24
*
Consolidate content setting into QQuickTextPrivate::updateDocumentText()
Shawn Rutledge
2022-11-11
4
-50
/
+25
*
QQuickTableView: detect if syncView topLeft has changed
Richard Moe Gustavsen
2022-11-11
1
-0
/
+14
[prev]
[next]