aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removed QDeclarativeJS::NodePoolRoberto Raggi2011-08-3014-555/+409
* Some lexer improvement, mostly by avoiding QChar::isWhatever()Martin Jones2011-08-306-85/+199
* Improved parsing of numeric literalsRoberto Raggi2011-08-303-31/+85
* Optimizations to imports.Martin Jones2011-08-309-123/+241
* Don't unnecessarily construct QMetaPropertysAaron Kennedy2011-08-304-158/+195
* Clearing a hash makes its length 0.Martin Jones2011-08-301-0/+1
* Remove unnecessary toString()Aaron Kennedy2011-08-301-4/+4
* Improve performance of the QML front-endAaron Kennedy2011-08-3022-2314/+2585
* Remove invalid assertMartin Jones2011-08-301-1/+0
* Cache QML import directories and qmldir files.Martin Jones2011-08-3010-96/+225
* Remove some QHash and QLists.Aaron Kennedy2011-08-308-48/+55
* QStringHash improvementsAaron Kennedy2011-08-302-165/+295
* Improve QStringHashAaron Kennedy2011-08-305-71/+378
* Use memory more conservatively during QML compilationAaron Kennedy2011-08-3013-649/+1242
* Move tools classes into their own directoryAaron Kennedy2011-08-3013-10/+17
* Remove some QByteArray<->QString conversionsAaron Kennedy2011-08-308-83/+94
* More efficient type name cacheAaron Kennedy2011-08-3012-294/+634
* Include v8-debug.h from the right locationKent Hansen2011-08-301-1/+1
* Add more proportionality modes to PointAttractorAlan Alpert2011-08-304-11/+23
* QDeclarative::hasActiveFocus should return false for hidden itemsAlan Alpert2011-08-302-2/+15
* Fix Attractor affectorAlan Alpert2011-08-301-2/+5
* Fix entryEffect for Sprite performance levelAlan Alpert2011-08-302-3/+4
* Add an update flag to Custom AffectorsAlan Alpert2011-08-303-4/+11
* Update ShaderEffect docs with module qualifiersAlan Alpert2011-08-301-6/+6
* Implement script module api property get and setChris Adams2011-08-3013-61/+223
* Revert swap interval change in 107bf9e570e4d7ce1eb38452c9a5473b2455d9c7Aaron Kennedy2011-08-301-1/+1
* Position in updatePolish instead of using single shot timerAlan Alpert2011-08-305-56/+71
* Fix conversion of QAbstractItemModel::rowsMoved() parametersBea Lam2011-08-303-5/+78
* Always disconnect signals on aborted reply objectsBea Lam2011-08-300-0/+0
* Compile fix for QML object creation benchmark.Michael Brasser2011-08-302-5/+7
* Remove V8 submodule from QtDeclarativeKent Hansen2011-08-2986-5777/+60
* Fix build break introduced by changes in QTestLog.Xizhi Zhu2011-08-291-2/+2
* Use the optimized QDeclarativeExpression constructor where possible.Michael Brasser2011-08-294-15/+7
* qmlplugindump: Load QtQuick 1 plugin.Christian Kamm2011-08-292-1/+14
* Fix QSGItem::polish() at startup logicAaron Kennedy2011-08-291-0/+2
* Re-add QDeclarativeFontLoader autotest.Michael Brasser2011-08-295-0/+248
* Remove unnecessary code.Michael Brasser2011-08-293-11/+4
* Deprecate QDeclarativeDebugHelper classKai Koehne2011-08-2616-220/+17
* Don't enumerate Function.prototype.{connect,disconnect}Kent Hansen2011-08-262-2/+21
* Fix memory leak in ListModel custom parserBea Lam2011-08-262-0/+2
* Move QSGViewPrivate to qsgview_p.hMarco Bubke2011-08-253-31/+109
* Get the image of the FBO of a effect textureMarco Bubke2011-08-252-0/+10
* qsgflickable test is unstableMartin Jones2011-08-251-1/+2
* Add custom emission capability to FollowEmitterAlan Alpert2011-08-254-3/+26
* Fix leak in tst_qsgitem::wheelEvent() autotestCaio Marcelo de Oliveira Filho2011-08-251-0/+2
* Update v8Aaron Kennedy2011-08-2514-44/+175
* update .gitignoreCharles Yin2011-08-251-0/+13
* Debug Service: Synchronize with v8 debug client.Aurindam Jana2011-08-241-15/+60
* Slightly reduce distance-field texture creation (and resizing) time.Yoann Lopes2011-08-241-4/+1
* Fixed QSGPaintedItem updates when a contentsScale is set.Yoann Lopes2011-08-241-7/+2