summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Skip unstable tst_QSslSocket test case.Samuel Rødal2013-03-201-0/+2
* Tests: stabilize tst_QDockWidget on small screensJ-P Nurmi2013-03-201-1/+1
* Attempt to prevent tst_QWidget::scroll() from failing in CI.Samuel Rødal2013-03-201-4/+8
* Fixed artifacts when drawing same line with different clips.Samuel Rødal2013-03-141-11/+47
* Correct QString's warnings involving QRegularExpression.Mitch Curtis2013-03-121-2/+16
* Revert 6497649730daeab5d3dfac7e806105e99a237656 and clarify docs.Mitch Curtis2013-03-121-6/+0
* Fixed dashes being rendered differently depending on system clip.Samuel Rødal2013-03-071-0/+38
* Attempt to stabilize tst_qgl::graphicsViewClipping().Samuel Rødal2013-03-071-1/+12
* Fixed potential access violation in QPixmap::copy() for <32 bit pixmaps.Samuel Rødal2013-03-061-0/+10
* Cocoa: Improve expose event handling.Morten Johan Sørvig2013-03-061-0/+4
* Populate the cmake variables only one time.Stephen Kelly2013-02-213-0/+54
* moc: Fix infinite recursion in macro substitutionOlivier Goffart2013-02-212-1/+8
* Forward the 3rd parameter of dataChangedAlbert Astals Cid2013-02-211-0/+38
* Fix QVector detaching in one thread while another destroys it.Jędrzej Nowacki2013-02-201-1/+77
* Make QVector instances counter thread safeJędrzej Nowacki2013-02-201-100/+101
* QStackedLayout: Fix crash when focus widget is destroyed in hide()Jan Arve Saether2013-02-191-0/+88
* Clean whitespaceJan Arve Saether2013-02-191-5/+5
* moc: Error out when detecting unterminated macro usageTor Arne Vestbø2013-02-192-0/+72
* Cocoa: Add QMdiSubWindow size grip back.Morten Johan Sørvig2013-02-191-12/+0
* QSqlResult: fix parsing of bound SQL statementsIsrael Lins2013-02-152-0/+39
* QLocale: add autotest for tamil's AM/PM textEl Mehdi Fekari2013-02-151-0/+4
* Fixed crashes when using QImage in combination with QCoreApplication.Samuel Rødal2013-02-141-1/+1
* Fixed mouse double click events not bubbling up to parent widgets.Samuel Rødal2013-02-141-0/+26
* Only compile SSL tests when openssl is available.Frederik Gladhorn2013-02-131-7/+7
* Remove QPointerBase bic check.Stephen Kelly2013-02-1322-110/+0
* QLocale: add autotests for Japanese and Czech localesEl Mehdi Fekari2013-02-121-0/+7
* Fix developer-build of qsslsocket_onDemandCertificates_member.Friedemann Kleint2013-02-121-4/+5
* Fixed QPixmapCache associating path with wrong QPixmap.Samuel Rødal2013-02-121-0/+15
* QSqlQuery tests: fix create table failuresMark Brand2013-02-121-7/+16
* QSqlQuery tests: fix bool test for postgresqlMark Brand2013-02-121-4/+6
* QSqlQuery tests: fix mysql problemsMark Brand2013-02-121-5/+14
* Fix QWindow::setFramePosition() to keep the size.Friedemann Kleint2013-02-111-1/+5
* Fix module name format in displayed codeSze Howe Koh2013-02-112-2/+2
* fix QSqlTableModel:revert() for OnFieldChangeMark Brand2013-02-091-0/+79
* Fix loading of SSL certificate of DER files.BogDan Vatra2013-02-082-2/+48
* Do not crash if the child index is out of range.Jan Arve Saether2013-02-061-0/+5
* Fixed crash in image reader when reading certain BMP files.Samuel Rødal2013-02-063-0/+2
* QSqlTableModel: support refreshing inserted rows with auto columnsMark Brand2013-02-061-0/+68
* QSqlTableModel::setData(): fix non-change detectionMark Brand2013-02-061-0/+73
* fix QSqlTableModel::headerData() for empty query with inserted rowMark Brand2013-02-061-0/+8
* QSqlError test: Fix isValid()-check for constructed QSqlError.Marcel Krems2013-02-041-1/+1
* tests: Fix some more old references and links to NokiaSergio Ahumada2013-02-0115-154/+154
* Clean up logical dpi for QImage.Morten Johan Sørvig2013-01-311-0/+22
* Doc: Fix references to Qt TestSze Howe Koh2013-01-303-6/+6
* test: Add bic data for linux-gcc-amd64Sergio Ahumada2013-01-293-0/+24692
* QSslSocket tests: use qt-project.org as test server instd of codereviewPeter Hartmann2013-01-292-2/+2
* Make the null pointer dereference a volatile oneThiago Macieira2013-01-291-1/+1
* Forward-port tests on invalid port numbers from Qt 4Thiago Macieira2013-01-281-0/+8
* Fix minor typos in docs, printed messages & commentsSze Howe Koh2013-01-288-9/+9
* Check existence of QProcess feature before using it on Qt autotests.Pasi Petäjäjärvi2013-01-2811-8/+49