summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Collapse)AuthorAgeFilesLines
* Enabled the QTEST_NO_RTTI flag for WindowsCEninerider2009-09-252-1/+4
| | | | | | WindowsCE will not do any tests involving dynamic casts. Reviewed-by: Joerg
* Fixed path for lackey.exe for Windows CEninerider2009-09-251-2/+8
| | | | | | Also added check, whether some processes where actually not started. Reviewed-by: Joerg
* Compiler fix for Windows CEninerider2009-09-251-0/+2
| | | | | | The <sys/types.h> header is unavailable in Windows CE Reviewed-by: Joerg
* tst_qrocess compilation fix for Windows CEninerider2009-09-251-2/+2
| | | | | | Mismatching preprocessor statements cleaned up. Reviewed-by: Joerg
* Added an explicit change for two tests (temporary fix!)ninerider2009-09-251-2/+12
| | | | | | | | | | The failing (3) values are explicitly excepted here. The source values for the comparison table should remain untruncated doubles and the error bound checking function should be made dynamic. Also the source values should come from a "trusted" source and not from QEasingCurve itself. Reviewed-by: Joerg
* tst_QComboBox::task248169_popupWithMinimalSize() fixed for WinCEninerider2009-09-251-2/+4
| | | | | | | Changed the absolute size values for the combobox to desktop dependent sizes. Reviewed-by: Joerg
* Test projects for Qt3 factored out from the general testsninerider2009-09-251-10/+14
| | | | | | Tests made unavailable for Windows CE testing Reviewed-by: Joerg
* Fixed qfilesystemmodel test linking for SymbianJanne Anttila2009-09-251-0/+1
| | | | Reviewed-by: TrustMe
* Fixed qdialogbuttonbox test compilation for SymbianJanne Anttila2009-09-251-4/+18
| | | | Reviewed-by: Jason Barron
* Fix qfiledialog autoest compilation for SymbianJanne Anttila2009-09-251-1/+7
| | | | Reviewed-by: TrustMe
* Update src/3rdparty/javascriptcore and adapt src/script to the changes.Kent Hansen2009-09-243-1/+5
| | | | Reviewed-by: Simon Hausmann
* Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-09-241-1/+1
|\ | | | | | | | | | | | | Conflicts: examples/webkit/formextractor/formextractor.pro mkspecs/features/qt.prf src/gui/painting/qpaintengineex.cpp
| * Revert "Autotest: This test does requires internal builds (with autotests)."Joerg Bornemann2009-09-241-1/+0
| | | | | | | | | | | | | | This reverts commit df47e0d40290f5e40054a9612f75177d9ef8537a. There is no "private_build" in Qt 4.5 Reviewed-By: thiago
| * Autotest: This test does requires internal builds (with autotests).Thiago Macieira2009-09-231-0/+1
| | | | | | | | Reviewed-By: TrustMe
| * fix tst_QMenu::task242454_sizeHint for Windows mobileJoerg Bornemann2009-09-221-1/+1
| | | | | | | | | | | | | | | | QMenu actually doesn't use QFontMetrics::width to calculate its bounding rect but QFontMetrics::boundingRect. That's why this test failed on Windows CE. Reviewed-by: thierry
* | Fix the compilation error for tst_qgraphicsview on S60.Liang QI2009-09-241-8/+24
| | | | | | | | | | | | static_cast from QGraphicsView* to QWidget*. Change QPlastiqueStyle to QWindowsStyle for some platforms like S60. Reviewed-by: Jason Barron
* | Fixed compile of tests.Rohan McGovern2009-09-241-1/+1
| | | | | | | | | | | | Test qaudiodeviceid was replaced with qaudiodeviceinfo. Reviewed-by: Paul
* | Fix QTextDocument::revision()mae2009-09-241-0/+39
| | | | | | | | | | | | | | | | | | The revision was bound to the current depth of the undo stack. This had the negative side effect, that equal revisions could point to different documents, and sometimes changes would not even increase the revision (in the case of undo command merging). Reviewed-by: Roberto Raggi
* | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-2444-258/+550
|\ \
| * | Stabilize Q3Table testOlivier Goffart2009-09-241-0/+13
| | | | | | | | | | | | If there is no focus widget while doing keyClick, the test crashes
| * | Compile testsOlivier Goffart2009-09-242-5/+5
| | |
| * | AudioService API changes; QString->const QString&, remove QAudioDeviceId use ↵Justin McPherson2009-09-245-131/+6
| | | | | | | | | | | | | | | | | | QAudioDeviceInfo. Reviewed-by: Bill King
| * | Remove extraneous debug statementBill King2009-09-241-2/+0
| | |
| * | Stabilize more testsOlivier Goffart2009-09-233-89/+95
| | |
| * | Fix tst_QWidget::activateWindow on X11Olivier Goffart2009-09-231-5/+6
| | | | | | | | | | | | | | | | | | On X11 one needs to wait logner for the reply for the window mabager All the QWidget tests passes on my X11 in about 30seconds now
| * | Stabilize more testOlivier Goffart2009-09-238-10/+12
| | |
| * | Fix Q3TextBrowserOlivier Goffart2009-09-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | It seems that the test machine has some different font configuration which makes the font weight different from the default one. Fixed the problem by resolving the font before comparing. Reviewed-by: Peter Hartmann
| * | Stabilize QGraphicsEffect and QToolTip testOlivier Goffart2009-09-232-12/+11
| | |
| * | Try to stabilize stylesheet testOlivier Goffart2009-09-231-2/+3
| | |
| * | QLabel and QTextEdit autotest pro files fixedJoerg Bornemann2009-09-232-2/+2
| | | | | | | | | | | | Reviewed-by: joerg
| * | tests/auto/qpainter pro file fixedJoerg Bornemann2009-09-231-1/+1
| | | | | | | | | | | | Reviewed-by: TrustMe
| * | tests/auto/QSvgGenerator pro file fixedJoerg Bornemann2009-09-231-1/+1
| | | | | | | | | | | | Reviewed-by: TrustMe
| * | Skip tst_QWidget::setWindowGeometry on X11Olivier Goffart2009-09-231-0/+10
| | | | | | | | | | | | | | | | | | | | | Since WindowManager operation are all assync, and we have no way to know if the window manager has finished playing with the window geometry, this test can't be reliable. Reviewed-by: Denis
| * | Stabilize tst_QWidget::saveRestoreGeometryOlivier Goffart2009-09-231-21/+37
| | | | | | | | | | | | | | | We need to wait for more condition before saving, otherwise what we save is not accurate (and the test fails)
| * | Add test for to see if the layout is stable if it has several solutions.Jan-Arve Sæther2009-09-231-6/+59
| | | | | | | | | | | | Currently this fails, so we have to use QEXPECT_FAIL.
| * | Merge branch 's60MainHelperClasses' into 4.6axis2009-09-232-0/+137
| |\ \
| | * | Added support for using custom application objects on S60.axis2009-09-232-0/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this patch, the application developer can use his own CEikApplication, CEikDocument and CEikAppUi classes with Qt, by deriving from QS60MainApplication, QSMainDocument and QS60MainAppUi, respectively. He can then register a factory function in the QApplication constructor to have his own objects created during the framework initialization. This patch also fixes some Qt code style issues. RevBy: Jason Barron RevBy: mread RevBy: Sami Merila RevBy: Shane Kearns
| * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Marius Bugge Monsen2009-09-235-3/+164
| |\ \ \
| | * | | Small change in the API of animationsThierry Bastian2009-09-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We're not taking a parameter in updateCurrentTime any more because that parameter was the total currenttime. So it was taking into account the currenttime and the currentloop at once. This was inconsistent Reviewed-by: Leo
| | * | | actually use the argument of Q_DECLARE_TR_FUNCTIONSOswald Buddenhagen2009-09-232-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which means that one can set an arbitrary context. as a side effect, this caches the stringified context of Q_OBJECT-derived classes.
| | * | | QTextCursor selection extension when inserting charactersmae2009-09-231-0/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The change makes QTextCursor not extend the selection when inserting characters at the end of the selection, provided that the cursor position is at the end. Reviewed-by: Simon Hausmann Reviewed-by: Roberto Raggi
| | * | | Added QSlider to tst_QStyleSheetStyle::complexWidgetFocus.Gabriel de Dietrich2009-09-231-9/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using style sheets, QSlider::handle couldn't be customized if QSlider::groove wasn't. QComboBox::down-arrow:focus wasn't properly drawn. Reviewed-by: Olivier
| | * | | When using style sheets, the focus flag was not propagated to the children ofGabriel de Dietrich2009-09-231-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | complex widgets. Reviewed-by: Olivier
| * | | | Fix QGraphicsLinearLayout::layoutDirection test failure on cocoa.Marius Bugge Monsen2009-09-231-0/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | The style influences the layout results. To get consistent results across platforms, we have to specify the style when testing. Reviewed-by: Jan-Arve Sæther
| * | | Try to stabilize this testPaul Olav Tvete2009-09-231-2/+3
| | | |
| * | | Fix new test so it works on QWSPaul Olav Tvete2009-09-231-1/+1
| | | |
| * | | Fix tst_QWidget::showMaximized on X11Olivier Goffart2009-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | On X11 We have to wait we get the size change from the window manager Reviewed-by: Jason Barron
| * | | tst_QFileSystemWatcher::watchFileAndItsDirectory fixed for Windows CEJoerg Bornemann2009-09-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | We skip parts of watchDirectory for the same reason. Reviewed-by: thartman
| * | | Removed explicit TARGET.EPOCHEAPSIZE statements from script testsMiikka Heikkinen2009-09-234-13/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Large enough max heap for script tests is now defined by default for all tests in qttest_p4.prf, so removed the statements from individual script tests. Reviewed-by: Janne Anttila
| * | | Fix autotest compilationJoão Abecasis2009-09-232-1/+3
| | | |