aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Small util.pri fix.wip/statemachineMichael Brasser2011-06-101-2/+2
* Emit useful information about state change progress.Michael Brasser2011-06-103-4/+19
* Introduce StateChange element.Michael Brasser2011-06-108-3/+355
* Use optimized QObject wrapper whenever it is possibleAaron Kennedy2011-06-101-1/+5
* Merge branch 'qtquick2' into v8Aaron Kennedy2011-06-09388-7682/+8379
|\
| * 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-099-7/+20
| |\ \ \
| | * | | Automatically set system if parent is a ParticleSystemAlan Alpert2011-06-095-3/+16
| | * | | Rectify over-zealous script results.Alan Alpert2011-06-094-4/+4
| * | | | Merge branch 'master' into qtquick2Aaron Kennedy2011-06-091380-13532/+50510
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | 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
| * | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-06-082-36/+49
| |\ \ \
| | * | | Don't crash if GL context initialization failedAaron Kennedy2011-06-082-36/+49
| * | | | Immense Particles Refactor Part DAlan Alpert2011-06-0851-457/+391
| * | | | Immense Particles Refactor Part CAlan Alpert2011-06-0861-137/+489
| * | | | Immense Particles Refactor Part BAlan Alpert2011-06-0737-426/+633
| * | | | Immense Particles Refactor Part AAlan Alpert2011-06-07115-5812/+1514
| * | | | Merge branch 'master' into qtquick2Alan Alpert2011-06-0681-41/+7909
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | Minor XXX fixupsAaron Kennedy2011-06-0920-172/+204
* | | | | Remove QtScript code from QDeclarativeExpressionAaron Kennedy2011-06-092-13/+0
* | | | | Fix initialization bugs in d9d952d3c0475b1e7f7b8df2b062f85f24387acaAaron Kennedy2011-06-091-1/+3
* | | | | Remove QtScript code from QDeclarativeEngineAaron Kennedy2011-06-095-62/+5
* | | | | Remove QtScript code from XmlListModelAaron Kennedy2011-06-092-9/+13
* | | | | Remove leftover QtScript code from ListModelAaron Kennedy2011-06-094-107/+1
* | | | | Port Canvas and Context2D to V8Aaron Kennedy2011-06-095-435/+795
* | | | | Allow extensions to register with the QV8EngineAaron Kennedy2011-06-092-2/+74
* | | | | Create a copy of the imported script array handlesAaron Kennedy2011-06-081-1/+4
* | | | | Implement global handle trackingAaron Kennedy2011-06-0819-124/+196
* | | | | Allow methods to be changed by debuggerAaron Kennedy2011-06-086-58/+14
* | | | | Implement gc() methodAaron Kennedy2011-06-083-2/+17
* | | | | Update error strings to match V8Aaron Kennedy2011-06-082-6/+6
* | | | | Enter context before running bindingsAaron Kennedy2011-06-081-0/+1
* | | | | Implement ListModel in V8Aaron Kennedy2011-06-0714-327/+526