profile/ivi/qtdeclarative.git
2011-08-30 Roberto RaggiRemove deprecated QChar to ushort conversions.
2011-08-30 Martin JonesFaster check for revisioned properties.
2011-08-30 Aaron KennedySpecial case integers and strings in lexer
2011-08-30 Aaron KennedyReduce allocations
2011-08-30 Martin Jonesless toUtf8()
2011-08-30 Martin JonesRemove some QString <-> utf8 conversions.
2011-08-30 Aaron KennedyOptimize default property resolution in compiler
2011-08-30 Aaron KennedyUse the cached property data when possible
2011-08-30 Aaron KennedyIntroduce QHashField for use in "contains" tests.
2011-08-30 Aaron KennedyUse QFieldList to manage dynamic properties, signals...
2011-08-30 Aaron KennedyCalculate the hash inside QHashedString
2011-08-30 Aaron KennedyUse strings more conservatively
2011-08-30 Aaron KennedyAdd QFastMetaBuilder
2011-08-30 Martin JonesInline a couple of often used methods.
2011-08-30 Roberto RaggiCompile
2011-08-30 Roberto RaggiSpeedup the V4 code generation.
2011-08-30 Roberto RaggiUse QDeclarativePool to allocate the V4 instructions.
2011-08-30 Roberto RaggiChange the V4 IR so it can be stored in a memory pool.
2011-08-30 Roberto RaggiRemoved QDeclarativeJS::NodePool
2011-08-30 Martin JonesSome lexer improvement, mostly by avoiding QChar::isWha...
2011-08-30 Roberto RaggiImproved parsing of numeric literals
2011-08-30 Martin JonesOptimizations to imports.
2011-08-30 Aaron KennedyDon't unnecessarily construct QMetaPropertys
2011-08-30 Martin JonesClearing a hash makes its length 0.
2011-08-30 Aaron KennedyRemove unnecessary toString()
2011-08-30 Aaron KennedyImprove performance of the QML front-end
2011-08-30 Martin JonesRemove invalid assert
2011-08-30 Martin JonesCache QML import directories and qmldir files.
2011-08-30 Aaron KennedyRemove some QHash and QLists.
2011-08-30 Aaron KennedyQStringHash improvements
2011-08-30 Aaron KennedyImprove QStringHash
2011-08-30 Aaron KennedyUse memory more conservatively during QML compilation
2011-08-30 Aaron KennedyMove tools classes into their own directory
2011-08-30 Aaron KennedyRemove some QByteArray<->QString conversions
2011-08-30 Aaron KennedyMore efficient type name cache
2011-08-30 Kent HansenInclude v8-debug.h from the right location
2011-08-30 Alan AlpertAdd more proportionality modes to PointAttractor
2011-08-30 Alan AlpertQDeclarative::hasActiveFocus should return false for...
2011-08-30 Alan AlpertFix Attractor affector
2011-08-30 Alan AlpertFix entryEffect for Sprite performance level
2011-08-30 Alan AlpertAdd an update flag to Custom Affectors
2011-08-30 Alan AlpertUpdate ShaderEffect docs with module qualifiers
2011-08-30 Chris AdamsImplement script module api property get and set
2011-08-30 Aaron KennedyRevert swap interval change in 107bf9e570e4d7ce1eb38452...
2011-08-30 Alan AlpertPosition in updatePolish instead of using single shot...
2011-08-29 Bea LamFix conversion of QAbstractItemModel::rowsMoved() param...
2011-08-29 Bea LamAlways disconnect signals on aborted reply objects
2011-08-29 Michael BrasserCompile fix for QML object creation benchmark.
2011-08-29 Kent HansenRemove V8 submodule from QtDeclarative
2011-08-29 Xizhi ZhuFix build break introduced by changes in QTestLog.
2011-08-29 Michael BrasserUse the optimized QDeclarativeExpression constructor...
2011-08-29 Christian Kammqmlplugindump: Load QtQuick 1 plugin.
2011-08-29 Aaron KennedyFix QSGItem::polish() at startup logic
2011-08-29 Michael BrasserRe-add QDeclarativeFontLoader autotest.
2011-08-29 Michael BrasserRemove unnecessary code.
2011-08-26 Kai KoehneDeprecate QDeclarativeDebugHelper class
2011-08-26 Kent HansenDon't enumerate Function.prototype.{connect,disconnect}
2011-08-25 Bea LamFix memory leak in ListModel custom parser
2011-08-25 Marco BubkeMove QSGViewPrivate to qsgview_p.h
2011-08-25 Marco BubkeGet the image of the FBO of a effect texture
2011-08-25 Martin Jonesqsgflickable test is unstable
2011-08-25 Alan AlpertAdd custom emission capability to FollowEmitter
2011-08-25 Caio Marcelo... Fix leak in tst_qsgitem::wheelEvent() autotest
2011-08-25 Aaron KennedyUpdate v8
2011-08-24 Charles Yinupdate .gitignore
2011-08-24 Aurindam JanaDebug Service: Synchronize with v8 debug client.
2011-08-24 Yoann LopesSlightly reduce distance-field texture creation (and...
2011-08-24 Yoann LopesFixed QSGPaintedItem updates when a contentsScale is...
2011-08-24 Aurindam JanaDeclarativeDebug: Clear service name when returning...
2011-08-24 Alan AlpertAbsorb CustomEmitter/Affector
2011-08-24 Alan AlpertLift particle limits on desktop
2011-08-24 Alan AlpertSwitch from textures to uniform arrays for size/opacity...
2011-08-24 Kent HansenFix tst_qjsvalue::castToPointer test failure
2011-08-24 Bea LammapFromModel() returned incorrect value
2011-08-24 Alan Alpertreenable tst_examples
2011-08-24 Charles Yindisable the canvas svgpath example temporarily.
2011-08-24 Caio Marcelo... Do not deliver mouse wheel events when item is not...
2011-08-24 Alan AlpertCompile on Mac
2011-08-24 Alan AlpertSwitch to using one shader and #ifdefs
2011-08-24 Alan AlpertInitial entryEffect support for ImageParticle
2011-08-24 Alan AlpertUse point sprites
2011-08-24 Rohan McGoverntest: marked tst_examples as insignificant_test on x11
2011-08-23 Jason McDonaldRemove obsolete testlib files from .gitignore
2011-08-23 Alan AlpertAdd the rest of the tiered shaders to QSGImageParticle
2011-08-23 Alan AlpertAdd console debugging for particles
2011-08-23 Rohan McGoverntest: marked expected failure in tst_qsgtextinput
2011-08-23 Rohan McGoverntest: marked tst_qsgfocusscope as insignificant
2011-08-23 Rohan McGoverntest: marked tst_qdeclarativebehaviors as expected...
2011-08-23 Julian de BhalQML Autotests: Use fuzzy compare for real numbers
2011-08-22 Alan AlpertAdd a deformable level shader for QSGImageParticle
2011-08-22 Bea LamAlways disconnect signals on aborted reply objects
2011-08-22 Rohan McGoverntests: acknowledge all known failures in declarative...
2011-08-19 Eskil Abrahamsen... Make QSGTextNode back-end for QML's TextInput and TextEdit
2011-08-19 Aurindam Janav8 debugging: delay setting of breakpoints till afterCo...
2011-08-19 Charles Yinmove dom error definitions to seperate files.
2011-08-19 Chris AdamsFix unit test failure
2011-08-19 Michael BrasserFix tst_qdeclarativestates autotest.
2011-08-19 Michael BrasserInternal state class refactoring.
2011-08-19 Charles Yincanvas context2d needs the dom exceptions as well,...
2011-08-19 Alan AlpertFix spacing issue
next