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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix issues in merge operation.
wip/visuallistmodel
Andrew den Exter
2011-06-30
4
-25
/
+102
*
Enable caching of visual role properties.
Andrew den Exter
2011-06-29
2
-1
/
+4
*
Add model data accessor and merge function to VisualModel.
Andrew den Exter
2011-06-29
4
-13
/
+110
*
Insert script objects directly into the VisualModel cache.
Andrew den Exter
2011-06-29
7
-545
/
+727
*
Add a take function to VisualModel.
Andrew den Exter
2011-06-27
5
-149
/
+225
*
Fix mapping when items all items are removed from an append range.
Andrew den Exter
2011-06-27
1
-1
/
+5
*
Add a javascript accessor for items in a visual item model.
Andrew den Exter
2011-06-24
13
-331
/
+196
*
Add insert/move/remove functions to VisualDataModel.
Andrew den Exter
2011-06-24
15
-1232
/
+649
*
Instanciate the VisualItemModel attached object for proxied model items.
Andrew den Exter
2011-06-22
6
-29
/
+78
*
Fix errors in model compositing.
Andrew den Exter
2011-06-22
5
-42
/
+96
*
Fix external items not showing in ListView without a transition.
Andrew den Exter
2011-06-22
1
-0
/
+2
*
VisualDataModel conversation example improvements.
Andrew den Exter
2011-06-22
8
-119
/
+251
*
Merge branch 'qtquick2' into visuallistmodel
Andrew den Exter
2011-06-22
96
-1611
/
+1489
|
\
|
*
Fix autotests
Aaron Kennedy
2011-06-22
4
-15
/
+14
|
*
QSKIP crashing tests until QTBUG-20017 is fixed
Aaron Kennedy
2011-06-22
2
-0
/
+3
|
*
Make QSGCanvas::grabFrameBuffer() more reliable
Aaron Kennedy
2011-06-22
1
-2
/
+2
|
*
Drag items relative to their scene position.
Andrew den Exter
2011-06-21
2
-6
/
+11
|
*
Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...
Alan Alpert
2011-06-21
1
-0
/
+2
|
|
\
|
|
*
Only print debugging when THREAD_DEBUG is enabled
Aaron Kennedy
2011-06-21
1
-0
/
+2
|
*
|
Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...
Alan Alpert
2011-06-21
74
-856
/
+1927
|
|
\
\
|
|
|
/
|
|
*
Start out with a distance field cache that fits more characters
Gunnar Sletta
2011-06-20
1
-2
/
+3
|
|
*
Compile when qreal is not a double
Gunnar Sletta
2011-06-20
1
-2
/
+2
|
|
*
Compile fix for MSVC.
Kim Motoyoshi Kalland
2011-06-20
2
-3
/
+14
|
|
*
Removed unnecessary calls to QSGNode::destroy().
Kim Motoyoshi Kalland
2011-06-20
3
-14
/
+23
|
|
*
Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...
Gunnar Sletta
2011-06-20
12
-7
/
+1271
|
|
|
\
|
|
|
*
Add "DELETE" support to XMLHttpRequest
Aaron Kennedy
2011-06-20
5
-6
/
+35
|
|
*
|
Merge branch 'master' into qtquick2
Gunnar Sletta
2011-06-20
1
-1
/
+36
|
|
|
\
\
|
|
|
*
|
Implement caching of the distance fields...
Gunnar Sletta
2011-06-20
1
-1
/
+36
|
|
*
|
|
Merge branch 'master' into qtquick2
Gunnar Sletta
2011-06-15
59
-813
/
+569
|
|
|
\
\
\
|
|
|
|
/
/
|
|
|
*
|
Speed up distance field generation by another 20% or so.
Gunnar Sletta
2011-06-15
1
-5
/
+3
|
|
|
*
|
Speed up distance field generation by 5-20%
Gunnar Sletta
2011-06-15
1
-1
/
+4
|
|
|
*
|
Use linked list instead of QList for node children.
Kim Motoyoshi Kalland
2011-06-10
10
-67
/
+134
|
|
|
*
|
Removed matrix stacks from QSGRenderer.
Kim Motoyoshi Kalland
2011-06-10
11
-605
/
+36
|
|
|
*
|
Make min-heap member of QMLRenderer instead of stack variable.
Kim Motoyoshi Kalland
2011-06-10
2
-46
/
+60
|
|
|
*
|
Replaced QStack with QDataBuffer in the node updater.
Kim Motoyoshi Kalland
2011-06-10
2
-26
/
+25
|
|
|
*
|
Cut off blocked sub-trees one node earlier.
Kim Motoyoshi Kalland
2011-06-10
2
-9
/
+8
|
|
|
*
|
Removed QSGNodeVisitor inheritance from QSGNodeUpdater.
Kim Motoyoshi Kalland
2011-06-10
2
-14
/
+54
|
|
|
*
|
Added QSGNode::removeAllChildNodes().
Kim Motoyoshi Kalland
2011-06-10
3
-9
/
+20
|
|
|
*
|
Keep track of the number of geometry nodes in a sub-graph.
Kim Motoyoshi Kalland
2011-06-10
2
-4
/
+18
|
|
|
*
|
Fix QDeclarativeInstruction autotest failure.
Michael Brasser
2011-06-10
1
-1
/
+1
|
|
|
*
|
Add QML translation autotests.
Michael Brasser
2011-06-10
8
-0
/
+210
|
|
|
*
|
Doc: Cleaned up the scene graph documentation a little.
David Boddie
2011-06-09
35
-38
/
+8
|
|
*
|
|
Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...
Gunnar Sletta
2011-06-15
1
-1
/
+0
|
|
|
\
\
\
|
|
*
|
|
|
Renamed QMLRenderer -> QSGDefaultRenderer
Gunnar Sletta
2011-06-15
4
-15
/
+10
|
*
|
|
|
|
Rewrite last rewrite
Alan Alpert
2011-06-21
18
-672
/
+459
|
*
|
|
|
|
Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...
Alan Alpert
2011-06-16
1
-1
/
+0
|
|
\
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...
Alan Alpert
2011-06-15
3
-0
/
+17
|
|
\
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
Rewrite particle system to cope with changing particle counts
Alan Alpert
2011-06-15
20
-409
/
+655
*
|
|
|
|
|
Allow ParentAnimations to be used in ListView add transitions.
Andrew den Exter
2011-06-21
4
-18
/
+38
*
|
|
|
|
|
Add support for moving items between VisualItemModels.
Andrew den Exter
2011-06-21
4
-26
/
+194
[next]