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.5
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/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
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
47
-111
/
+800
|
\
|
*
Add very basic compressed texture support
Michael Brasser
2017-08-07
6
-7
/
+510
|
*
Add tabStopDistance property to QQuickTextEdit
Paolo Angelelli
2017-08-03
2
-0
/
+31
|
*
Move shapes-related shaders to under the shapes plugin
Laszlo Agocs
2017-07-29
5
-57
/
+0
|
*
Merge remote-tracking branch 'origin/5.9' into dev
Simon Hausmann
2017-07-28
13
-31
/
+83
|
|
\
|
|
*
Add QDebugStateSaver to operator<<(QDebug, const QSGRootNode)
Jesus Fernandez
2017-07-27
1
-0
/
+1
|
|
*
QQuickTextInput: Don't move the cursor after internalInsert() has done so
Andy Shaw
2017-07-26
1
-2
/
+2
|
|
*
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
|
|
*
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
|
|
*
Doc: link to Qt::WindowFlags in Window's flag doc
Mitch Curtis
2017-07-13
1
-0
/
+2
|
|
*
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
|
*
|
Ensure same glyph cache is used for same font at different sizes
Eskil Abrahamsen Blomfeldt
2017-07-24
3
-3
/
+26
|
*
|
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
|
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-07-04
10
-7
/
+55
|
|
\
\
|
|
|
/
|
|
*
doc: Add font.hintingPreference to font type documentation
Eskil Abrahamsen Blomfeldt
2017-06-30
1
-0
/
+14
|
|
*
Fix typo in QQuickWindow::setRenderTarget warning
Gunnar Sletta
2017-06-22
1
-1
/
+1
|
|
*
Fix excessive recursion in renderer
Gunnar Sletta
2017-06-19
1
-3
/
+4
|
|
*
Doc: Enclose regular expressions with \badcode
Topi Reinio
2017-06-16
1
-1
/
+7
|
|
*
Delay the deletion of QSGTextures until all windows are synchronized
Dominik Holland
2017-06-16
7
-2
/
+29
|
*
|
doc: Use correct class in docs for font.kerning
Eskil Abrahamsen Blomfeldt
2017-07-04
2
-2
/
+2
|
*
|
Suppress warning about QSignalMapper being deprecated
Thiago Macieira
2017-07-03
1
-0
/
+3
|
*
|
Expose "kerning" property for fonts
Eskil Abrahamsen Blomfeldt
2017-06-30
7
-0
/
+59
*
|
|
Do not break qtlocation when integrating
Jan Arve Saether
2017-07-13
1
-0
/
+1
*
|
|
Merge remote-tracking branch 'origin/dev' into wip/pointerhandler
Jan Arve Saether
2017-07-11
72
-268
/
+911
|
\
\
\
|
|
/
/
|
*
|
Support external textures (samplerExternalOES) in ShaderEffect
Yevhen Kyriukha
2017-06-23
3
-16
/
+29
|
*
|
QQuickImplicitSizeItem: don't redefine implicit size change signals
Mitch Curtis
2017-06-21
3
-31
/
+6
|
*
|
Merge branch 'wip/scenegraphng' into dev
Laszlo Agocs
2017-06-19
22
-30
/
+365
|
|
\
\
|
|
*
|
Path and PathMove doc fixes
Laszlo Agocs
2017-06-19
1
-12
/
+10
|
|
*
|
Merge remote-tracking branch 'origin/dev' into wip/scenegraphng
Laszlo Agocs
2017-06-08
24
-138
/
+260
|
|
|
\
\
|
|
*
|
|
Reduce objects: Make ShapePath inherit Path
Laszlo Agocs
2017-06-07
3
-1
/
+7
|
|
*
|
|
Rename to Shape/ShapePath and remove public JS API
Laszlo Agocs
2017-06-02
1
-8
/
+8
|
|
*
|
|
Merge remote-tracking branch 'origin/dev' into wip/scenegraphng
Laszlo Agocs
2017-05-31
112
-77
/
+399
|
|
|
\
\
\
|
|
*
|
|
|
Move PathItem to qt.labs
Laszlo Agocs
2017-04-25
17
-6316
/
+8
|
|
*
|
|
|
Merge remote-tracking branch 'origin/dev' into wip/scenegraphng
Laszlo Agocs
2017-04-25
42
-335
/
+330
|
|
|
\
\
\
\
|
|
*
\
\
\
\
Merge remote-tracking branch 'origin/dev' into wip/scenegraphng
Laszlo Agocs
2017-04-03
52
-344
/
+532
|
|
|
\
\
\
\
\
|
|
*
|
|
|
|
|
PathItem: add some docs for the JS API
Laszlo Agocs
2017-03-30
1
-0
/
+211
|
|
*
|
|
|
|
|
PathItem/generic: Fix spread modes in gradient material
Laszlo Agocs
2017-03-30
1
-0
/
+4
|
|
*
|
|
|
|
|
Add a PathItem autotest for the declarative API
Laszlo Agocs
2017-03-30
2
-1
/
+21
|
|
*
|
|
|
|
|
PathItem docs for the declarative API
Laszlo Agocs
2017-03-30
5
-17
/
+447
|
|
*
|
|
|
|
|
Fix async PathItem results not always showing up
Laszlo Agocs
2017-03-28
1
-0
/
+6
|
|
*
|
|
|
|
|
Fix for disappearing VisualPath entries in generic PathItem
Laszlo Agocs
2017-03-17
1
-5
/
+9
|
|
*
|
|
|
|
|
Merge remote-tracking branch 'origin/dev' into wip/scenegraphng
Laszlo Agocs
2017-03-01
64
-298
/
+723
|
|
|
\
\
\
\
\
\
[next]