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.4.3
6.5
6.5.0
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/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
/
quick
/
items
Commit message (
Expand
)
Author
Age
Files
Lines
*
wasm: cleanup code, remove obsolete code
Lorn Potter
2018-06-07
4
-5
/
+1
*
Merge remote-tracking branch 'gerrit/5.11' into wip/webassembly
Morten Johan Sørvig
2018-06-04
15
-45
/
+131
|
\
|
*
Fix subrect of mismatched dpr sprite image
Allan Sandfeld Jensen
2018-06-01
1
-5
/
+5
|
*
setGrabberItem: consistently call touchUngrabEvent or mouseUngrabEvent
Shawn Rutledge
2018-05-15
2
-8
/
+7
|
*
Pass the arguments correctly to QRadialGradient
Andy Shaw
2018-05-15
1
-1
/
+1
|
*
Fix for input method commit that ends with newline
Paul Olav Tvete
2018-05-14
1
-1
/
+7
|
*
Fix build without features.gestures
Tasuku Suzuki
2018-05-14
3
-1
/
+24
|
*
MouseArea: set pressed state to Qt::NoButton not nullptr
Shawn Rutledge
2018-05-13
1
-1
/
+1
|
*
Fix bug where Ungrab event was not sent
Jan Arve Sæther
2018-05-11
1
-1
/
+2
|
*
Fix crash when changing the source of AnimatedImage after a frame change
Louis du Verdier
2018-05-08
1
-5
/
+11
|
*
QQuickItem: Guard against null deref in transformations
Robin Burchell
2018-04-30
1
-0
/
+6
|
*
Fix crash when using drag with Drag.Automatic
Friedemann Kleint
2018-04-26
2
-3
/
+12
|
*
Add handling of device pixel ratio to animated sprites
Allan Sandfeld Jensen
2018-04-26
6
-23
/
+54
|
*
Fix QQuickListViewPrivate::snapItemAt for lists with spacing
Johan Klokkhammer Helsing
2018-04-25
1
-1
/
+6
*
|
wasm: revert DirectConnection changes
Lorn Potter
2018-05-15
1
-11
/
+3
*
|
webassembly: fix for crash and assert on no thread and wasm builds
Lorn Potter
2018-05-14
2
-6
/
+12
*
|
Merge remote-tracking branch 'origin/5.11.0' into wip/webassembly
Morten Johan Sørvig
2018-05-11
10
-45
/
+99
|
\
\
|
|
/
|
*
Fix Text with ElideRight not being rendered when reparented
Mitch Curtis
2018-04-17
1
-1
/
+3
|
*
Doc: Describe new 5.11 features in Image element
v5.11.0-beta4
Eirik Aavitsland
2018-04-13
1
-2
/
+44
|
*
clear() the loader before destroying it
Lars Knoll
2018-04-09
1
-4
/
+1
|
*
Improve QQuickItemGrabResult::image() docs
Mitch Curtis
2018-04-09
1
-1
/
+1
|
*
Fix Flickable mouse wheel handling on macOS
Nils Jeisecke
2018-04-06
1
-4
/
+6
|
*
Doc: correct Sprite's detailed description
Mitch Curtis
2018-04-05
1
-2
/
+2
|
*
When deactivating a loader, do not immediately clear its context
Erik Verbruggen
2018-03-16
1
-2
/
+2
|
*
Improve AnimatedSprite's documentation
Mitch Curtis
2018-03-16
1
-16
/
+16
|
*
Improve SpriteSequence's documentation
Mitch Curtis
2018-03-16
1
-12
/
+12
|
*
QQuickWindow: skip mouse synthesis for touch events from trackpads
Shawn Rutledge
2018-03-16
2
-1
/
+12
*
|
webassembly: use default opengl backend
Lorn Potter
2018-04-23
2
-4
/
+3
*
|
webassembly: revert the bitfield patch
Lorn Potter
2018-03-23
3
-35
/
+2
*
|
Merge remote-tracking branch 'gerrit/5.11' into wip/webassembly
Morten Johan Sørvig
2018-03-08
119
-1796
/
+2312
|
\
\
|
|
/
|
*
Add an example of binding LayoutMirroring to the app's layoutDirection
Mitch Curtis
2018-03-08
1
-0
/
+7
|
*
touchDevice: don't lose bits from QTouchDevice::capabilities
Shawn Rutledge
2018-03-08
1
-2
/
+1
|
*
doc: Fix another link to page title
Martin Smith
2018-03-02
1
-1
/
+1
|
*
allow DeviceType and PointerType enums 16 bits each; bit packing
Shawn Rutledge
2018-03-02
1
-11
/
+13
|
*
Doc: add code examples and GIFs of AnimatedSprite
Mitch Curtis
2018-02-28
1
-3
/
+61
|
*
finish renaming of containsMask -> containmentMask
Shawn Rutledge
2018-02-28
3
-6
/
+6
|
*
doc: Fix some odds and ends in qdoc comments
Martin Smith
2018-02-28
2
-5
/
+9
|
*
doc: Fix some odds and ends in qdoc comments
Martin Smith
2018-02-28
1
-1
/
+1
|
*
rename containsMask to containmentMask
Shawn Rutledge
2018-02-27
2
-9
/
+9
|
*
use the override keyword consistently and correctly (clang-tidy)
Shawn Rutledge
2018-02-27
16
-22
/
+22
|
*
AnimatedSprite: set implicit size based on implicit frame size
Mitch Curtis
2018-02-26
1
-1
/
+13
|
*
init variables where they are declared when possible (clang-tidy)
Shawn Rutledge
2018-02-26
5
-70
/
+50
|
*
Sprite, SpriteAnimation: document that frameDuration is in milliseconds
Mitch Curtis
2018-02-26
2
-2
/
+2
|
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
102
-680
/
+680
|
*
doc: Correct mostly linking errors
Martin Smith
2018-02-23
1
-46
/
+87
|
*
doc: Correct several QML property links
Martin Smith
2018-02-23
1
-24
/
+29
|
*
doc: Fix remaining "Can't tie this..." errors
Martin Smith
2018-02-23
2
-3
/
+3
|
*
Only warn about actual *anchors* in layout children
Jan Arve Sæther
2018-02-19
2
-0
/
+14
|
*
Merge remote-tracking branch 'origin/5.9' into 5.11
Liang Qi
2018-02-18
1
-0
/
+7
|
|
\
|
|
*
QQuickItemView::currentItemChanged called upon currentItem destruction
Aleix Pol
2018-02-13
1
-0
/
+7
[next]