Doc: Enabling Qt QML linking to Qt Quick.
[profile/ivi/qtdeclarative.git] / src / qmltest / quicktest.cpp
2012-11-30 Shawn RutledgeRemove the remaining usages of deprecated QWindow accessors
2012-11-26 Tasuku SuzukiEnable mobule build with QT_NO_TRANSLATION
2012-11-20 Eskil Abrahamsen... Merge branch 'newdocs'
2012-11-08 Shawn RutledgeAll QWindow properties that have "window" in them have...
2012-11-02 Jerome PasionMerge branch 'master' of ssh://codereview.qt-project...
2012-10-24 Friedemann KleintFix crash in qtlocation tests.
2012-10-20 Friedemann KleintFix qmltest library.
2012-09-23 Iikka EklundChange copyrights from Nokia to Digia
2012-07-25 Charles YinAdd waitForRendering() function for qmltest
2012-06-14 Charles YinAlign windowShown flag with qml renderer state
2012-04-18 Donald CarrEnabled widget free compilation of QtQuick
2012-04-11 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-30 Charles YinAllocate QQuickView on heap instead of stack
2012-03-19 Kent HansenMerge master into api_changes
2012-03-13 Matthew VogtMerge branch 'master' of git://gitorious.org/qt/qtdecla...
2012-03-13 Aaron McCarthyOnly attempt to load QML test cases from source directo...
2012-03-13 Charles YinRemove the rest of qtquick 1.0 code from qmltest
2012-03-05 Matthew VogtMerge remote branch 'gerrit/api_changes' into merge...
2012-03-05 Matthew VogtMerge master <-> api_changes
2012-02-24 Matthew VogtRename QDeclarative symbols to QQuick and QQml
2012-02-22 Caroline ChaoCodeCoverage: Fixes regression.
2012-02-16 Friedemann KleintQtDeclarative/Quick: Fix warnings.
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-02-08 Caroline ChaoCodeCoverage: Fix wrong type passed to saveCoverageTool.
2012-02-02 Matthew VogtRemove QtQuick1 elements from qtdeclarative
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