index
:
qt/qtdeclarative.git
5.10
5.3
5.4
5.5
5.6
5.7
5.8
5.9
5.9.0
5.9.4
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/dbus
wip/gc
wip/itemviews
wip/nacl
wip/new-backend
wip/pointerhandler
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix more cases where DSE would optimize out too many stores
v5.7.1
Erik Verbruggen
2016-11-11
3
-0
/
+15
*
Add changes file for 5.7.1
Jani Heikkinen
2016-11-02
1
-0
/
+64
*
V4: Fix usage of QV4::Value tags/types
Erik Verbruggen
2016-10-26
5
-17
/
+41
*
Fix QML Compiler crash
Simon Hausmann
2016-10-26
1
-4
/
+1
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-10-05
8
-13
/
+70
|
\
|
*
Use QElapsedTimer instead of QTime to measure elapsed time
Milian Wolff
2016-10-05
1
-5
/
+4
|
*
Canvas: Implement high-DPI render mode
Morten Johan Sørvig
2016-10-05
1
-2
/
+10
|
*
QML: Clear weak references on Object destruction for C++-owned QObjects
Erik Verbruggen
2016-10-05
1
-0
/
+4
|
*
QQuickPositioners: fix sentence structure in apidoc
Frederik Schwarzer
2016-10-04
1
-4
/
+4
|
*
QQuickRectangle: fix typo in apidoc
Frederik Schwarzer
2016-10-04
1
-1
/
+1
|
*
Flickable: add a trackpad (touchpad) autotest
Shawn Rutledge
2016-10-04
1
-0
/
+45
|
*
Fix crash on cancel QQuickImageResponse
Albert Astals Cid
2016-10-03
2
-1
/
+2
*
|
Doc: add spec on parameter image
Nico Vertriest
2016-10-04
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-10-04
20
-93
/
+54600
|
\
\
|
|
/
|
*
Fix vtable for QQuickPaintedItem
Simon Hausmann
2016-09-30
2
-2
/
+2
|
*
BC test data files for Qt 5.6 for QtDeclarative
Milla Pohjanheimo
2016-09-30
4
-0
/
+54475
|
*
qv4jsonobject: Make use of QVariant::toString in stringification
Robin Burchell
2016-09-30
3
-0
/
+27
|
*
Fix crash with window-less QQuickItems
Simon Hausmann
2016-09-30
13
-93
/
+96
*
|
Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7
J-P Nurmi
2016-09-30
27
-190
/
+617
|
\
\
|
*
\
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-09-30
27
-190
/
+617
|
|
\
\
|
|
|
/
|
|
*
Fix incorrectly aligned text whose size depends on its implicit size
Mitch Curtis
2016-09-29
3
-2
/
+75
|
|
*
QQuickText: fix paddings when wrapping or eliding is used
J-P Nurmi
2016-09-29
2
-1
/
+13
|
|
*
Flickable: do not emit movementEnded until it really does
Shawn Rutledge
2016-09-29
3
-2
/
+25
|
|
*
Fix crash on Array.prototype.join.call(0)
Robin Burchell
2016-09-29
2
-5
/
+17
|
|
*
Flickable: don't activate velocityTimeline if scroll phase available
Shawn Rutledge
2016-09-29
1
-1
/
+1
|
|
*
V4: Free up 2 address bits in 64bit mode
Erik Verbruggen
2016-09-28
8
-152
/
+269
|
|
*
QSGRenderContext: Add null-checks for strings
Florian Bruhin
2016-09-26
1
-3
/
+3
|
|
*
Quick: Do not send SG updates when AnimatedSprite is not visible
Erik Verbruggen
2016-09-23
2
-12
/
+21
|
|
*
Fix MouseArea sticky grab with drag.filterChildren enabled
Martin Jones
2016-09-22
3
-0
/
+139
|
|
*
Add a facility to version type information for debugging
hjk
2016-09-22
1
-0
/
+18
|
|
*
Enhance quickwidget example with all grabbing cases
Laszlo Agocs
2016-09-22
2
-8
/
+28
|
|
*
Give SquareButton types a side property to mediate being square.
Edward Welbourne
2016-09-21
3
-5
/
+9
*
|
|
Remove dead code
Jake Petroules
2016-09-30
1
-4
/
+0
|
/
/
*
|
Fix Flickable state being reset when it replays a delayed press.
Andrew den Exter
2016-09-23
3
-19
/
+88
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-09-16
17
-15
/
+189
|
\
\
|
|
/
|
*
Merge remote-tracking branch 'origin/5.6.2' into 5.6
Liang Qi
2016-09-16
3
-2
/
+86
|
|
\
|
|
*
Correctly update the geometry of QSGDefaultPainterNode
v5.6.2
Yoann Lopes
2016-09-12
1
-2
/
+2
|
|
*
Add changes file for 5.6.2
Jani Heikkinen
2016-09-12
1
-0
/
+80
|
|
*
QtQml: Disable new optimizer of MSVC2015/Update 3
Friedemann Kleint
2016-09-02
1
-0
/
+4
|
*
|
Propagate window enter event as hover enter event in QQuickWindow
Eike Hein
2016-09-15
2
-0
/
+13
|
*
|
QQuickTextInput: avoid emitting editingFinished twice
Richard Moe Gustavsen
2016-09-15
1
-1
/
+6
|
*
|
Destroy an incubating delegate if it is removed before incubation completes
Martin Jones
2016-09-15
2
-6
/
+21
|
*
|
Fix grammar in "Keyboard Focus in Qt Quick" documentation
Mitch Curtis
2016-09-06
1
-1
/
+1
|
*
|
Document that attached properties are created in C++
Mitch Curtis
2016-09-05
1
-1
/
+2
|
|
/
|
*
Allow for garbage collection of types with errors in trimCache()
Michael Brasser
2016-08-30
6
-2
/
+58
|
*
Workaround crashes in QtQml code related to dead-store elimination
Jonathan Liu
2016-08-28
1
-1
/
+1
|
*
QQuickDragAttached: set actual drag source when instantiating QDrag
Alberto Mardegan
2016-08-26
1
-1
/
+1
*
|
Fix crash on exit when using default property aliases with layouts
Mitch Curtis
2016-09-15
4
-0
/
+124
*
|
Fix smooth scaling for Qt Quick Text items
Jake Petroules
2016-09-14
1
-0
/
+8
*
|
Fix V4 on big-endian
Allan Sandfeld Jensen
2016-09-12
1
-8
/
+5
[next]