Explicitly ask input method to commit preedit when focus lost.
[profile/ivi/qtdeclarative.git] / src /
2011-09-08 Pekka VuorelaExplicitly ask input method to commit preedit when...
2011-09-08 Matthew Cattellget various autotests working for refactor
2011-09-08 Gunnar Slettarename QSGGeometry::stride() to sizeOfVertex for symetr...
2011-09-08 Pekka VuorelaAvoid compiler warning on unused variable.
2011-09-08 Pekka VuorelaFix TextInput and TextEdit software input panel on...
2011-09-08 Lars KnollAdjust to the changes in the QInputMethodQuery event.
2011-09-08 Joona PetrellFix TextInput and TextEdit open/closeSoftwareInputPanel...
2011-09-08 Gunnar Slettamake sure we polishItems also in plain render loop
2011-09-08 Gunnar Slettacompile again
2011-09-08 Lars KnollRename ImMicroFocus to ImCursorrRctangle
2011-09-08 Joona PetrellHandle ImEnabled and ImHints input method queries in...
2011-09-08 Lars KnollFix a typo in the method name
2011-09-08 Lars KnollEnsure the itemTransform in QInputPanel is always up...
2011-09-08 Lars KnollAdapt to the input method changes in qtbase
2011-09-07 Gunnar SlettaFix QSGshaderEffectTexture cleanup
2011-09-07 Gunnar Slettamake render timing an environment variable
2011-09-07 Gunnar SlettaAdded QSGGeometry::Attribute::isPosition to give a...
2011-09-07 Gunnar Slettamove QSGNodeUpdater into private header where it belongs
2011-09-06 Matthew Cattellqsgcanvas autotest made to work with refactor and added...
2011-09-02 Zeno Albisserproperly initialize the dptr of QSGCanvas in the defaul...
2011-09-01 Gunnar SlettaAdd QSGFlatColorMaterial::compare for better sorting
2011-09-01 Gunnar Slettaadd flags to node debug output
2011-09-01 Lars KnollRemove the remaining dependencies onto QtWidgets
2011-09-01 Lars KnollUse QMouseEvent instead of QGraphicsSceneMouseEvent
2011-08-31 Eskil Abrahamsen... Support font color with Text.StyledText in SceneGraph
2011-08-31 Friedemann KleintFix export symbols for QtDeclarative and QtQuick1.
2011-08-31 Lars KnollMerge remote-tracking branch 'origin/master' into refactor
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 Gunnar SlettaMerge branch 'master' into refactor
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 de... Do not deliver hover events when item is not visible
2011-08-31 Caio Marcelo de... 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 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 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
next