Fix mouse event distribution for Flickable with pressDelay
[profile/ivi/qtdeclarative.git] / tests / auto / qml /
2012-11-26 Erik VerbruggenAccept missing semicolon after do-while statement.
2012-11-20 Eskil Abrahamsen... Merge branch 'newdocs'
2012-11-08 Shawn RutledgeWhen declarative debug tests fail in CI, confirm timeou...
2012-11-05 Shawn Rutledgeqmlscene can start with either an Item or Window as...
2012-11-02 Jerome PasionMerge branch 'master' of ssh://codereview.qt-project...
2012-10-29 Caroline ChaoTest: Fix tst_qqmlecmascript::exportDate
2012-10-24 Stephen KellyMark failing tests as insignificant.
2012-10-23 Frederik GladhornAllow QQmlDebugProcess to be child of other qobjects.
2012-10-23 Frederik GladhornAllow tests to run despite custom message patterns.
2012-10-23 Marco BubkeChange qml list interface
2012-10-19 Peter VargaRe-enable tst_QJSEngine::stringObjects test
2012-10-18 Peter VargaTemporarily skip tst_QJSEngine::stringObjects test
2012-10-10 Thomas McGuireFix QObject::receivers() within connectNotify()
2012-10-10 Thomas McGuireIn tst_qqmlnotifier, verify the result of QObject:...
2012-10-09 Peter VargaUpdate regex related tests of QJSEngine
2012-09-23 Iikka EklundChange copyrights from Nokia to Digia
2012-09-14 Kai KoehneAutotests: Use qInstallMessageHandler
2012-09-13 J-P Nurmitst_v4::qtscript(): QSKIP -> QEXPECT_FAIL
2012-09-12 J-P Nurmitst_QJSEngine::jsFutureReservedWords(): QSKIP -> QEXPEC...
2012-09-07 J-P NurmiQtQml tests: remove QSKIP -> wrap within !QTEST_CROSS_C...
2012-09-07 Sergio Ahumadadoc: fix some typos in .cpp files
2012-09-07 J-P NurmiUpdated tst_QJSEngine
2012-09-07 J-P NurmiWrap tst_qqmllocale::timeZoneUpdated() within Q_OS_UNIX...
2012-09-06 Sergio Ahumadadoc: fix some typos in .qml files
2012-08-31 Thomas McGuireDelete weak JS objects on exit right away
2012-08-29 Aaron KennedyEvaluate bindings more intelligently during construction
2012-08-28 Stephen KellyTest metatype registration errors with non-metatypes.
2012-08-28 Aurindam JanaConsole API: Print JS object
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 McGuireDon't put JavaScript-owned objects on the stack.
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-21 Matthew VogtFix V4 calculations that vary from V8 results
2012-08-16 Chris AdamsFix crash in signal change notification override
2012-08-15 Matthew VogtReduce memory consumption of source coordinates
2012-08-10 Matthew VogtPermit value types with metatype IDs >= QMetaType:...
2012-08-09 Chris AdamsAdd unit test for concatenated property name access
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-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-07 Andrew den ExterAdd tests for copying QQuickChangeSets and debug output.
2012-08-03 Andrew den ExterRefactor and document QQuickChangeSet.
2012-08-03 Michael BrasserMake QQmlScriptString opaque.
2012-08-02 Bea LamSkip failing test
2012-08-01 Thiago MacieiraSet the Qt API level to compatibility mode in all tests.
2012-08-01 Bea LamSkip tst_qquickfolderlistmodel::changeDrive()
2012-07-31 Glenn WatsonFix folder list model when changing drives on Windows.
2012-07-30 Matthew VogtImplement strict mode for qmldir modules
2012-07-30 Friedemann KleintRemove default parameter from protected QmlPropertyMap CT.
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 Alan AlpertEmpty JSON files are not needed for the plugin system
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-17 Matthew VogtSelect appropriate version for located module components
2012-07-16 Matthew VogtImproved error message wording
2012-07-16 Matthew VogtSupport remote import paths
2012-07-12 Chris AdamsEnable tst_qqmlpropertycache
2012-07-11 Matthew VogtAllow color to be explicitly compared to a string
2012-07-11 Glenn WatsonFix test for value type interceptors.
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 Matthew VogtRemove unwanted whitespace from test URLs
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-06 Matthew VogtExpand test case for qrc:/ URLs
2012-07-05 Andrew den ExterUse unique port numbers for http servers in auto tests.
2012-07-04 Glenn WatsonMake Behaviors work correctly with value types.
2012-07-03 Andrew den ExterAdd tests for QQuickListCompositor debug output.
2012-07-02 Chris AdamsFix crash in QQmlXmlHttpRequest
2012-07-02 Andrew den ExterUse QQmlDataTest to resolve qqqmlanguage test data...
2012-06-27 Oswald BuddenhagenMerge "Merge branch 'buildsystem'" into refs/staging...
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 Oswald BuddenhagenMerge branch 'buildsystem'
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...
next