| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove QUICK_TEST_SCENEGRAPH.HEADmaster | Robin Burchell | 2013-06-11 | 2 | -158/+65 |
* | Add an option for qmltestrunner to load translation files. | Robin Burchell | 2013-06-11 | 1 | -0/+16 |
* | Replaced Nokia copyrights and contact details | Teemu Kaukoranta | 2013-05-28 | 99 | -296/+198 |
* | Fixed licenses | Teemu Kaukoranta | 2013-05-28 | 98 | -1458/+1556 |
* | Don't create event loop in quick_test_main() if it exists already | Robin Burchell | 2013-04-03 | 1 | -1/+2 |
* | Generate real mouse events on mouseMove | Matt Vogt | 2013-01-08 | 3 | -8/+49 |
* | Convert documentation to new qdoc style | Rhys Weatherley | 2011-02-15 | 56 | -2571/+2347 |
* | Make it possible to use QtQuickTest with QtQuick2 | Rhys Weatherley | 2011-02-15 | 4 | -86/+201 |
* | Changed explicit Qt version from 4.7 to 4.7.1 | René Hansen | 2011-01-28 | 1 | -1/+1 |
* | Added try catch around JSON.stringify | Sascha Kolewa | 2011-01-10 | 1 | -1/+5 |
* | Added Qt headers, replace import Qt with import QtQuick | Sascha Kolewa | 2011-01-10 | 2 | -2/+84 |
* | Merged Extend_compare_for_objects_and_arrays | Sascha Kolewa | 2011-01-10 | 1 | -0/+7 |
* | Merge branch 'Extend_compare_for_objects_and_arrays' | Sascha Kolewa | 2011-01-10 | 3 | -16/+1540 |
|\ |
|
| * | Added test cases (also taken from http://philrathe.com)Extend_compare_for_objects_and_arrays | Sascha Kolewa | 2010-12-21 | 3 | -33/+1390 |
| * | Added function to compare objects | Sascha Kolewa | 2010-12-21 | 1 | -30/+116 |
| * | Added object comparison to TestCase QML class | Sascha Kolewa | 2010-12-21 | 3 | -13/+82 |
| * | Merge branch 'master' of git://scm.dev.nokia.troll.no/research/qtest-qml into... | Sascha Kolewa | 2010-12-20 | 9 | -33/+240 |
| |\ |
|
| * | | Test case for objects | Sascha Kolewa | 2010-12-20 | 1 | -0/+12 |
* | | | Remove support for tests in qrc resources. | Rhys Weatherley | 2011-01-04 | 1 | -16/+1 |
| |/
|/| |
|
* | | Run named test functions from the command-line | Rhys Weatherley | 2010-12-16 | 4 | -2/+55 |
* | | Print the available tests when -functions supplied | Rhys Weatherley | 2010-12-16 | 2 | -1/+30 |
* | | Store test function names from the command-line | Rhys Weatherley | 2010-12-16 | 3 | -6/+107 |
* | | Improve verbose output mode | Rhys Weatherley | 2010-12-16 | 3 | -10/+20 |
* | | qdoc fixes | Rhys Weatherley | 2010-12-16 | 1 | -4/+4 |
* | | Fix expectFail() example and clarify documentation | Rhys Weatherley | 2010-12-16 | 3 | -12/+26 |
|/ |
|
* | Add a SignalSpy item for watching signals | Rhys Weatherley | 2010-12-15 | 8 | -3/+357 |
* | Fix whitespace issues | Rhys Weatherley | 2010-12-15 | 2 | -2/+2 |
* | Deprecate running tests from resources | Rhys Weatherley | 2010-12-15 | 5 | -49/+40 |
* | Remove "file://" prefix from filenames in the logs | Rhys Weatherley | 2010-12-15 | 1 | -10/+19 |
* | Report QML compile errors in the log | Rhys Weatherley | 2010-12-15 | 1 | -7/+15 |
* | Fix style problem | Rhys Weatherley | 2010-12-14 | 1 | -1/+1 |
* | Simulation of keyboard and mouse events | Rhys Weatherley | 2010-12-14 | 7 | -0/+626 |
* | Make buttonclick test name consistent with filename | Rhys Weatherley | 2010-12-14 | 1 | -1/+1 |
* | Add some self tests for QtQuickTest | Rhys Weatherley | 2010-12-13 | 2 | -12/+319 |
* | Better documentation for optional parameters | Rhys Weatherley | 2010-12-13 | 1 | -23/+15 |
* | Minor typo | Rhys Weatherley | 2010-12-10 | 1 | -1/+1 |
* | Add url of the external source repo | Rhys Weatherley | 2010-12-10 | 1 | -1/+3 |
* | Convert the documentation into qdoc form | Rhys Weatherley | 2010-12-10 | 41 | -318/+4504 |
* | Document the TestCase element using qdoc syntax | Rhys Weatherley | 2010-12-10 | 2 | -0/+515 |
* | Prefix internal identifiers with "qtest_" | Rhys Weatherley | 2010-12-10 | 1 | -105/+104 |
* | Better handling for uncaught exceptions | Rhys Weatherley | 2010-12-10 | 1 | -1/+2 |
* | Fix for INCLUDEPATH in quicktestlib.pro file | Rhys Weatherley | 2010-12-10 | 1 | -0/+1 |
* | Merge branch 'master' of scm.dev.nokia.troll.no:research/qtest-qml | Daniel Pope | 2010-12-10 | 6 | -2/+139 |
|\ |
|
| * | Add a stand-alone test runner for QML unit tests | Rhys Weatherley | 2010-12-10 | 4 | -1/+90 |
| * | Handle import paths in the test harness | Rhys Weatherley | 2010-12-10 | 3 | -1/+49 |
* | | Windows-ification of the QML test framework... In summary: | Daniel Pope | 2010-12-10 | 2 | -4/+3 |
|/ |
|
* | Add benchmark support to the QML test framework | Rhys Weatherley | 2010-12-09 | 6 | -4/+339 |
* | QTEST_QUICK -> QUICK_TEST | Rhys Weatherley | 2010-12-09 | 6 | -22/+22 |
* | Move headers to QtQuickTest directory | Rhys Weatherley | 2010-12-09 | 7 | -9/+9 |
* | QDeclarative -> QuickTest for the test classes | Rhys Weatherley | 2010-12-09 | 8 | -79/+79 |