Doc: Grouped Qt Quick types into several groups
[profile/ivi/qtdeclarative.git] / src / qml / qml /
2012-06-06 Jerome PasionDoc: Grouped Qt Quick types into several groups
2012-06-05 Kent HansenAvoid unnecessary QByteArray creation
2012-06-05 Matthew VogtAllow the global JS UTC offset to be invalidated
2012-06-05 Michael BrasserDelay conversion of v8 exceptions to QQmlErrors.
2012-06-04 Michael BrasserSend valueTypeIndex to setBindingNoEnable in the expect...
2012-06-03 Aaron KennedyFix crash in lazy meta object generation.
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 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 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 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 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 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 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-22 Friedemann KleintQtDeclarative: Fix warnings about deprecated QCoreAppli...
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 Matthew VogtEnsure repeated compilation does not fail
2012-05-21 Kent HansenDetect and abort if an object is deleted during signal...
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-16 Chris AdamsEnsure that we don't attempt to dispose handle twice
2012-05-16 Chris AdamsFix composite type property support
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 Alan AlpertFix invalid qdoc input
2012-05-14 Kent HansenHandle Var instructions in instruction dumper
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 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-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.
2012-05-08 Martin JonesAdd documentation/links for incubateObject
2012-05-08 Friedemann KleintFix MSVC warning C4200 (zero-sized array in struct...
2012-05-04 Aaron KennedyMinor optimizations and cleanup
2012-05-04 Christiaan JanssenQmlProfiler: storing binding type
2012-05-04 Aaron KennedyInitial bundle support
2012-05-04 Thiago MacieiraChange uses of {to,from}Ascii to {to,from}Latin1
2012-05-04 Matthew VogtEnsure binding target has not been deleted
2012-05-04 Matthew VogtEmit Component.onDestruction before context is invalidated
2012-05-04 Chris AdamsSet ptr to zero after freeing memory
2012-05-03 Kent HansenRemove QJS exception API
2012-05-03 Charles YinAdd a static flag to avoid unnecessary QQmlData::init...
2012-05-01 Charles YinRemove init() call from QQmlData's ctor.
2012-05-01 Michael BrasserMore robust tracking of signal handler expression owner...
2012-05-01 Topi ReinioKeep XMLHttpRequest response data after receiving a...
next