summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
Commit message (Collapse)AuthorAgeFilesLines
* Fixes qmake -tp vcBill King2009-08-181-7/+13
| | | | | | | qmake -tp vc (rightfully) borks when it tries to include .pros that it shouldn't be, based upon platform. Reviewed-by: Rohan McGovern
* Add stringbuilder auto test to auto.prohjk2009-08-141-0/+1
| | | | Reviewed-by: trustme
* Fix auto test xmlpatternsschemats by adjusting build dependencies.Frans Englich2009-08-131-0/+1
|
* don't test dbus stuff where no dbus isJoerg Bornemann2009-08-101-2/+2
| | | | Reviewed-by: Leo
* Merge commit 'origin/4.5'Rohan McGovern2009-08-061-3/+4
|\ | | | | | | | | | | | | | | Conflicts: src/gui/dialogs/qfiledialog.cpp src/gui/dialogs/qfiledialog_win.cpp tests/auto/qicoimageformat/tst_qicoimageformat.cpp tests/auto/qscriptqobject/qscriptqobject.pro
| * Cleaned up test naming and platform-specific tests.Rohan McGovern2009-08-061-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When an autotest fails to compile, there's no way to determine which testcase(s) have been prevented from running. Our results parsing tools have been guessing, under the assumption that a directory called `qdogwalker' always contains a testcase named `tst_qdogwalker'. That wasn't true for all our tests, so let's make it true. Also changed the platform-specific tests so that qmake will simply skip those tests on unsupported platforms, instead of wasting time compiling a useless QTEST_NOOP_MAIN test.
* | Adds qgraphicsgridlayout & qgraphicstransform to autotest buildLeonardo Sobral Cunha2009-08-051-16/+18
| | | | | | | | | | | | Also removed tabs from auto.pro Reviewed-by: trustme
* | Autotest: add QSharedPointer and QWeakPointer tests for QWidget tooThiago Macieira2009-08-051-1/+2
| | | | | | | | | | | | | | | | I don't want to link the tst_qsharedpointer test to QtGui, so I created a new test. This is testing only the basic manipulations. In special, it's not testing invalid constructs.
* | Merge AudioServices into mainline.Justin McPherson2009-08-051-0/+4
| |
* | Fix autotests after QUrl change.kh2009-07-301-2/+2
| | | | | | | | Reviewed-by: kh
* | Disable for the time being until we have fixed collection files.kh2009-07-291-2/+2
| |
* | Added missing autotest/benchmark projects to the root .pro-fileDenis Dzyubenko2009-07-161-1/+2
| |
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtPeter Hartmann2009-07-151-0/+1
|\ \
| * \ Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-101-0/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gui/graphicsview/qgraphicsitem_p.h tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp tests/auto/qgraphicsview/tst_qgraphicsview.cpp
| * \ \ Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-011-1/+4
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gui/graphicsview/qgraphicsscene.cpp src/gui/graphicsview/qgraphicsscene_p.h src/gui/graphicsview/qgraphicsview.cpp src/gui/graphicsview/qgraphicsview_p.h
| * \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵Alexis Menard2009-06-161-2/+12
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt-main/qgraphicssceneindex Conflicts: src/gui/graphicsview/graphicsview.pri src/gui/graphicsview/qgraphicsitem.cpp
| * \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵Alexis Menard2009-06-051-1/+0
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | qt-main/qgraphicssceneindex
| * \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵Alexis Menard2009-05-291-1/+11
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | qt-main/qgraphicssceneindex
| * | | | | | | Fixes: Add a simple test for the scene index.Ariya Hidayat2009-04-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Details: This is just the beginning. More complex tests follow.
* | | | | | | | Merge branch 'master' of git://gitorious.org/qt/qtTobias Koenig2009-07-051-1/+5
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge branch 'research/qdbus-improvements'Thiago Macieira2009-07-021-0/+1
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | Autotest: Add testing of QDBusAbstractInterfaceThiago Macieira2009-07-021-0/+1
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-301-0/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | integrate linguist tool autotests into the qt testsuiteOswald Buddenhagen2009-06-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: 218935
| * | | | | | Enable the new QWebHistory autotest, coming from src/3rdparty/webkitSimon Hausmann2009-06-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust me
| * | | | | | Merge branch '4.5'Thiago Macieira2009-06-261-0/+1
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | / | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Conflicts: src/3rdparty/webkit/VERSION src/3rdparty/webkit/WebCore/ChangeLog src/network/access/qnetworkreplyimpl.cpp
| | * | | | QNetworkReplyImpl: Protect against recursive event loopsMarkus Goetz2009-06-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a bug that occured together with a QProgressDialog. The signal emission was like: readyRead readyRead readyRead [...] readyRead finished readyRead Now finished should be properly at the ending of this sequence. Task-number: 256630 Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
* | | | | | Merge branch 'master' of git://gitorious.org/qt/qtTobias Koenig2009-06-161-2/+12
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Added new qwebkit autotests.Simon Hausmann2009-06-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Tor Arne
| * | | | | added properties for x,y and z. Removed the notify for the pos property,Lars Knoll2009-06-111-1/+9
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add auto tests for QGraphicsObject FX items are better off with property notifications on each component rather than on the position. Added some basic testing for QGraphicsObject and fixed the failures exposed. Reviewed-by: Andreas
* | | | | Merge commit 'qt-mainline/master'Tobias Koenig2009-06-041-1/+10
|\ \ \ \ \ | |/ / / /
| * | | | Fixes failure when attempting to run all tests.Rohan McGovern2009-06-031-1/+0
| | |_|/ | |/| | | | | | | | | | auto.pro added `qtransition' to SUBDIRS but there is no such directory.
| * | | add qstatemachine autotest to auto.proKent Hansen2009-05-221-0/+1
| | | |
| * | | Merge branch '4.5'Thiago Macieira2009-05-221-1/+2
| |\ \ \ | | |/ /
| | * | Add an autotest to check that the network test server worksThiago Macieira2009-05-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This test verifies that the network test server is behaving as expected. I think I caught all the services we need testing in the server, but there's still some work to be done: 1) verify that the FTP files are there where they're supposed to be 2) verify that FTP writable areas are writable 3) verify that the HTTP server has the correct files too 4) verify that the HTTP server requests credentials for the protected area 5) attempt to do NTLM authentication to verify the password (probably can't be done with netChat) 6) add Windows SMB tests (//qt-test-server/etc.) 7) add SQL tests (connecting to the SQL server ports) It would be good as well if we could not use QtNetwork. If you break QtNetwork, this test breaks too, so we don't know where the fault is. However, rewriting networking code will add another source of bugs (same for the NTLM authentication). Reviewed-By: João Abecasis
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵Thierry Bastian2009-05-221-0/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kinetic-animations Conflicts: src/corelib/kernel/kernel.pri src/corelib/kernel/qvariant_p.h src/corelib/tools/tools.pri src/gui/graphicsview/qgraphicsitem.cpp src/gui/graphicsview/qgraphicsitem.h src/gui/graphicsview/qgraphicswidget.h src/gui/gui.pro
| | * \ \ Merge branch 'master' of ../master into contiguouscacheIan Walters2009-05-141-0/+1
| | |\ \ \
| | | * | | QRingBuffer: Enanced with readPointerAtPositionMarkus Goetz2009-05-131-0/+1
| | | | |/ | | | |/| | | | | | | | | | | Ability to read from a QRingBuffer at any position without modifying it.
| | * | | Various fixes resulting from QA code review.Ian Walters2009-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some documentation fixes. More clear handling of what is and isn't a valid indexes. Added functions for the 'really long lived circular buffer use case' Improved unit tests.
| | * | | Merge branch 'master' into contiguouscacheIan Walters2009-04-061-2/+1
| | |\ \ \ | | | |/ /
| | * | | Squashed commit of the following:Rhys Weatherley2009-03-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 39de3862f5678b3226b4932eeb342c4a023d2f2b Author: Ian Walters <ian.walters@nokia.com> Date: Thu Feb 19 14:16:05 2009 +1000 Fixes: Test runs (and passes), doc links. Task: QT-308 Details: Minor changes related to the code having moved. commit 5a8910dd1018fb228d0e2e2819ea429577bfa834 Author: Ian Walters <ian.walters@nokia.com> Date: Thu Feb 19 09:47:20 2009 +1000 Fixes: Checkin of QOffsetVector stuff for branch Task: QT-308 Details: Files originally from research/qcircularbuffer This checkin likely won't compile. Just a copy for now.
| * | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animationsAlexis Menard2009-04-171-3/+1
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | Conflicts: src/gui/graphicsview/qgraphicsitem.cpp
| * | | | Initial import of kinetic-animations branch from the old kineticAlexis Menard2009-04-171-0/+441
| / / / | | | | | | | | | | | | repository to the new repository
* | | | Add W3C XML Schema validation supportTobias Koenig2009-05-161-0/+5
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | This was done by Tobias Koenig, as part of an internship at Trolltech/Qt Software, started at Wed Oct 1 18:32:43 2008 +0200, and the last commit being part of this commit dating Tue Feb 24 11:03:36 2009 +0100. This is work consisting of about 650 commits squashed into one, where the first commit was 61b280386c1905a15690fdd917dcbc8eb09b6283, in the repository before Qt's history cut.
* | | Merge branch '4.5'Thiago Macieira2009-04-031-2/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Removed usage of NaN in SVG gradients.Kim Motoyoshi Kalland2009-04-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since there is no way to find out if gradient stops have been added to a gradient, a gradient stop at NaN was earlier used in the SVG module to mark the gradient as empty. This could cause floating point exceptions. The usage of NaN has now been replaced by a boolean in QSvgGradientStyle. Duplicate entry "qxmlpatterns" was removed from auto.pro in the auto test directory. Task-number: 250146 Reviewed-by: Samuel
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+434
|
* Long live Qt!Lars Knoll2009-03-231-0/+435