summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui.pro
Commit message (Collapse)AuthorAgeFilesLines
* QScroller merge, part 1Robert Griebl2010-12-021-0/+1
| | | | | | | | | | | | | | This merge consists of the actual kinetic scroller implementation, its autotests plus a few examples. QAbstractScrollArea and QAbstractItemView have been extended to support the new scroll events. The complete history is in http://scm.dev.nokia.troll.no/projects/qt/repos/rgriebls-qt-flickgesture/logs/4.7-flickgesture (part 2 is the QML Flickable replacement / part 3 is QWebView support) Task-number: QTBUG-9054 Reviewed-by: Ralf Engels
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-281-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gui/kernel/qapplication.cpp tests/auto/qfileinfo/tst_qfileinfo.cpp tools/qdoc3/test/assistant.qdocconf tools/qdoc3/test/designer.qdocconf tools/qdoc3/test/linguist.qdocconf tools/qdoc3/test/qmake.qdocconf tools/qdoc3/test/qt-build-docs.qdocconf tools/qdoc3/test/qt.qdocconf
| * Add unit tests for QMimeData.Robin Burchell2010-07-141-0/+1
| | | | | | | | | | Merge-request: 2428 Reviewed-by: Andreas Kling <andreas.kling@nokia.com>
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-011-0/+8
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: bin/syncqt src/gui/text/qtextlayout.cpp tools/assistant/tools/assistant/helpviewer_qwv.cpp tools/assistant/tools/assistant/helpviewer_qwv.h tools/configure/configureapp.cpp
| * Various fixes to autotests when using the symbian/linux-armcc mkspec.axis2010-06-291-0/+8
| |
* | Fix maketestselftest by adding the qglyphs testOlivier Goffart2010-06-071-0/+1
|/ | | | | | Also make the test find the font in shadow build Reviewed-by: eskil
* Autotest: oops, fix oops: remove qguard from auto.proThiago Macieira2010-03-271-1/+0
|
* Added missing tests to tests/auto/*.proRohan McGovern2010-03-071-0/+1
|
* Fixed duplicate entry for windowsmobile in tests/auto/*.proRohan McGovern2010-03-041-1/+0
|
* Move tests into separate .pro files, based on Qt module.Rohan McGovern2010-03-031-0/+223
Having the tests in separate projects allows for some optimization strategies when running the tests (e.g. start running corelib tests while the rest of Qt is still compiling), and allows developers to run only a subset of tests when appropriate.