Implement QAbstractDeclarativeData::isSignalConnected hook
[profile/ivi/qtdeclarative.git] / tests / auto / qml /
2012-06-27 Kent HansenImplement QAbstractDeclarativeData::isSignalConnected...
2012-06-27 Matthew VogtAdd enum values from related types
2012-06-26 Thiago MacieiraDo not depend on indirect inclusions: #include and...
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-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-23 Thiago MacieiraFix compilation with GCC 4.7 (C++11)
2012-06-22 Girish RamakrishnanAdd gui-private to tests
2012-06-22 Martin JonesAdd some tests for literal parsing
2012-06-22 Michael BrasserHandle enum values of -1 correctly.
2012-06-21 Glenn WatsonFix locale test on Linux and skip it on Windows.
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 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 Friedemann KleintFix warnings in declarative tests.
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-07 Aaron KennedyDon't double emit threaded signals
2012-06-06 Aaron KennedyDisallow parent changes for QML created objects
2012-06-05 Matthew VogtAllow the global JS UTC offset to be invalidated
2012-06-05 Martin JonesAllow qtdeclarative to compile with -no-widgets
2012-06-03 Aaron KennedyFix crash in lazy meta object generation.
2012-06-01 Chris AdamsFix another crash due to unregistered enum types
2012-05-31 Mitch CurtisClean up QJSEngine tests.
2012-05-30 Mitch CurtisClean up QJSValue tests.
2012-05-30 Simjees AbrahamDebugger: Clearing the ObjectReferenceHash
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 Alan AlpertAdd a test for using files stored as resources.
2012-05-28 Rohan McGovernAdd CONFIG+=parallel_test to suspected parallel-safe...
2012-05-28 Chris AdamsFix crash caused by unregistered enum types
2012-05-25 Aurindam JanaQQmlEngineDebugService: Property Data of type QVariant
2012-05-25 Roberto RaggiDon't rewrite the body of function expressions
2012-05-24 Aaron KennedyLazily create QMetaObjects
2012-05-24 Simjees AbrahamDebugger: Removing the deleted objects from objectRefer...
2012-05-24 Andrew den ExterMake qqmlmoduleplugin tests pass in shadow builds.
2012-05-24 Andrew den ExterEnable binding to properties of type QJSValue.
2012-05-24 Andrew den ExterFix crash in VisualDataModel drag selection example.
2012-05-23 Matthew VogtRemove default parenting in Qt.createComponent()
2012-05-23 Martin JonesOptimize QML type registration.
2012-05-23 Rohan McGovernRemoved CONFIG+=parallel_test from suspected parallel...
2012-05-21 Rohan McGovernRemoved CONFIG+=parallel_test from suspected parallel...
2012-05-21 Simjees AbrahamQml : Resetting binding corrected
2012-05-21 Matthew VogtEnsure repeated compilation does not fail
2012-05-20 Matthew VogtAllow the existence of a VME metaobject to be asserted
2012-05-18 Matthew VogtRemove unnecessary exports
2012-05-17 Martin JonesOptimize type resolution
2012-05-17 Chris AdamsImprove composite property type unit test
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 Chris AdamsRevert "Allow function assignment to cause binding...
2012-05-14 Simjees AbrahamInspector:Modified Apply changes on Save for unsync...
2012-05-14 Rohan McGovernRemoved CONFIG+=parallel_test from parallel-unsafe...
2012-05-14 Kent HansenHandle Var instructions in instruction dumper
2012-05-12 Aurindam JanaQQmlDebugService: Fetch Objects for location info
2012-05-11 Aaron KennedyPermit signals to be emitted in a different thread
2012-05-09 Aurindam JanaQQmlEngineDebugService: Query Expression
2012-05-09 Michael BrasserFix potential crash and leak in Binding.
2012-05-09 Chris AdamsFix weak reference callback in test case
2012-05-08 Chris AdamsFix edge case in signal emission semantics
2012-05-08 Michael BrasserRemove QQmlData::objectNameChanged callback.
2012-05-08 Martin JonesSet test data directory correctly for QML profiler...
2012-05-04 Aaron KennedyMinor optimizations and cleanup
2012-05-04 Aurindam JanaQQmlInspector: Use qmlscene in auto tests
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-03 Kent HansenRemove QJS exception API
2012-05-01 Michael BrasserMore robust tracking of signal handler expression owner...
2012-05-01 Topi ReinioKeep XMLHttpRequest response data after receiving a...
2012-05-01 Matthew VogtEnsure context is valid before VME method creation
2012-05-01 Charles YinPrevent object being delete by GC before object is...
2012-04-29 Matthew VogtEnsure external value types are initialized before...
2012-04-27 Jędrzej NowackiAvoid calling gc in QQmlEngine destructor.
2012-04-26 Aurindam JanaQmlDebugJS: Re-enable autotest on mac
2012-04-26 Kai KoehneDebugger: Re-enable autotest on mac
2012-04-26 Aurindam JanaQmlDebugging: Exchange supported QDataStream versions
2012-04-26 Kent HansenSpecialize for QJson types in the QObject meta-call...
2012-04-26 Matthew VogtRemove relative directory elements in import paths
2012-04-25 Aurindam JanaDebugger: Change name and protocol of QDeclarativeObser...
2012-04-25 Kai KoehneDebugger: Fix warnings about declarative_debug in autotests
2012-04-25 Kai KoehneDebugger: Improve output of autotests
2012-04-24 Kai KoehneDebugger: Make sure stateChanged is called from debugge...
2012-04-24 Thiago MacieiraMark all Latin 1 strings with QString::fromLatin1 or...
2012-04-23 Matthew VogtVerify that QML can reliably receive datetime info...
2012-04-23 Matthew VogtRecord current status of date conversion from QML
2012-04-23 Matthew VogtAdd support for var properties in V4
2012-04-23 Chris AdamsAdd some component path canonicalization tests
2012-04-20 Kai KoehneDebugger: Improve autotest output on failure
2012-04-20 Charles YinDisable local storage if the standard data location...
2012-04-20 Matthew VogtMove data file to correct location
2012-04-20 Michael BrasserProvide receivers count from QQmlData.
2012-04-18 Matthew VogtSplit qquicklistmodel test into two parts
next