aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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-1520-409/+655
* | | | | | Optimize common binding writesAaron Kennedy2011-06-205-59/+98
* | | | | | Reenable shared bindingsAaron Kennedy2011-06-209-12/+20
* | | | | | Temporarily disable shared V8 bindingsAaron Kennedy2011-06-171-1/+1
* | | | | | Compare QDeclarativeProperty's in a flag agnostic wayAaron Kennedy2011-06-171-2/+3
* | | | | | Merge branch 'qtquick2' into v8Aaron Kennedy2011-06-175-2/+19
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Don't leak memory in benchmarkAaron Kennedy2011-06-171-1/+2
| | |_|/ / | |/| | |
| * | | | Remove annoying warningGunnar Sletta2011-06-151-1/+0
| | |/ / | |/| |
| * | | 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
| |/ /
* | | Evaluate all shared bindings together using a shared contextAaron Kennedy2011-06-1719-131/+623
* | | Add "shared mode" to QML contextsAaron Kennedy2011-06-162-7/+38
* | | CleanupAaron Kennedy2011-06-165-294/+358
* | | Output the rewritten binding with QML_REWRITE_DUMPAaron Kennedy2011-06-161-1/+1
* | | Fix autotestsAaron Kennedy2011-06-1510-22/+49
* | | Update V8Aaron Kennedy2011-06-154-10/+16
* | | Cleanup autotest pro fileAaron Kennedy2011-06-153-98/+109
* | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Aaron Kennedy2011-06-1522-88/+429
|\| |
| * | 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-1428-52/+528
| |\ \
| | * | Fix failing test.Martin Jones2011-06-141-1/+1
| | * | 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-106-37/+98
| | |\|
| | | * 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
| | | |/
| | * | Disable vsync animations by defaultGunnar Sletta2011-06-104-13/+70
| * | | Add delegate property to ItemParticleAlan Alpert2011-06-108-28/+224
* | | | Register QList<QObject*> metatypeAaron Kennedy2011-06-151-0/+1
* | | | Correct handling of CONSTANT propertiesAaron Kennedy2011-06-151-1/+1
* | | | Performance improvementsAaron Kennedy2011-06-146-67/+187
* | | | Update V8Aaron Kennedy2011-06-148-56/+215
* | | | Update auto testsAaron Kennedy2011-06-146-91/+69
* | | | Add QHashedV8String to improve lookup performanceAaron Kennedy2011-06-1410-70/+180
* | | | Use fast property accessors for readonly propertiesAaron Kennedy2011-06-101-2/+20
* | | | Merge branch 'qtquick2' into v8Aaron Kennedy2011-06-1038-23/+1942
|\ \ \ \ | | |/ / | |/| |
| * | | Add JavaScript benchmarkAaron Kennedy2011-06-1010-0/+310
| * | | Create property cache in case of Component{} rootAaron Kennedy2011-06-104-0/+23
| |/ /
| * | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-06-0922-9/+1576
| |\ \
| | * | Add a DragTarget element.Andrew den Exter2011-06-0921-8/+1563
| | * | 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