summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Tests: Fix single-character string literals.Friedemann Kleint2015-10-1382-260/+264
* Autotests: Blacklist parts of tst_qopenglwidgetJani Vähäkangas2015-10-132-2/+12
* QWeakPointer: enable move semanticsMarc Mutz2015-10-071-0/+61
* Autotests: skip three steps from tst_qglthreadsJani Vähäkangas2015-10-072-1/+10
* qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-022-0/+2
* Fix building with QT_NO_LIBRARYUlf Hermann2015-09-304-3/+14
* Avoid unnecessary setParent(0) in QMdiSubWindow::removeBaseWidget()Serge Lysenko2015-09-291-0/+22
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-2576-642/+1892
|\
| * QScreen manual test: don't crash when a QScreen is nullShawn Rutledge2015-09-241-4/+13
| * Use QTypeInfo<T>::isRelocatable in QVariantThiago Macieira2015-09-241-3/+3
| * QSettings: Special-case serialization of QDateTime.Christian Kandeler2015-09-241-0/+4
| * Fix QItemSelectionModel deselection rangeJoni Poikelin2015-09-241-0/+94
| * Tests: Harmonize code checking on platform name.Friedemann Kleint2015-09-2414-26/+26
| * tst_QDBusAbstractInterface: fix racy test failing every so oftenThiago Macieira2015-09-241-2/+8
| * Stabilize qguieventloop test.Jędrzej Nowacki2015-09-242-15/+2
| * Fix tst_qthreadstorageFrederik Gladhorn2015-09-241-1/+1
| * Add code to perform overflow-checking additions and multiplicationThiago Macieira2015-09-232-1/+161
| * Silence warnings about missing dbus-send command not foundTor Arne Vestbø2015-09-221-2/+5
| * QGraphicsProxyWidget: forward touch events to QWidgetRafael Roquetto2015-09-221-0/+69
| * QAbstractSpinBox::inputMethodQuery(): Consider input method hints set on the ...Friedemann Kleint2015-09-222-0/+8
| * Add getter and setter for qt_qhash_seedGabriel de Dietrich2015-09-224-32/+23
| * Fix taskQTBUG_34717_collapseAtBottom testJędrzej Nowacki2015-09-222-30/+33
| * Fix QImageReader::size() to return correct size for .ico files.Serge Lysenko2015-09-171-0/+5
| * Serialize the capitalization value of QFontAndy Shaw2015-09-152-1/+8
| * Diaglib: Output QGuiApplication::focusObject() in focus changes, too.Friedemann Kleint2015-09-151-2/+7
| * Replace direct QPA access in tst_qguiappliction with testlib wrapperTor Arne Vestbø2015-09-151-3/+3
| * Remove QGraphicsView autotest that doesn't test anythingTor Arne Vestbø2015-09-151-9/+0
| * tst_QDBusAbstractAdaptor: fix reception of signals from P2P connectionThiago Macieira2015-09-151-1/+1
| * QDBusServiceWatcher: Move the logic to QDBusConnectionPrivateThiago Macieira2015-09-151-0/+104
| * And move the creation of connections to the threadThiago Macieira2015-09-156-257/+378
| * Use a dedicated thread for handling incoming libdbus-1 eventsThiago Macieira2015-09-151-32/+1
| * Implement the blocking QtDBus call in terms of the non-blocking oneThiago Macieira2015-09-151-2/+12
| * Autotest: Make tst_QNetworkInterface::interfaceFromXXX data-drivenThiago Macieira2015-09-131-20/+28
| * Declare QNetworkAddressEntry and QNetworkInterface as metatypesThiago Macieira2015-09-131-1/+0
| * Testlib/Windows: Output crash information on stdout instead of stderr.Friedemann Kleint2015-09-031-0/+7
| * Move min left/right bearing calculations to QFontEngine baseclassTor Arne Vestbø2015-09-021-1/+6
| * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-08-2722-89/+753
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-2622-89/+753
| | |\
| | | * Avoid overflow in QTime::addSecs with too big a number of secondsThiago Macieira2015-08-191-0/+2
| | | * QRegularExpression: fix matching over QStringRefsGiuseppe D'Angelo2015-08-182-15/+372
| | | * Handle action events in QLineEditIconButton.Friedemann Kleint2015-08-181-3/+41
| | | * Open menu on the third click on QMenuBar on X11Alexander Volkov2015-08-171-4/+7
| | | * tst_qprocess cleanupJoerg Bornemann2015-08-171-17/+15
| | | * fix assertion in QProcess/WinJoerg Bornemann2015-08-171-3/+28
| | | * WinRT: Skip unsupported multicast UDP socket testsOliver Wolff2015-08-171-0/+18
| | | * tst_qudpsocket: Do not crash if no testserver address could be foundOliver Wolff2015-08-171-2/+14
| | | * QMimeDatabase: adapt to changes in shared-mime-info 1.3David Faure2015-08-162-3/+4
| | | * QProcess: Ensure that the stdin buffer is cleared on start()Thiago Macieira2015-08-154-0/+169
| | | * QMimeProvider: Do not crash when globPatterns is empty.Milian Wolff2015-08-124-0/+23
| | | * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-121-4/+5
| | | |\