doc: fix some typos in .qml files
[profile/ivi/qtdeclarative.git] / src / imports / testlib / TestCase.qml
2012-09-06 Sergio Ahumadadoc: fix some typos in .qml files
2012-07-25 Charles YinAdd waitForRendering() function for qmltest
2012-07-18 Charles YinAdd fuzzyCompare() to qmltest
2012-07-04 Charles YinImprove mouseWheel() function
2012-06-12 Charles YinAdd pixel comparation support to qmltest
2012-04-19 Charles YinClean up qmltest code
2012-04-11 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-04-05 Charles YinFix some issues with init_data() for qmltest
2012-04-03 Charles YinAdd init_data() function for default data driven testing
2012-03-19 Kent HansenMerge master into api_changes
2012-03-13 Charles YinImplement mouseDrag
2012-02-13 Justin McPhersonChange variant properties to var properties.
2012-02-13 Jason McDonaldqmltest: Remove obsolete skipAll function.
2012-02-13 Jason McDonaldqmltest: Count passes, fails and skips consistently.
2012-02-09 Jason McDonaldRemove code related to test location.
2012-02-08 Jason McDonaldqmltest: Perform extra checks after each data row is...
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-23 Jason McDonaldUpdate obsolete contact address.
2012-01-19 Jason McDonaldChange testlib skipAll function to failure.
2012-01-17 Jason McDonaldUpdate copyright year in Nokia copyright headers.
2011-10-25 Charles YinRemove warning messages from TestCase.qml
2011-10-24 Charles YinFix qmltestrunner hang bug when no TestCase item
2011-10-21 Charles YinAdd file and lineno parameters to warn() method
2011-10-21 Jason McDonaldRemove SkipMode from qtestlib API.
2011-09-22 juhvuWheel event support in qmltestlib + few fixes.
2011-09-12 Gunnar SlettaMerge branch 'master' into refactor
2011-09-07 Charles Yinremove useless debug log
2011-08-25 Gunnar SlettaMerge branch 'master' into refactor
2011-08-23 Julian de BhalQML Autotests: Use fuzzy compare for real numbers
2011-07-20 Charles Yinfix qmltest bugs
2011-07-08 Aaron KennedyMerge branch 'v8'
2011-07-08 Jyri TahtelaUpdate licenseheader text in source files for qtdeclara...
2011-07-01 Aaron KennedyMerge branch 'master' into v8-clean
2011-06-23 Charles YinwindowShown is a property of qtest, not util.
2011-06-23 Charles Yinget the caller file & line number from v8 stack trace.
2011-06-06 Alan AlpertMerge branch 'master' into qtquick2
2011-05-31 Martin JonesMerge branch 'master' of git://scm.dev.nokia.troll...
2011-05-31 Martin JonesMerge branch 'qtquick2'
2011-05-20 Charles YinIntegrate QtQuickTest into Qt