Fix resizing of Canvas item that use FBO as renderTargets.
[profile/ivi/qtdeclarative.git] / src / qml /
2012-06-01 Kent HansenRemove dead code
2012-06-01 Kent HansenAvoid copy-and-paste of property cache resolution code
2012-06-01 Kent HansenAvoid string-based lookup of signals
2012-06-01 Chris AdamsFix another crash due to unregistered enum types
2012-05-31 Bea LamFix doc snippets paths and parsing errors
2012-05-30 Simjees AbrahamDebugger: Clearing the ObjectReferenceHash
2012-05-30 Jerome PasionDoc: Changed title of "QML Plugins and C++ Bindings...
2012-05-30 Chris AdamsEnsure that variant property references keep QObjects...
2012-05-29 Kent HansenAdd internal API for accessing V8 handles of QJS types
2012-05-29 Charles YinAvoid using previously declared variables
2012-05-29 Charles YinAvoid using previously declared variables
2012-05-29 Matthew VogtRemove obsolete overload of QQmlEngine::importPlugin()
2012-05-29 Martin JonesFix potential buffer overrun.
2012-05-29 Martin JonesInitialize data members in QML engine
2012-05-29 Friedemann KleintFix warnings about truncation from size_t to int (MSVC2...
2012-05-28 Chris AdamsFix crash caused by unregistered enum types
2012-05-25 Aaron KennedyStore QQmlMetaObject in V4
2012-05-25 Aurindam JanaQQmlEngineDebugService: Property Data of type QVariant
2012-05-25 Andrew den ExterAdd an v8 object template for visual data model change...
2012-05-25 Roberto RaggiDon't rewrite the body of function expressions
2012-05-25 Chris AdamsRemove exceptions support from QtQml
2012-05-25 Charles YinAdd more RETURN_IF_DELETED checking in animation code
2012-05-25 Matthew VogtEnsure cached moduleName matches when avoiding conversion
2012-05-24 Aaron KennedyDon't access metaobject unnecessarily
2012-05-24 Aaron KennedyUse static dispatch tables for QQmlAbstractBinding
2012-05-24 Aaron KennedyReduce size of QQmlAbstractBinding
2012-05-24 Aaron KennedyReduce size of QQmlNotifierEndpoint
2012-05-24 Nico VertriestDoc: Sanitized QML types
2012-05-24 Kent HansenUpdate license headers
2012-05-24 Kent HansenSimplify method name extraction in property cache
2012-05-24 Aaron KennedyLazily create QMetaObjects
2012-05-24 Simjees AbrahamDebugger: Removing the deleted objects from objectRefer...
2012-05-24 Kent HansenFix the logic in void return type check
2012-05-24 Kent HansenRemove QJSEngine::ContextOwnership and associated const...
2012-05-24 Kent HansenRemove QQmlEngine::collectGarbage() overload
2012-05-24 Bea LamRemove duplicated doc files and images
2012-05-24 Martin JonesOptimize QML enum resolution
2012-05-24 Andrew den ExterEnable binding to properties of type QJSValue.
2012-05-24 Andrew den ExterContruct per-delegate QQmlContextData directly.
2012-05-24 Matthew VogtEnsure that main thread processes worker data events
2012-05-24 Martin JonesOptimize qmldir parsing
2012-05-24 Martin JonesOptimize QML parser
2012-05-23 Matthew VogtRemove default parenting in Qt.createComponent()
2012-05-23 Martin JonesOptimize QML type registration.
2012-05-23 Charles YinOnly preallocate 1 change listener per animation instance
2012-05-23 Charles YinAdd completeToBeginning()/completeToEnd() to animation...
2012-05-22 Friedemann KleintQtDeclarative: Fix warnings about deprecated QCoreAppli...
2012-05-22 Jerome PasionDoc: Added two new articles for the QML documentation
2012-05-21 Jędrzej NowackiSimplify a type name query.
2012-05-21 Jędrzej NowackiSimplify QVariant::convert and QVariant::canConvert...
2012-05-21 Friedemann KleintQtDeclarative: Fix warning about construction of a...
2012-05-21 Friedemann KleintQtDeclarative: Fix warnings about uninitialized variables.
2012-05-21 Martin Smithdoc: Added missing qdoc text
2012-05-21 Simjees AbrahamQml : Resetting binding corrected
2012-05-21 Matthew VogtEnsure repeated compilation does not fail
2012-05-21 Kent HansenDetect and abort if an object is deleted during signal...
2012-05-21 Jerome PasionDoc: Moved and added Qt Quick and Qt QML documentation.
2012-05-20 Matthew VogtAllow the existence of a VME metaobject to be asserted
2012-05-18 Chris AdamsRemove dead code from QQmlNotifierEndpoint
2012-05-18 Michael BrasserImprove memory usage of Connections and signal handlers.
2012-05-18 Matthew VogtRemove unnecessary exports
2012-05-17 Martin JonesOptimize type resolution
2012-05-17 Matthew VogtAdd QQmlEngine::trimComponentCache()
2012-05-17 Michael BrasserFix signal handlers for signals with default arguments.
2012-05-17 Charles YinMore defense programming in animation code
2012-05-16 Martin JonesDocument the dangers of executing the event loop in...
2012-05-16 Chris AdamsEnsure that we don't attempt to dispose handle twice
2012-05-16 Chris AdamsFix composite type property support
2012-05-15 Matthew VogtDocument inconsistency with JS-to-Qt date/time conversion
2012-05-15 Glenn WatsonEnable memory profiler symbol lookup.
2012-05-15 Aaron KennedyMore efficient property interceptor implementation
2012-05-15 Chris AdamsRevert "Allow function assignment to cause binding...
2012-05-15 Glenn WatsonAdd hooks for declarative memory profiler.
2012-05-14 Girish Ramakrishnandoc: Remove references to QScript*
2012-05-14 Michael BrasserDon't pass the expression string to the signal handler...
2012-05-14 Simjees AbrahamInspector:Modified Apply changes on Save for unsync...
2012-05-14 Friedemann KleintQtQuick: Fix string related warnings, single character...
2012-05-14 Lars KnollExplicitly enable exceptions for QtQml
2012-05-14 Alan AlpertFix invalid qdoc input
2012-05-14 Kent HansenHandle Var instructions in instruction dumper
2012-05-12 Aurindam JanaQQmlDebugService: Fetch Objects for location info
2012-05-11 Chris AdamsDispose the v8object handle in QQmlData::destroy()
2012-05-11 Aaron KennedyPermit signals to be emitted in a different thread
2012-05-11 Tor Arne VestbøAllow image providers to force their loading to be...
2012-05-10 Marius Storm-OlsenDoc: Fix \sa usage
2012-05-10 Michael BrasserAllow V4 bindings to be assigned to aliases
2012-05-09 Michael BrasserAdd rect property type
2012-05-09 Kai KoehneSet context information for QmlErrors passed to qWarning
2012-05-09 Aurindam JanaQQmlEngineDebugService: Query Expression
2012-05-09 Alan AlpertDocument some more functions on the Qt object
2012-05-09 Charles YinReturn earlier if script.context() is invalid
2012-05-09 Charles YinDefence programming: add more asserts
2012-05-09 Kai KoehneDebugger: Use new QtMessageHandler signature
2012-05-08 Lars KnollqsTranslate shouldn't require an encoding argument
2012-05-08 Jerome PasionDoc: Moving QML docs for new doc structure
2012-05-08 Chris AdamsFix edge case in signal emission semantics
2012-05-08 Charles YinBetter checking top level root object creation status
2012-05-08 Martin JonesExpose ImperialUSSystem and ImperialUKSystem to QML...
2012-05-08 Denis MingulovEnable QML_IMPORT_TRACE for setImportPathList and setPl...
2012-05-08 Michael BrasserRemove QQmlData::objectNameChanged callback.
next