summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QTest: Make qExtractTestData() return the created QTemporaryDirv5.5.0-rc1Marc Mutz2015-06-141-7/+8
* Fix sizes QStorageInfo returns for invalid drivesIvan Komissarov2015-06-111-9/+9
* QSslSocket: move default cipher, EC and default CA APIs to QSslConfigurationGiuseppe D'Angelo2015-06-111-3/+3
* Fix build on 32-bit OS X.Jake Petroules2015-06-091-1/+1
* Rename QTextStream::readLine(QString *, qint64) into readLineIntoSimon Hausmann2015-06-031-9/+9
* Stabilize tst_qtouchevent.Friedemann Kleint2015-06-012-4/+10
* moc: Fix crash parsing invalid macro invocationOlivier Goffart2015-05-301-0/+7
* Reanimate test gui/kernel/qtouchevent/tst_qtouchevent.Friedemann Kleint2015-05-292-164/+152
* tst_QDockWidget::restoreDockWidget: Add QSKIP for XCB.Friedemann Kleint2015-05-291-0/+2
* tst_QApplication - quitOnLastWindowClosed (fix for OS X)Timur Pocheptsov2015-05-271-14/+20
* Remove test other/baselineexample.Friedemann Kleint2015-05-273-160/+0
* Fix crash due to QTreeView accessing deleted model indexes.Joerg Bornemann2015-05-271-0/+78
* QMetaType: Fix compilation with non default constructible Q_GADGETOlivier Goffart2015-05-272-1/+30
* Tests: Use blacklist for failing tst_qwidget testsCaroline Chao2015-05-262-2/+121
* take process name into account for QLockFile's pid clash resolutionJoerg Bornemann2015-05-261-0/+48
* Make sure we don't call dbus_connection_can_send_type on too old libdbusThiago Macieira2015-05-261-9/+24
* QMetaType: Do not automatically register types that derives from a Q_GADGETOlivier Goffart2015-05-231-0/+2
* Make warnings of QIODevice more verbose.Friedemann Kleint2015-05-234-9/+9
* Blacklist tst_qwindow tests that are failing on Ubuntu 14.04Simon Hausmann2015-05-221-0/+6
* Add CONFIG += testcase to test qglobalstatic.Friedemann Kleint2015-05-221-0/+1
* Add debug operator for QTouchDevice.Friedemann Kleint2015-05-221-18/+0
* remove now redundant testsOswald Buddenhagen2015-05-2026-821/+0
* add qmake evaluator testOswald Buddenhagen2015-05-2021-14/+2603
* split parser test initializationOswald Buddenhagen2015-05-202-32/+62
* move parser test to a separate fileOswald Buddenhagen2015-05-204-1988/+2061
* add autotest for ProStringOswald Buddenhagen2015-05-201-0/+81
* add parser tests for use of 'else' after bad conditionalsOswald Buddenhagen2015-05-201-0/+23
* silence MSVC warnings about using TS() without parametersOswald Buddenhagen2015-05-201-0/+5
* Fix compilation of QContiguousCache::operator=Thiago Macieira2015-05-201-0/+12
* QStateMachine: empty the whole internal queue before external queueErik Verbruggen2015-05-191-0/+39
* Fix QtPrivate::IsQEnumHelper<void>Olivier Goffart2015-05-171-0/+8
* tst_QDialog::snapToDefaultButton - tune the test for OS XTimur Pocheptsov2015-05-151-0/+5
* Tests: Remove EXPECT_FAIL in tst_QWidget::widgetAt()Caroline Chao2015-05-151-2/+0
* moc: Generate qt_static_metacall for creatable-only gadgetsGabriel de Dietrich2015-05-131-4/+6
* moc: Fix type for gadget's CreateInstance metacallGabriel de Dietrich2015-05-131-0/+10
* Tests: Remove tst_QHostInfo::abortHostLookupInDifferentThread() testCaroline Chao2015-05-132-24/+0
* Optionally apply orientation on QImage readAllan Sandfeld Jensen2015-05-1211-0/+60
* Fix the qscreen manual test for separate X screensLaszlo Agocs2015-05-122-19/+14
* Improve QListView scroll bar calculation.Christoph Schleifenbaum2015-05-101-0/+62
* Use ItemIsUserTristate instead of ItemIsTristate in table & list tests.David Faure2015-05-092-8/+8
* Don't overwrite applicationName if already set.David Faure2015-05-091-0/+16
* QDialogButtonBox: prevent crashes on deletions in slotsGiuseppe D'Angelo2015-05-091-0/+66
* Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-0817-43/+258
|\
| * Autotest: Check if this D-Bus library knows about file descriptorsThiago Macieira2015-05-081-1/+12
| * Require -fPIC instead of just -fPIE for -reduce-relocationsThiago Macieira2015-05-071-3/+3
| * Blacklist task256322_highlight on OS XAllan Sandfeld Jensen2015-05-071-0/+2
| * Revert "Rotate images according to Exif orientation"Rainer Keller2015-04-2910-33/+0
| * Blacklist task258920_mouseBorder on MacSimon Hausmann2015-04-281-0/+2
| * Merge 5.4 into 5.4.2Oswald Buddenhagen2015-04-202-0/+70
| |\
| | * Fix finding the closest active touch point for the pressed touch pointAlexander Volkov2015-04-161-0/+53