aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix issues in merge operation.wip/visuallistmodelAndrew den Exter2011-06-303-24/+101
* Enable caching of visual role properties.Andrew den Exter2011-06-291-0/+2
* Add model data accessor and merge function to VisualModel.Andrew den Exter2011-06-292-3/+44
* Insert script objects directly into the VisualModel cache.Andrew den Exter2011-06-295-520/+708
* Add a take function to VisualModel.Andrew den Exter2011-06-273-30/+110
* Fix mapping when items all items are removed from an append range.Andrew den Exter2011-06-271-1/+5
* Add a javascript accessor for items in a visual item model.Andrew den Exter2011-06-248-80/+19
* Add insert/move/remove functions to VisualDataModel.Andrew den Exter2011-06-2411-1180/+605
* Instanciate the VisualItemModel attached object for proxied model items.Andrew den Exter2011-06-222-2/+47
* Fix errors in model compositing.Andrew den Exter2011-06-225-42/+96
* Fix external items not showing in ListView without a transition.Andrew den Exter2011-06-221-0/+2
* Merge branch 'qtquick2' into visuallistmodelAndrew den Exter2011-06-2277-1572/+1125
|\
| * Make QSGCanvas::grabFrameBuffer() more reliableAaron Kennedy2011-06-221-2/+2
| * Drag items relative to their scene position.Andrew den Exter2011-06-212-6/+11
| * Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-06-211-0/+2
| |\
| | * Only print debugging when THREAD_DEBUG is enabledAaron Kennedy2011-06-211-0/+2
| * | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-06-2158-852/+1054
| |\|
| | * Start out with a distance field cache that fits more charactersGunnar Sletta2011-06-201-2/+3
| | * Compile when qreal is not a doubleGunnar Sletta2011-06-201-2/+2
| | * Compile fix for MSVC.Kim Motoyoshi Kalland2011-06-202-3/+14
| | * Removed unnecessary calls to QSGNode::destroy().Kim Motoyoshi Kalland2011-06-203-14/+23
| | * Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Gunnar Sletta2011-06-204-3/+608
| | |\
| | | * Add "DELETE" support to XMLHttpRequestAaron Kennedy2011-06-201-3/+6
| | * | Merge branch 'master' into qtquick2Gunnar Sletta2011-06-201-1/+36
| | |\ \
| | | * | Implement caching of the distance fields...Gunnar Sletta2011-06-201-1/+36
| | * | | Merge branch 'master' into qtquick2Gunnar Sletta2011-06-1551-813/+359
| | |\| |
| | | * | Speed up distance field generation by another 20% or so.Gunnar Sletta2011-06-151-5/+3
| | | * | Speed up distance field generation by 5-20%Gunnar Sletta2011-06-151-1/+4
| | | * | Use linked list instead of QList for node children.Kim Motoyoshi Kalland2011-06-1010-67/+134
| | | * | Removed matrix stacks from QSGRenderer.Kim Motoyoshi Kalland2011-06-1011-605/+36
| | | * | Make min-heap member of QMLRenderer instead of stack variable.Kim Motoyoshi Kalland2011-06-102-46/+60
| | | * | Replaced QStack with QDataBuffer in the node updater.Kim Motoyoshi Kalland2011-06-102-26/+25
| | | * | Cut off blocked sub-trees one node earlier.Kim Motoyoshi Kalland2011-06-102-9/+8
| | | * | Removed QSGNodeVisitor inheritance from QSGNodeUpdater.Kim Motoyoshi Kalland2011-06-102-14/+54
| | | * | Added QSGNode::removeAllChildNodes().Kim Motoyoshi Kalland2011-06-103-9/+20
| | | * | Keep track of the number of geometry nodes in a sub-graph.Kim Motoyoshi Kalland2011-06-102-4/+18
| | | * | Doc: Cleaned up the scene graph documentation a little.David Boddie2011-06-0935-38/+8
| | * | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Gunnar Sletta2011-06-151-1/+0
| | |\ \ \
| | * | | | Renamed QMLRenderer -> QSGDefaultRendererGunnar Sletta2011-06-154-15/+10
| * | | | | Rewrite last rewriteAlan Alpert2011-06-2118-672/+459
| * | | | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-06-161-1/+0
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-06-153-0/+17
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Rewrite particle system to cope with changing particle countsAlan Alpert2011-06-1517-388/+547
* | | | | | Allow ParentAnimations to be used in ListView add transitions.Andrew den Exter2011-06-213-17/+34
* | | | | | Add support for moving items between VisualItemModels.Andrew den Exter2011-06-212-8/+87
* | | | | | Add transition for new messages in visualdatamodel example.Andrew den Exter2011-06-212-0/+4
* | | | | | Add compositing to ListModel and VisualItemModel.Andrew den Exter2011-06-205-53/+995
* | | | | | Add QDeclarativeListCompositor.Andrew den Exter2011-06-203-0/+1090
* | | | | | Merge branch 'qtquick2' into visuallistmodelAndrew den Exter2011-06-20167-6573/+5107
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Add QDeclarativeChangeSet.Andrew den Exter2011-06-203-0/+602
| | |_|/ / | |/| | |