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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some bugs related to child mouse filtering
wip/pointerhandler
Jan Arve Saether
2017-08-08
2
-5
/
+9
*
Merge remote-tracking branch 'origin/dev' into wip/pointerhandler
Shawn Rutledge
2017-08-08
133
-2339
/
+3763
|
\
|
*
Add very basic compressed texture support
Michael Brasser
2017-08-07
6
-7
/
+510
|
*
Normalize dashOffset behavior between renderer backends
Berthold Krevert
2017-08-05
1
-3
/
+3
|
*
Add tabStopDistance property to QQuickTextEdit
Paolo Angelelli
2017-08-03
2
-0
/
+31
|
*
shapes: Rip out more JS API leftovers
Laszlo Agocs
2017-07-31
8
-291
/
+49
|
*
Move shapes-related shaders to under the shapes plugin
Laszlo Agocs
2017-07-29
14
-10
/
+69
|
*
Merge remote-tracking branch 'origin/5.9' into dev
Simon Hausmann
2017-07-28
29
-59
/
+138
|
|
\
|
|
*
Add QDebugStateSaver to operator<<(QDebug, const QSGRootNode)
Jesus Fernandez
2017-07-27
1
-0
/
+1
|
|
*
QJSEngine: document limitation of dynamic QObject properties
Mitch Curtis
2017-07-27
2
-1
/
+19
|
|
*
QQuickTextInput: Don't move the cursor after internalInsert() has done so
Andy Shaw
2017-07-26
1
-2
/
+2
|
|
*
Fix loading of QML plugins with old IID in static builds
Simon Hausmann
2017-07-26
2
-2
/
+5
|
|
*
Fix compilation with namespace
Eskil Abrahamsen Blomfeldt
2017-07-26
1
-3
/
+2
|
|
*
Fix memory leak in QSGAtlasTexture::Manager::create()
Mitch Curtis
2017-07-26
2
-4
/
+5
|
|
*
Fix QQuickFramebufferObject::Renderer::invalidateFramebufferObject()
Wieland Hagen
2017-07-25
1
-8
/
+6
|
|
*
Do not (dis)connectNotify on dynamically created model item objects
Erik Verbruggen
2017-07-25
5
-17
/
+18
|
|
*
Use __builtin_trap in GCC too
Thiago Macieira
2017-07-22
1
-1
/
+1
|
|
*
Export QQuickWindowAttached
J-P Nurmi
2017-07-18
1
-1
/
+2
|
|
*
QQuickWindowQmlImpl: declare attached properties in the header
J-P Nurmi
2017-07-17
2
-3
/
+4
|
|
*
Software Adaptation: Fix nested clipping logic
Andy Nichols
2017-07-17
1
-2
/
+2
|
|
*
Rebuild QQmlData::propertyCache if deleted by another engine
David Edmundson
2017-07-13
1
-1
/
+6
|
|
*
Doc: link to Qt::WindowFlags in Window's flag doc
Mitch Curtis
2017-07-13
1
-0
/
+2
|
|
*
QDoc: Fix syntax error on the definition of the Q_GADGET
Holger Hans Peter Freyther
2017-07-13
1
-1
/
+1
|
|
*
Doc: finish incomplete sentence in Loader’s detailed description
Mitch Curtis
2017-07-11
1
-0
/
+1
|
|
*
Doc: explain ListView default Z values in detail
Mitch Curtis
2017-07-06
1
-7
/
+55
|
|
*
QQuickFBO: Keep devicePixelRatio qreal as long as possible
Laszlo Agocs
2017-07-06
1
-1
/
+1
|
|
*
Doc: Add \keyword for "Grouped" and "Attached" property topics
Venugopal Shivashankar
2017-07-03
4
-5
/
+5
|
*
|
Rename property to rendererType
Berthold Krevert
2017-07-28
2
-2
/
+2
|
*
|
Check for GL_NV_path_rendering extension
Berthold Krevert
2017-07-25
1
-2
/
+6
|
*
|
Ensure same glyph cache is used for same font at different sizes
Eskil Abrahamsen Blomfeldt
2017-07-24
3
-3
/
+26
|
*
|
Fix linking if apps using QQmlPropertyMap when using version scripts
Simon Hausmann
2017-07-18
2
-13
/
+5
|
*
|
Add support for QEvent::LanguageChange
Simon Hausmann
2017-07-14
9
-14
/
+97
|
*
|
Add support for enum declarations in QML
Michael Brasser
2017-07-13
26
-1505
/
+1916
|
*
|
Add QQuickItem::ItemEnabledHasChanged
J-P Nurmi
2017-07-11
4
-2
/
+21
|
*
|
QQuickText: don't clear the text formats on every layout
J-P Nurmi
2017-07-06
2
-4
/
+12
|
*
|
shapes: Add example links
Laszlo Agocs
2017-07-06
1
-1
/
+3
|
*
|
shape: Revise performance notes in the docs
Laszlo Agocs
2017-07-06
1
-22
/
+37
|
*
|
Refactor le integer types from qjson_p.h to qendian_p.h
Allan Sandfeld Jensen
2017-07-06
8
-160
/
+153
|
*
|
shape: Call base impl for componentComplete
Laszlo Agocs
2017-07-06
1
-3
/
+3
|
*
|
shapes: Remove componentComplete from QQuickShapePrivate
Thomas Hartmann
2017-07-06
2
-3
/
+1
|
*
|
Update plugins.qmltypes for Shapes
Marco Benelli
2017-07-06
1
-192
/
+25
|
*
|
Update QtQuick 2 plugins.qmltypes
Thomas Hartmann
2017-07-06
1
-2
/
+12
|
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-07-04
30
-44
/
+576
|
|
\
\
|
|
|
/
|
|
*
doc: Add font.hintingPreference to font type documentation
Eskil Abrahamsen Blomfeldt
2017-06-30
1
-0
/
+14
|
|
*
Merge remote-tracking branch 'origin/5.9.1' into 5.9
Liang Qi
2017-06-30
3
-9
/
+11
|
|
|
\
|
|
|
*
Merge 5.9 into 5.9.1
Oswald Buddenhagen
2017-06-19
30
-42
/
+194
|
|
|
|
\
|
|
|
*
|
Fix QML compiler crashes on big endian systems
Dmitry Shachnev
2017-06-18
3
-9
/
+11
|
|
*
|
|
Fix ObjectModel::move() to mark the changes as moves
J-P Nurmi
2017-06-29
1
-1
/
+1
|
|
*
|
|
QtQml: restore models definitions in qmltypes
Marco Benelli
2017-06-29
1
-2
/
+466
|
|
*
|
|
Yarr: Add Q_FALLTHROUGH to fallthroughs detected by GCC 7
Friedemann Kleint
2017-06-23
1
-4
/
+5
[next]