qtdeclarative/tests/auto/qml
Gatis Paeglis 253e9257e1 Introspect qrc files in FolderListModel.
And don't use "file watchers" for resource file paths,
otherwise it generates the following warning:

QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No
such file or directory

Change-Id: I6b75c9195fb2b2ba7b3e0bb7d146fc5cd343927e
Task-number: QTBUG-40307
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
2014-08-22 23:00:37 +02:00
..
animation Skip animations tests for MinGW. 2014-01-28 22:39:27 +01:00
debugger Add support for conditional breakpoints and evaluate. 2014-08-08 10:45:12 +02:00
parserstress fix whitespace 2014-01-22 21:01:53 +01:00
qjsengine Exclude private methods and QObject::deleteLater from enumerable properties 2014-06-24 16:48:18 +02:00
qjsonbinding Fix the remaining test failures in the jsonbinding autotest 2013-06-17 13:52:24 +02:00
qjsvalue Fix === operator for value types 2013-11-15 13:07:52 +01:00
qjsvalueiterator Fix regression in QJSValueIterator::next() since Qt 5.1.1 2014-05-14 12:16:12 +02:00
qmlmin Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into wip/v4 2013-06-24 11:48:46 +02:00
qmlplugindump Tools: unnecessary to make qmlplugindump a bundle 2013-05-20 15:04:34 +02:00
qqmlapplicationengine tst_qqmlapplicationengine: clear $QT_MESSAGE_PATTERN 2014-07-30 17:36:51 +02:00
qqmlbinding Update copyright year in Digia's license headers 2013-01-10 19:52:37 +01:00
qqmlbundle Update copyright year in Digia's license headers 2013-01-10 19:52:37 +01:00
qqmlchangeset Fix QQmlDelegateModelChangeArray 2014-07-22 13:49:09 +02:00
qqmlcomponent TestHTTPServer: Make listening an explicit operation that reports failure. 2014-03-21 00:09:29 +01:00
qqmlconnections Avoid recompiling of signal handlers defined in QtQuick state changes and Connection objects 2014-04-02 14:04:11 +02:00
qqmlconsole Add the features of QLoggingCategory to QML's debugging methods. 2014-03-07 12:20:24 +01:00
qqmlcontext Fix setContextObject to re-evaluate bindings 2014-08-15 18:48:33 +02:00
qqmlcpputils Fix compilation with built-in v4vm JS engine 2013-04-15 13:03:20 +02:00
qqmldirparser Add Singleton support for QML 2013-09-21 01:20:55 +02:00
qqmlecmascript Merge remote-tracking branch 'origin/5.3' into 5.4 2014-08-12 10:04:33 +02:00
qqmlengine QQmlError::toString: improve handling of empty urls. 2014-07-24 15:15:43 +02:00
qqmlenginecleanup Fix qmlClearTypeRegistrations tests 2013-09-17 06:14:36 +02:00
qqmlerror Fix autotests expecting a trailing whitespace for qDebug stream 2013-12-12 10:52:27 +01:00
qqmlexpression Update copyright year in Digia's license headers 2013-01-10 19:52:37 +01:00
qqmlfileselector Polish up QQmlFileSelector 2013-11-13 09:32:27 +01:00
qqmlglobal Fix autotests expecting a trailing whitespace for qDebug stream 2013-12-12 10:52:27 +01:00
qqmlincubator Avoid double deletion when deleting an incubating component. 2014-08-11 13:03:19 +02:00
qqmlinfo Replace qt.nokia.com by www.qt-project.org in tests. 2013-07-15 15:40:43 +02:00
qqmlinstantiator Fix adding created objects to instantiator. 2013-10-29 23:04:18 +01:00
qqmllanguage v4: Enable primitive conversation to QQmlScriptString in javascript 2014-08-22 20:46:08 +02:00
qqmllistcompositor Fix autotests expecting a trailing whitespace for qDebug stream 2013-12-12 10:52:27 +01:00
qqmllistmodel Merge remote-tracking branch 'origin/stable' into dev 2014-06-04 17:02:55 +02:00
qqmllistmodelworkerscript Fix expected test output for one list model test 2013-06-21 14:14:02 +02:00
qqmllistreference Update copyright year in Digia's license headers 2013-01-10 19:52:37 +01:00
qqmllocale Fix remaining QQmlLocale auto-test failures 2014-04-08 20:51:42 +02:00
qqmlmetaobject Change C++ parameter type used for var parameters in QML declared signals 2013-12-24 10:32:35 +01:00
qqmlmetatype fix whitespace 2014-01-22 21:01:53 +01:00
qqmlmoduleplugin TestHTTPServer: Make listening an explicit operation that reports failure. 2014-03-21 00:09:29 +01:00
qqmlnotifier Don't call receivers from disconnectNotify 2013-11-17 12:42:48 +01:00
qqmlparser Remove unused field in test class. 2013-03-19 01:57:45 +01:00
qqmlproperty Remove QWidget include from QQmlProperty test. 2014-07-17 11:28:43 +02:00
qqmlpropertycache Fix compilation with built-in v4vm JS engine 2013-04-15 13:03:20 +02:00
qqmlpropertymap QQmlError::toString: improve handling of empty urls. 2014-07-24 15:15:43 +02:00
qqmlqt Add a column to the default method error message 2014-03-02 17:10:51 +01:00
qqmlsettings QQmlSettings: fix loading of initial values 2013-10-29 15:33:00 +01:00
qqmlsqldatabase Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into merge 2013-07-26 11:52:32 +02:00
qqmltimer Update copyright year in Digia's license headers 2013-01-10 19:52:37 +01:00
qqmltranslation Cleanup 2014-08-15 08:28:43 +02:00
qqmltypeloader Fix leak-on-exit of QSGRenderLoop::s_instance 2014-01-28 22:43:38 +01:00
qqmlvaluetypeproviders Fix MSVC-warnings about double to float truncation in QML-tests. 2014-01-24 17:28:34 +01:00
qqmlvaluetypes Fix MSVC-warnings about double to float truncation in QML-tests. 2014-01-24 17:28:34 +01:00
qqmlxmlhttprequest Merge remote-tracking branch 'origin/stable' into dev 2014-05-10 11:53:47 +02:00
qquickfolderlistmodel Introspect qrc files in FolderListModel. 2014-08-22 23:00:37 +02:00
qquickworkerscript Fix global object handling in worker script JS files. 2014-02-25 20:01:12 +01:00
qrcqml Update copyright year in Digia's license headers 2013-01-10 19:52:37 +01:00
qtqmlmodules Fix compilation with built-in v4vm JS engine 2013-04-15 13:03:20 +02:00
qv4debugger Add support for conditional breakpoints and evaluate. 2014-08-08 10:45:12 +02:00
v4misc V4 RegAlloc: change life-time intervals from closed to half-open. 2014-06-13 10:29:33 +02:00
qml.pro WinRT: Disable qml debugger autotest 2014-03-14 13:53:48 +01:00
runall.sh Update copyright year in Digia's license headers 2013-01-10 19:52:37 +01:00