Fix possible crash when using the QML lexer without an engine.
[profile/ivi/qtdeclarative.git] / src /
2011-08-30 Roberto RaggiFix possible crash when using the QML lexer without...
2011-08-30 Roberto RaggiFix initialization of QDeclarativeVMEMetaData::Property...
2011-08-30 Roberto RaggiFix comparison.
2011-08-30 Roberto RaggiCompile.
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 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 Aaron KennedyFix QSGItem::polish() at startup logic
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 Alan AlpertAdd custom emission capability to FollowEmitter
2011-08-25 Aaron KennedyUpdate v8
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 Caio Marcelo de... 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-23 Alan AlpertAdd the rest of the tiered shaders to QSGImageParticle
2011-08-23 Alan AlpertAdd console debugging for particles
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-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 Michael BrasserInternal state class refactoring.
2011-08-19 Charles Yincanvas context2d needs the dom exceptions as well,...
2011-08-19 Alan AlpertFix spacing issue
2011-08-19 Gunnar SlettaDon't skip autotest and export needed symbol
2011-08-18 Chris AdamsAdd support for a vector4d type in QML
2011-08-18 Chris AdamsMake QColor a value type
2011-08-17 Glenn WatsonAdd attached properties to the positioners.
2011-08-17 Kim Motoyoshi KallandUse scissor clip if element is rotated a multiple of...
2011-08-17 Aurindam JanaEnable v8 debugging
2011-08-17 Kim Motoyoshi KallandFixed mirrored distance-field text.
2011-08-17 Kim Motoyoshi KallandImplemented minimum FBO size on the ShaderEffectSource.
2011-08-17 Simon HausmannFix repeated compiler warning about unused engine parameter
2011-08-17 Kent HansenRevert "Set IsDirect flag of property cache data if...
2011-08-17 Chris AdamsAllow borderimage .sci source to be a quoted filename
2011-08-17 Alan AlpertAdd module qualifier to \qmlattachedproperty docs
2011-08-16 Kim Motoyoshi KallandFixed clipping on perspective transformed QML2 elements.
next