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
Commit message (
Expand
)
Author
Age
Files
Lines
*
V4: Fix issues with very small loops
5.8
Erik Verbruggen
2017-04-18
5
-157
/
+208
*
fix QtQmlDevTools in framework builds in a better way
Oswald Buddenhagen
2017-04-11
4
-76
/
+2
*
switch to new way to refer to libdl
Oswald Buddenhagen
2017-04-11
1
-1
/
+1
*
Avoid access to declarativeData when isDeletingChildren is set
Bernhard Übelacker
2017-04-10
6
-39
/
+27
*
Fix hidpi support for opengl window grabbing
Filipe Azevedo
2017-04-09
6
-4
/
+7
*
Add missing override specifiers
Christian Strømme
2017-04-03
1
-10
/
+10
*
Prospective fix for static builds on Windows with QtQuickCompiler
Simon Hausmann
2017-03-28
1
-6
/
+10
*
Fix build with GCC 7
Marc Mutz
2017-03-22
1
-0
/
+7
*
Fix touch event delivery in childMouseEventFilter
Frederik Gladhorn
2017-03-16
1
-1
/
+16
*
Doc: Removed non-working reimplementation suggestions
Christoph Sterz
2017-03-15
2
-8
/
+5
*
Fix QQmlTypeLoader::Blob::qmldirDataAvailable memory overwrite
Josh Faust
2017-03-14
1
-1
/
+2
*
Doc: added snippets to Extension Objects Example
Nico Vertriest
2017-03-13
1
-9
/
+9
*
Fix caching of QML singleton types
Simon Hausmann
2017-03-13
3
-2
/
+89
*
Clean up type dependency hashing for QML caching
Simon Hausmann
2017-03-13
8
-23
/
+29
*
Fix accidental assignment in assertion
Simon Hausmann
2017-03-13
1
-1
/
+1
*
JS: Fix 0 == -0
Erik Verbruggen
2017-03-08
1
-0
/
+2
*
QThreadData::threadId is now QAtomicPointer, so relax loads from Acquire
Thiago Macieira
2017-03-06
2
-3
/
+3
*
Fix build with -no-feature-library
Ulf Hermann
2017-03-06
2
-3
/
+6
*
Fix building with -no-feature-process
Ulf Hermann
2017-03-02
4
-5
/
+8
*
Fix build for -no-feature-quick-path
Stephan Binner
2017-02-27
1
-0
/
+1
*
Fix build for -no-feature-quick-shadereffect
Stephan Binner
2017-02-27
5
-2
/
+18
*
Add feature.qml-profiler with extended build dependencies
Stephan Binner
2017-02-24
2
-1
/
+14
*
Fix QQmlExpression leaking QQmlError objects
Robert Griebl
2017-02-23
1
-0
/
+1
*
Fix build for -no-feature-quick-sprite
Stephan Binner
2017-02-22
1
-1
/
+3
*
Flip a broken qtConfig condition
Jake Petroules
2017-02-22
1
-1
/
+1
*
Do not build qmlplugindump for -no-feature-regularexpression
Stephan Binner
2017-02-21
1
-1
/
+5
*
Fix build without features.cursor
Stephan Binner
2017-02-20
1
-2
/
+4
*
Shaders: Fix crash when disconnecting shaders from item properties
Erik Verbruggen
2017-02-15
1
-3
/
+7
*
Finish sentence properly in documentation
Frederik Schwarzer
2017-02-15
1
-1
/
+1
*
Minor wording issues and typo fixes in docs
Frederik Schwarzer
2017-02-15
3
-4
/
+4
*
Binary compatibility files for qtdeclarative (5.8.0)
Milla Pohjanheimo
2017-02-15
4
-0
/
+56517
*
Use QQmlType for looking up enums, even on singletons
Ulf Hermann
2017-02-08
3
-5
/
+55
*
Improve QQuickAsyncImageProvider example
Albert Astals Cid
2017-02-08
2
-8
/
+12
*
Flickable: handle child mouse ungrab when hidden or disabled
J-P Nurmi
2017-02-08
3
-1
/
+37
*
QQuickMouseArea: only start pressAndHoldTimer for accepted events
Richard Moe Gustavsen
2017-02-06
1
-1
/
+2
*
Implement QAccessibleQuickWindow::focusChild
Frederik Gladhorn
2017-02-06
2
-0
/
+9
*
Fix move ordering while resolving edges in register allocation
Erik Verbruggen
2017-02-04
5
-67
/
+196
*
MouseArea: fix bug preventing dragging from start
Oleg Yadrov
2017-02-03
3
-7
/
+72
*
Enable PropertyChanges to correctly restore binding on alias
Michael Brasser
2017-02-02
3
-13
/
+54
*
Prevent propagating results of a phi node into another phi node
Erik Verbruggen
2017-02-01
1
-8
/
+37
*
Fix libs build with msvc on Chinese locale on Windows
Liang Qi
2017-02-01
2
-5
/
+5
*
Fix regression with UniformAnimator target property validation
Joni Poikelin
2017-02-01
3
-1
/
+10
*
fix memory leak in QQuickWindowPrivate::deliverTouchAsMouse
Shawn Rutledge
2017-02-01
1
-7
/
+7
*
Doc: Improve introduction to Qt Quick SceneGraph Renderer
Kai Koehne
2017-02-01
1
-9
/
+5
*
Fix -no-qmldebug debug build with MSVC
Kai Koehne
2017-02-01
4
-10
/
+15
*
Fix typo in qmlplugindump error message
Peter Varga
2017-01-31
1
-1
/
+1
*
Quick: Check fbo msaa related extensions via QtGui
Laszlo Agocs
2017-01-31
3
-9
/
+11
*
qmlplugindump: add -qapp option
Marco Benelli
2017-01-31
2
-7
/
+30
*
Tools: Add product name, version and description to the .pro files
Friedemann Kleint
2017-01-31
11
-0
/
+99
*
Doc: Fix documentation warnings
Topi Reinio
2017-01-30
6
-16
/
+28
[next]