Remove "All rights reserved" line from license headers.
[profile/ivi/qtdeclarative.git] / src / qmltest / quicktest.cpp
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-23 Jason McDonaldUpdate obsolete contact address.
2012-01-17 Jason McDonaldUpdate copyright year in Nokia copyright headers.
2012-01-13 Charles YinDon't delete global app
2012-01-11 Friedemann KleintQMLTest: Fix output of file names, make output more...
2011-12-09 Caroline ChaoIntegrate testcocoon support into QtQuickTest.
2011-12-02 Kent HansenSay hello to QtQuick module
2011-11-09 Charles YinFix qmltestrunner crash bug when report filename and...
2011-11-01 Friedemann KleintDeclarative: Fix gcc 4.6 warnings about assigned/unused...
2011-10-28 Charles YinAdd I18N support to qmltestrunner
2011-10-24 Charles YinFix qmltestrunner hang bug when no TestCase item
2011-10-21 Kent HansenRename Qt Quick-specific classes to QQuick*
2011-10-14 Charles Yinonly use one QSGView instance for all qml test cases
2011-10-10 Charles Yinmake it possible to run single qml test case file by...
2011-09-13 Gunnar SlettaMerge branch 'refactor'
2011-09-12 Gunnar SlettaMerge branch 'master' into refactor
2011-09-09 Matthew Cattellmake quicktest build and modify to use qwindow
2011-08-31 Lars KnollMerge remote-tracking branch 'origin/master' into refactor
2011-08-31 Gunnar SlettaMerge branch 'master' into refactor
2011-08-29 Samuel RødalGet declarative running on new gui/opengl stack.
2011-08-26 Kai KoehneDeprecate QDeclarativeDebugHelper class
2011-08-25 Gunnar SlettaMerge branch 'master' into refactor
2011-08-11 Gunnar SlettaMerge branch 'master' into refactor
2011-08-08 Charles Yinparse args earlier
2011-08-08 Charles Yindon't create QApplication if there is already one there
2011-07-29 Simon HausmannMerge the QJSEngine and QJSValue development branch...
2011-07-12 Martin JonesExtract all QtQuick 1 elements into a separate library...
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 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