aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qmlplugindump: For extended types, remove exports of the base object.Christian Kamm2011-06-231-20/+27
* qmlplugindump: Build debug version if possible.Christian Kamm2011-06-231-0/+17
* Fix text decoration position for simple Text nodeJiang Jiang2011-06-211-1/+2
* qmlplugindump: Add -v option.Christian Kamm2011-06-211-23/+40
* qmlplugindump: Fix emitted tooling version.Christian Kamm2011-06-211-2/+2
* Fix typo and put the correct snippets in the output.Casper van Donderen2011-06-201-4/+4
* Implement caching of the distance fields...Gunnar Sletta2011-06-201-1/+36
* 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
* Fix QDeclarativeInstruction autotest failure.Michael Brasser2011-06-101-1/+1
* Add QML translation autotests.Michael Brasser2011-06-108-0/+210
* Doc: Cleaned up the scene graph documentation a little.David Boddie2011-06-0935-38/+8
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtdeclarative-stagingGunnar Sletta2011-06-095-36/+97
|\
| * Notify when the TextInput cursorRectangle property changes within pre-editAndrew den Exter2011-06-093-36/+33
| * Make TextEdit word selection more natural.Andrew den Exter2011-06-092-0/+44
| * Ensure the TextEdit cursor delegate is repositioned on mouse events.Andrew den Exter2011-06-091-0/+20
* | Use the Qt 4 function for updatesEnabled()Gunnar Sletta2011-06-091-1/+1
|/
* Support calling update while syncing scenegraph.Gunnar Sletta2011-06-092-1/+12
* 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
* | Remove clock_gettime() library dependency.Michael Brasser2011-06-091-5/+0
* | Update Binding changes in "What's New"Michael Brasser2011-06-091-2/+2
* | Optimized QDeclarativeScriptString constructor for QDeclarativeExpression.Michael Brasser2011-06-0914-15/+279
* | Doc: Added missing license headers for documentation and examples.David Boddie2011-06-08108-0/+4320
* | Removed generated files.David Boddie2011-06-0843-690/+0
* | Elaborate on the MouseArea changesAlan Alpert2011-06-081-1/+3
* | Fix usage of QT_SOURCE_TREEMarius Storm-Olsen2011-06-074-4/+4
* | Fix missing include->load conversion of qbase.priMarius Storm-Olsen2011-06-071-1/+1
* | Use feature profile loading instead of direct inclusion.axis2011-06-075-6/+6
* | Fixed clock_gettime() library dependency.axis2011-06-071-2/+4
* | Fix docs on caching for images loaded by image providersBea Lam2011-06-073-4/+39
* | Fix crash for prematurely deleted QSGItemPrivate::itemNodeInstanceGabriel de Dietrich2011-06-061-0/+1
|/
* Revert some of "Make QMLViewer startup animation stop after a while"Alan Alpert2011-06-033-36/+0
* Update "What's New" with change to Binding.Michael Brasser2011-06-031-0/+3
* Replace QPerformanceTimer with QElapsedTimer.Michael Brasser2011-06-0310-418/+35
* Add docs and test for Binding changes.Michael Brasser2011-06-023-0/+101
* Restore original binding when Binding's when clause becomes false.Michael Brasser2011-06-021-6/+43