aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Add QDeclarativeChangeSet.Andrew den Exter2011-06-203-0/+602
* | 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
|\ \ \ | | |/ | |/|
| * | Remove annoying warningGunnar Sletta2011-06-151-1/+0
* | | Renamed QMLRenderer -> QSGDefaultRendererGunnar Sletta2011-06-154-15/+10
|/ /
* | Print out a warning when attributes are enabledGunnar Sletta2011-06-151-0/+15
* | Disable attributes from shader effectsGunnar Sletta2011-06-151-0/+1
* | Initialize member variableGunnar Sletta2011-06-141-0/+1
* | Safer cleanup in model/item particleAlan Alpert2011-06-142-12/+14
* | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-06-1410-51/+120
|\ \
| * | QDeclarativeDebug: Don't hang if started with ',block' argumentKai Koehne2011-06-101-0/+2
| * | QDeclarativeDebug: Fix QJSDebugService if launched with ',block'Kai Koehne2011-06-103-1/+24
| * | Merge branch 'master' into qtquick2Gunnar Sletta2011-06-103-37/+24
| |\|
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtdeclarative-stagingGunnar Sletta2011-06-092-36/+23
| | |\
| | | * Notify when the TextInput cursorRectangle property changes within pre-editAndrew den Exter2011-06-092-36/+23
| | * | Use the Qt 4 function for updatesEnabled()Gunnar Sletta2011-06-091-1/+1
| | |/
| * | Disable vsync animations by defaultGunnar Sletta2011-06-103-13/+64
| * | Create property cache in case of Component{} rootAaron Kennedy2011-06-101-0/+6
* | | Add delegate property to ItemParticleAlan Alpert2011-06-105-28/+83
|/ /
* | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-06-0914-9/+956
|\ \
| * | Add a DragTarget element.Andrew den Exter2011-06-0913-8/+943
| * | Fix memory leak with AnimatedImage elements.Gunnar Sletta2011-06-091-0/+1
| * | Merge branch 'master' into qtquick2Gunnar Sletta2011-06-092-1/+12
| |\|
| | * Support calling update while syncing scenegraph.Gunnar Sletta2011-06-092-1/+12
* | | Do delegate management outside the render threadAlan Alpert2011-06-092-14/+33
|/ /
* | Merge branch 'master' into qtquick2Aaron Kennedy2011-06-098-235/+783
|\|
| * Merge branch 'threaded3'Gunnar Sletta2011-06-096-241/+568
| |\
| | * Wake render thread when doing paint() and grab() as in resize()Gunnar Sletta2011-06-081-4/+5
| | * A better threaded rendererGunnar Sletta2011-06-063-228/+548
| | * Removed warningGunnar Sletta2011-06-061-8/+8
| | * Don't fetch a context that is never to be usedGunnar Sletta2011-06-061-3/+0
| | * Fixed up command line options a bitGunnar Sletta2011-06-061-2/+11
| * | Introduced simple materialGunnar Sletta2011-06-092-0/+223
* | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Aaron Kennedy2011-06-095-3/+16
|\ \ \
| * | | Automatically set system if parent is a ParticleSystemAlan Alpert2011-06-095-3/+16