Reorganise release notes for QtQml and QtQuick
[profile/ivi/qtdeclarative.git] / src / qml /
2012-06-27 Bea LamReorganise release notes for QtQml and QtQuick
2012-06-27 Martin JonesDocument the arg() function QML adds to the String...
2012-06-27 Kent HansenImplement QAbstractDeclarativeData::isSignalConnected...
2012-06-27 Matthew VogtConsistent use of syntax in V4 Register class
2012-06-27 Matthew VogtAdd enum values from related types
2012-06-26 Glenn WatsonSupport JS Date object in ListModel with static roles.
2012-06-26 Glenn WatsonAdd warning if defining a ListModel with no roles.
2012-06-26 Glenn WatsonRemove default allocation size for PODVector.
2012-06-25 Casper van DonderenDoc: Use correct style and modules for doc build.
2012-06-25 Casper van DonderenDoc: Use the module "make docs" and rename qtquick...
2012-06-25 Alan AlpertDon't Assert
2012-06-25 Matthew VogtCorrectly resolve qrc:/ URLs in type loading
2012-06-25 Martin JonesqmlRegisterRevision clashes with qmlRegisterUncreatableType
2012-06-24 Matthew VogtDecode directory separators in source URLs
2012-06-22 Thiago MacieiraFix build: include the necessary headers properly.
2012-06-22 Michael BrasserHandle enum values of -1 correctly.
2012-06-21 Matthew VogtSupport enum return types in Q_INVOKABLE functions.
2012-06-21 Matthew VogtReport clashing qmldir entries for components and scripts
2012-06-21 Chris AdamsCreate new documentation structure
2012-06-21 Chris AdamsPut basic language types into QtQml import
2012-06-21 Chris AdamsDisallow signal-handler-specification for non-signal...
2012-06-21 Michael BrasserEnable literal Qt enum assignment to enum properties.
2012-06-20 Glenn WatsonFix some of the bundle test failures on Windows.
2012-06-13 Friedemann KleintQtQuick: Fix warnings about unused variables.
2012-06-12 Chris AdamsRemove non-templated qobject module api registration...
2012-06-12 Chris AdamsCheck for null ptr in qmlobject_cast definition
2012-06-12 Kent HansenAdapt to connection-related changes in qtbase
2012-06-10 Kent HansenAvoid string-based lookup in IS_SIGNAL_CONNECTED
2012-06-08 Martin JonesExport QQuickListModel (marked private)
2012-06-07 Oswald Buddenhagenput private Qt dependencies below load(qt_module_config)
2012-06-07 Aaron KennedyDon't double emit threaded signals
2012-06-06 Aaron KennedyDisallow parent changes for QML created objects
2012-06-06 Shane KearnsQQmlXmlHttpRequest - use readyread signal not downloadP...
2012-06-06 Samuel RødalFixed compile error in qqmlscript.cpp due to narrowing...
2012-06-06 Martin JonesFix filesystem case sensitivity of QML directory cache
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 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
next