Doc: Enabling Qt QML linking to Qt Quick.
[profile/ivi/qtdeclarative.git] / src / qml / qml /
2012-07-20 Matthew VogtUpdate var property to null on object deletion
2012-07-18 Matthew VogtAllow QQmlPropertyMap property updates to be controlled
2012-07-18 Charles YinAdd fuzzyCompare() to qmltest
2012-07-17 Stephen KellyTrim trailing whitespace
2012-07-17 Matthew VogtSelect appropriate version for located module components
2012-07-16 Matthew VogtImproved error message wording
2012-07-16 Martin JonesChange Quick docs to refer to "types" rather than ...
2012-07-16 Matthew VogtSupport remote import paths
2012-07-13 Matthew VogtUpdate multiple value type properties despite interceptor
2012-07-11 Matthew VogtAllow color to be explicitly compared to a string
2012-07-11 Chris AdamsDon't provide typehint in QQmlExpression::evaluate()
2012-07-10 Matthew VogtImproved error messages for malformed .import statements
2012-07-10 Chris AdamsFix broken value-type support by allowing property...
2012-07-10 Tasuku Suzukiload plugins properly when QT_NO_SETTINGS is defined
2012-07-09 Matthew VogtDo not permit excessive recursion in component creation
2012-07-08 Matthew VogtUse V4 binding for non-final properties where possible
2012-07-05 Andrew den ExterUse enumeration in preference to enum when referring...
2012-07-05 Laszlo PappAdd references between being/completeCreate in the...
2012-07-04 Andrew den ExterAdd some private V8ASSERT macros.
2012-07-04 Martin JonesDocument QQmlComponent::create(QQmlIncubator&, ...)
2012-07-04 Martin JonesMark QQmlComponent::createObject() and incubateObject...
2012-07-04 Glenn WatsonMake Behaviors work correctly with value types.
2012-07-02 Chris AdamsFix crash in QQmlXmlHttpRequest
2012-06-29 Friedemann KleintMSVC: Fix warnings about struct/class mismatch.
2012-06-28 Michael BrasserAdd basic documentation for QML translation functions.
2012-06-27 Oswald BuddenhagenMerge "Merge branch 'buildsystem'" into refs/staging...
2012-06-27 Michael BrasserDocument the concept of creation context for QML Compon...
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 Oswald BuddenhagenMerge branch 'buildsystem'
2012-06-26 Oswald Buddenhagendon't rely on qtbase sources
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 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 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 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()
next