aboutsummaryrefslogtreecommitdiffstats
path: root/src
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-09140-6125/+2690
|\
| * 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
| * | | | Merge branch 'master' into qtquick2Aaron Kennedy2011-06-09406-8125/+7359
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Remove clock_gettime() library dependency.Michael Brasser2011-06-091-5/+0
| | * | Optimized QDeclarativeScriptString constructor for QDeclarativeExpression.Michael Brasser2011-06-0910-15/+135
| | * | 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-083-13/+13
| * | | | Immense Particles Refactor Part BAlan Alpert2011-06-076-10/+147
| * | | | Immense Particles Refactor Part AAlan Alpert2011-06-07115-5812/+1514
| * | | | Merge branch 'master' into qtquick2Alan Alpert2011-06-0679-41/+7906
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | 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-085-58/+10
* | | | | Implement gc() methodAaron Kennedy2011-06-083-2/+17
* | | | | Enter context before running bindingsAaron Kennedy2011-06-081-0/+1
* | | | | Implement ListModel in V8Aaron Kennedy2011-06-0712-200/+408
* | | | | Dispose of WorkerScripts in correct IsolateAaron Kennedy2011-06-071-3/+4
* | | | | Allow the same QObject to be used in multiple QDeclarativeEnginesAaron Kennedy2011-06-074-30/+137
* | | | | Merge branch 'master' into v8Michael Brasser2011-06-07385-5858/+12784
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | 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
| * | | Replace QPerformanceTimer with QElapsedTimer.Michael Brasser2011-06-035-318/+11
| * | | Add docs and test for Binding changes.Michael Brasser2011-06-021-0/+43
| * | | Restore original binding when Binding's when clause becomes false.Michael Brasser2011-06-021-6/+43