Docs - add missing images and code, clean up sections
[profile/ivi/qtdeclarative.git] / src / qml / qml /
2012-08-28 Bea LamDocs - add missing images and code, clean up sections
2012-08-28 Thomas McGuireDoc: Clarify ownership semantics of objects returned...
2012-08-28 Bea LamFix various doc errors
2012-08-28 Michael BrasserRefactor QQmlPropertyCacheMethodArguments creation.
2012-08-28 Michael BrasserFix leak introduced in 0853343c33e394f35c31c161b019b2ae...
2012-08-28 Chris AdamsRefactor singleton type registration code
2012-08-27 Matthew VogtRestrict v8 property lookup to the execution context
2012-08-24 Thomas McGuireImmediatley delete QV8QObjectResource objects to reduce...
2012-08-24 Thomas McGuireDocument the vTable hack.
2012-08-24 Matthew VogtFix warnings in QtQml
2012-08-23 Michael BrasserAvoid dynamic lookup of signal handler arguments
2012-08-23 Matthew VogtIncrease test coverage for V4
2012-08-22 Thomas McGuireMake connectNotify() work with QML
2012-08-22 Stephen KellyTrim trailing whitespace.
2012-08-22 Chris AdamsFix signal offset in dynamic sig param lookup
2012-08-22 Aaron McCarthyExport QV8ValueTypeWrapper.
2012-08-21 Matthew VogtFix V4 calculations that vary from V8 results
2012-08-21 Sean HarmerFix compilation on Linux with gcc-4.6
2012-08-20 Kent HansenUse object identity to detect cycles in JS-to-C++ type...
2012-08-20 Kent HansenGet rid of engine-wide state of visited objects for...
2012-08-17 Kent HansenAdd missing QT_{BEGIN,END}_NAMESPACE
2012-08-17 Matthew VogtReduce memory consumption in QV4Bindings::Binding
2012-08-16 Kent HansenDocument QJSEngine's lack of exception handling API
2012-08-16 Chris AdamsFix crash in signal change notification override
2012-08-15 Matthew VogtReduce memory consumption of source coordinates
2012-08-15 Stephen KellyRemove the use of QWidgetStar from QtQml.
2012-08-10 Matthew VogtPermit value types with metatype IDs >= QMetaType:...
2012-08-09 Chris AdamsChange error messages to reflect new module terminology
2012-08-09 Chris AdamsAllow invokable functions of value-type classes to...
2012-08-09 Chris AdamsEnsure that copy sequences can be passed as arguments
2012-08-09 Glenn WatsonFix test failures in Qt Location with string lists.
2012-08-08 Bea LamFix uses of \inmodule, \inqqmlmodule and \since
2012-08-08 Glenn WatsonAdd type name to singleton (module api) implementations.
2012-08-08 Chris AdamsAllow signal parameters which are custom QML object...
2012-08-07 Glenn WatsonSupport JS Array.sort() function for sequence wrappers.
2012-08-03 Bea LamFix various broken links in documentation
2012-08-03 Bea LamFix docs for FormatType enum
2012-08-03 Michael BrasserMake QQmlScriptString opaque.
2012-08-02 Bea LamMark QQmlFile \internal
2012-07-30 Matthew VogtImplement strict mode for qmldir modules
2012-07-30 Jerome PasionDoc: Changed \qmlclass to \qmltype and added \instantiates.
2012-07-30 Chris AdamsImprove QML basic types documentation
2012-07-27 Matthew VogtAllow access to signals and slots in QQmlPropertyMap...
2012-07-27 Aaron McCarthyFix QML import paths in Qt resources.
2012-07-25 Glenn WatsonEnsure params listed after unnamed params are available...
2012-07-25 Andrew den ExterRemove QListModelInterface.
2012-07-24 Chris AdamsFix value-type semantics in variant properties
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
next