summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Collapse)AuthorAgeFilesLines
* Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-037-86/+501
| | | | | Contains some smaller fixes and renaming of macros. Looks big, but isn't scary at all ;)
* Fixed incorrect port usage in qiodevice testMiikka Heikkinen2009-08-031-1/+1
|
* Fixed SRCDIR usage for Symbian in qtextcodec autotestMiikka Heikkinen2009-08-032-0/+10
|
* Updated autotest category files for Qt 4.6Janne Anttila2009-07-307-3/+25
|
* These autotests do not really depend on gui, fixed dependencies.Janne Anttila2009-07-303-3/+3
| | | | | This fix will make the gradual porting of different Qt modules for new platforms easier.
* Fixed UiLoader autotest case build errors for Symbian.Janne Anttila2009-07-302-2/+5
|
* Fixed a consistency problem in the backing store.axis2009-07-141-0/+29
| | | | | | | | | | | | | | | | | | Widgets maintain an internal state (inDirtyList) which says whether that widget is in the backing store's list of dirty widgets. Naturally this list has to be kept in sync with the actual list contents. This did not happen if the backing store was destroyed and recreated; if the list had any contents it would be destroyed without resetting the widget flags. Destroying and recreating the backing store is common on S60 where we try to save memory. Fixed by making sure those flags are reset during backing store destruction. Done together with Jason. RevBy: Jason Barron RevBy: bnilsen AutoTest: Included
* Merge commit 'origin/master'Jason Barron2009-07-091-0/+3
|\
| * Make this test slightly more easy to work with.Frans Englich2009-07-091-0/+3
| |
* | Merge commit 'origin/master' into 4.6-mergedJason Barron2009-07-09216-57/+6930
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/corelib/kernel/qcoreevent.cpp src/corelib/tools/qdumper.cpp src/gui/kernel/qwidget.cpp src/gui/kernel/qwidget_p.h src/gui/kernel/qwidget_s60.cpp src/gui/text/qfontdatabase.cpp src/network/access/qnetworkreplyimpl.cpp src/sql/drivers/ibase/qsql_ibase.cpp src/testlib/qtestcase.cpp src/testlib/testlib.pro tests/auto/network-settings.h tests/auto/q3sqlcursor/tst_q3sqlcursor.cpp tests/auto/qobjectrace/tst_qobjectrace.cpp tests/auto/qsqldatabase/tst_qsqldatabase.cpp tools/configure/configureapp.cpp translations/qt_ru.ts
| * Switched to asynchronous focus handling on Symbian.axis2009-07-091-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | This was done in order to be more in line with what other platforms (at least X11) do. In addition, it prevents show() from entering event handlers in Qt. That should only happen in processEvents(). This required the introduction of a new event, SymbianDeferredFocusChanged, which we post whenever there is a focus change. RevBy: Jason Barron AutoTest: Passed
| * Added some extra cleanup for QWidget autotest.axis2009-07-091-0/+3
| | | | | | | | | | | | | | These leftovers made some tests fail on Symbian due to focus issues. RevBy: Trust me AutoTest: Passed
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-07-07206-23/+6852
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.exe src/network/access/qhttpnetworkconnection_p.h tests/auto/qstyle/qstyle.pro tests/auto/qstyle/tst_qstyle.cpp tools/configure/configureapp.cpp configure.exe will be recompiled in next commit. Took ours.
| | * Fix more sql autotest failures.Bill King2009-07-061-3/+4
| | | | | | | | | | | | | | | | | | Sql server fails at numeric field calculations. (Confirmed by running against MySql via odbc). Also, quote fields properly. The drivers know how to do it correctly, so let them handle it.
| | * Fix precision autotest for SqlServerBill King2009-07-061-6/+7
| | | | | | | | | | | | | | | Sql Server can't count. Reduce the expected length of string when we're on sql server.
| | * Fix up two more qsqldatabase autotests.Bill King2009-07-031-1/+8
| | |
| | * add license headersOswald Buddenhagen2009-07-025-0/+205
| | |
| | * Get more autotests passing/fixed up.Bill King2009-07-022-2/+16
| | |
| | * integrate linguist tool autotests into the qt testsuiteOswald Buddenhagen2009-06-30200-0/+6573
| | | | | | | | | | | | Task-number: 218935
| | * Compile qmake autotestMarius Storm-Olsen2009-06-301-1/+1
| | |
| | * QTemporaryFile: Report the user-provided openModeJoão Abecasis2009-06-291-0/+33
| | | | | | | | | | | | Reviewed-by: Thiago
| | * Fix autotest failure in QStyle:drawItemPixmapJens Bache-Wiig2009-06-292-1/+5
| | | | | | | | | | | | | | | | | | | | | This was basically a problem with shadow builds not being able to access the pixmap. Reviewed-by:eskil
| * | Skipped autotest on S60.axis2009-07-071-0/+4
| | |
| * | Fixed QFile autotest for Symbian.axis2009-07-061-0/+2
| | | | | | | | | | | | | | | This was originally fixed in 20c635c82d388, but was lost in the merge e74c8dc65e2fe.
| * | Removed code that was left over when cleaning up.axis2009-07-061-12/+0
| | |
| * | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-07-031-5/+5
| |\ \
| | * | Fixed a compilation issue for tests/auto/qitemeditorfactory.Liang Qi2009-07-021-5/+5
| | | |
| * | | Symbian fixes to qobjectrace autotest.Miikka Heikkinen2009-07-032-3/+30
| |/ / | | | | | | | | | | | | Pre-emptively XFailed the panicing cases; should be reverted once root cause is fixed (see task 257411).
| * | Fixed the compilation problem of tests/auto/qpixmap.Liang Qi2009-07-011-1/+1
| | |
| * | Fixed tst_QEventLoop::exec() for SymbianMiikka Heikkinen2009-06-301-7/+18
| | |
| * | Disable failing testsHarald Fernengel2009-06-301-2/+5
| | |
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-29834-2538/+132324
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore src/gui/dialogs/qfiledialog_p.h src/gui/painting/qpaintengine_raster.cpp src/gui/text/qfontdatabase.cpp tests/auto/network-settings.h tests/auto/qitemdelegate/tst_qitemdelegate.cpp
| | * bug fixDerick Hawcroft2009-06-291-6/+4
| | | | | | | | | | | | | | | Task-number: 217003 Reviewed-by: Bill King
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-30935-2465/+137570
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore configure.exe src/corelib/concurrent/qtconcurrentthreadengine.h src/corelib/global/qnamespace.h src/gui/graphicsview/qgraphicssceneevent.h src/gui/kernel/qapplication.cpp src/gui/kernel/qapplication.h src/gui/kernel/qapplication_p.h src/gui/kernel/qapplication_qws.cpp src/gui/kernel/qwidget.h src/gui/painting/qpaintengine_raster.cpp src/gui/text/qfontdatabase.cpp src/network/access/qnetworkaccesshttpbackend.cpp tests/auto/network-settings.h tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro tests/auto/qvariant/tst_qvariant.cpp
| * | | QXmlQuery: add setFocus(const QString &).Frans Englich2009-06-291-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by Girish and Jurgen. Useful for training and small examples. Task-number: 245219 Reviewed-by: Tobias Koenig AutoTest: Included in this submit.
| * | | QMenuBar: adding autotest for the geometry calculationThierry Bastian2009-06-291-8/+34
| | | | | | | | | | | | | | | | Also fixed a bug that would take the VMargin 3 times instead of 2.
| * | | QMenuBar: adding autotest and simplify/fix geometry calculationThierry Bastian2009-06-291-0/+43
| | | |
| * | | QMenu: adding autotest for the geometry calculationsThierry Bastian2009-06-291-0/+35
| | | | | | | | | | | | | | | | I also fixed an off-by-1 pixel bug
| * | | Enable the new QWebHistory autotest, coming from src/3rdparty/webkitSimon Hausmann2009-06-294-1/+61
| | | | | | | | | | | | | | | | Reviewed-by: Trust me
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtJason McDonald2009-06-291-0/+76
| |\ \ \
| | * | | Fixed QPushButton sizeHint recalculation bug.jasplin2009-06-291-0/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch causes the size hint of QPushButton to be recalculated in cases where the value of the autoDefault property may have changed due to changes in the ancestor chain. If not explicitly set, the value of the autoDefault property depends on the presence of a QDialog ancestor. Note: The new autotest covers two different use cases related to this behavior. Reviewed-by: janarve Task-number: 255581
| * | | | Fix license headers after multitouch+gestures merge.Jason McDonald2009-06-291-5/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Commercial license headers belong in source packages only. The repo must have the pre-release license headers. Reviewed-by: Trust Me
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtJason McDonald2009-06-2910-0/+1163
| |\ \ \
| | * | | Added dummy backend for phonon for testing.Kurt Korbatits2009-06-2910-0/+1163
| | | | |
| * | | | Fix old/missing license headers from multitouch+gestures merge.Jason McDonald2009-06-293-6/+6
| |/ / / | | | | | | | | | | | | Reviewed-by: Trust Me
| * | | Merge branch '4.5'Thiago Macieira2009-06-281-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | Fix painting errors in QScrollArea on Mac (Carbon)Morten Sørvig2009-06-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is mainly a stop-gap solution for 4.5.x. It trades painting performance for correct painting. Commit 7988d05da changed the opaque test from q->testAttribute(Qt::WA_OpaquePaintEvent) to qt_widget_private(w)->isOpaque in qt_mac_update_widget_posisiton. This means we'll do optimized moves in more cases. Unfortunately it also causes painting errors in some cases (see the task). Revert the commit for now to put the 4.5 branch in a god shape. Task-number: 252295 Reviewed-by: nrc
| * | | QMenu: refactor of the update of the geometry to have one central placeThierry Bastian2009-06-261-2/+2
| | | | | | | | | | | | | | | | of calculation (ie. updateActionRects)
| * | | Autotest: remove or correct invalid testsThiago Macieira2009-06-261-20/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In making QUrl more strict with hostnames (to avoid malicious attacks), I'm implementing the STD3 checks described by RFC 3490. These tests are invalid, so they are being removed or corrected. STD3 requires that the hostname be composed of Letters, Digits, Hyphens (so no underlines) and limited to 63 characters. Also, an empty port doesn't make sense.
| * | | Autotest: Remove faulty test case: xn--fuball-cta.de is not allowedThiago Macieira2009-06-261-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | There's only one permitted encoding for a hostname. If "fußball.de" expands to "fussball.de" (due to NFKC), then it can't be equivalent to xn-fuball-cta.de.