profile/ivi/qtdeclarative.git
2011-09-02 Damian JansenUpdate modelviews examples to QtQuick 2.0
2011-09-02 Damian JansenUpdate rssnews, focus and positioners examples to QtQui...
2011-09-02 Damian JansenUpdate calculator, i18n, imageelements examples to...
2011-09-02 Damian JansenUpdate animation examples to QtQuick 2.0 and remove...
2011-09-02 Damian JansenUpdate toys examples to QtQuick 2.0 and remove obsolete...
2011-09-02 Bea LamDon't emit attached add() and remove() for moved items
2011-09-01 Chris AdamsAllow conversion of QObject Module API to QVariant
2011-09-01 Michael BrasserAllow reference to signals using 'on' handler syntax.
2011-08-31 Bea LamRemove scheduleLayout() and layoutScheduled
2011-08-31 Bea LamBatch view changes instead of applying them immediately
2011-08-31 Marco BubkeAdd bounding rectangle for rendering images in designer...
2011-08-31 Kai KoehneDebugger: Rename qdeclarativedebug* to qdeclarativeengi...
2011-08-31 Kai KoehneRename QDeclarativeEngineDebugServer to ~Service
2011-08-31 Tor Arne VestbøFix build with Clang
2011-08-31 Kai KoehneAutotests: Silence gdb warning about deprecated conversion
2011-08-31 Marco BubkeAdd an abstraction layer for the qml designer
2011-08-31 Alan AlpertAdd #version 120 in more places.
2011-08-31 Alan AlpertRename PointAttractor x,y to pointX,pointY
2011-08-31 Chris AdamsAllow initial property values to be defined with QSGLoader
2011-08-31 Alan Alpertsetting only colorVariation now works
2011-08-31 Martin JonesQtDeclarative does not use libQtSvg
2011-08-31 Michael BrasserSupport QT_TRID_NOOP in ListElement.
2011-08-31 Alan AlpertCustom Particle now supplies default code
2011-08-31 Chris AdamsAdd enums support to QObject module APIs
2011-08-31 Caio Marcelo... Do not deliver hover events when item is not visible
2011-08-31 Caio Marcelo... Fix extra hover enter events being sent by QSGCanvas
2011-08-30 Roberto RaggiFix the directory cache for case insensitive file systems.
2011-08-30 Roberto RaggiFix diagnostic messages.
2011-08-30 Roberto RaggiFix merge errors introduced while rebasing.
2011-08-30 Roberto RaggiFix the tst_qdeclarativedebug auto test.
2011-08-30 Roberto RaggiFix the search of QML types.
2011-08-30 Roberto RaggiFix wrong assertion in StringRef::load.
2011-08-30 Aaron KennedyMove all QML file parsing into the QDeclarativeScript...
2011-08-30 Roberto RaggiCollect the source locations of the single and multilin...
2011-08-30 Roberto RaggiFix the qmldir parser diagnostic messages.
2011-08-30 Roberto RaggiUpdate the tst_qdeclarativelanguage::errors() auto...
2011-08-30 Roberto RaggiFix lookup of non scriptable default properties.
2011-08-30 Roberto RaggiFix property lookup in QDeclarativePropertyCache::create.
2011-08-30 Roberto RaggiFix compilation.
2011-08-30 Roberto RaggiFix type of valuetype alias properties.
2011-08-30 Roberto RaggiFix the source location of the T_ELSE token.
2011-08-30 Roberto RaggiFix parsing of numeric literals.
2011-08-30 Roberto RaggiFix the computation of the start token position.
2011-08-30 Roberto RaggiFix initialization order.
2011-08-30 Roberto RaggiReplace the hash tables with simple association lists.
2011-08-30 Roberto RaggiMerge IR::Module and IR::Function.
2011-08-30 Roberto RaggiSet the name of the default property
2011-08-30 Roberto RaggiFix wrong usage of QStringHash iterators.
2011-08-30 Roberto RaggiRecompute the token length after the scan of a regexp.
2011-08-30 Roberto RaggiFix visit of list-like AST nodes.
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...
next