summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QMenu auto-test: Add test for two-level tearable menusGabriel de Dietrich2016-05-191-0/+46
* QtWidgets: Reduce paint events when resizing native widgetBłażej Szczygieł2016-05-191-0/+24
* Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-193-1/+49
|\
| * ICO image format: fix regression in writing when size >= 256Eirik Aavitsland2016-05-133-1/+49
* | QMenuBar: nested parenting fixFelix Bourbonnais2016-05-181-0/+59
* | Moc: fix crash when a file ends with \\\rOlivier Goffart2016-05-181-0/+2
* | Fix QVariant conversion to an enum type.Olivier Goffart2016-05-161-0/+10
* | QWidget::mapTo/FromGlobal(): Rewrite using a QTransform.Friedemann Kleint2016-05-141-8/+9
* | Print the QStorageInfo dump on test startThiago Macieira2016-05-143-22/+93
* | Work around QFont bug in QFontDialog testEskil Abrahamsen Blomfeldt2016-05-131-1/+4
* | Revert "tst_qudpsocket - remove insignificant"Timur Pocheptsov2016-05-132-12/+2
* | Fixed crash in QAuthenticator::operator==Jesus Fernandez2016-05-131-0/+16
|/
* QFileSystemModel: create nodes with correct QFileInfosAlexander Volkov2016-05-102-0/+37
* decruft project filesOswald Buddenhagen2016-05-104-24/+0
* Enable movedAndResizedAttributes test.Morten Johan Sørvig2016-05-101-5/+0
* tst_qwidget: remove sheetOpacity testMorten Johan Sørvig2016-05-101-13/+0
* OS X: Remove unified toolbar test.Morten Johan Sørvig2016-05-102-42/+1
* Make sure the QDBusVirtualObject virtuals are called in the right threadThiago Macieira2016-05-091-0/+2
* tst_QMdiArea::subWindowActivated2(): Allow for several activated events.Friedemann Kleint2016-05-091-1/+1
* QStorageInfo: update the detection of pseudo filesystemsThiago Macieira2016-05-091-3/+4
* QStorageInfo: fix matching of mountpoints to sibling directoriesThiago Macieira2016-05-094-0/+88
* Add an autotest for the QtDBus message spy hookThiago Macieira2016-05-095-2/+211
* tst_QDBusMarshall: make sure we compile on linked, old dbusThiago Macieira2016-05-091-3/+5
* QTableView: Fix selection for reordered or hidden rows/columnsVyacheslav Grigoryev2016-05-091-0/+36
* QTest: Fix printing of values of Q_ENUMsThiago Macieira2016-05-085-10/+11
* Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-087-35/+35
* tst_qudpsocket - remove insignificantTimur Pocheptsov2016-05-062-2/+12
* tst_QWidget: make it stable on OS XTimur Pocheptsov2016-05-062-23/+53
* tst_QKeyEvent::modifiers(): Ensure test data row names are pure ASCII.Friedemann Kleint2016-05-041-1/+19
* Change Q_OS_MAC -> Q_OS_OSXMorten Johan Sørvig2016-05-041-28/+28
* Add missing Q_DECL_OVERRIDEsMorten Johan Sørvig2016-05-041-3/+3
* Manual touch test: Add color for Qt::MouseEventSynthesizedByApplication.Friedemann Kleint2016-05-041-0/+3
* Improve tst_qtimeline::setPaused resilienceJędrzej Nowacki2016-05-041-8/+7
* tst_QTcpSocket, tst_QUdpSocket: Improve diagnostics.Friedemann Kleint2016-05-024-31/+65
* remove redundant OTHER_FILES assignmentsOswald Buddenhagen2016-05-022-2/+0
* QWindowsPipeWriter: ensure validity of the write bufferAlex Trotsenko2016-04-301-0/+108
* Fix scroll regression near scroll-view endsAllan Sandfeld Jensen2016-04-291-0/+51
* tst_QMdiArea::subWindowActivated2(): Add activateWindow().Friedemann Kleint2016-04-291-0/+1
* Autotest: fix the QTimeZone::tzTest failure when database contains LMTThiago Macieira2016-04-292-8/+12
* QPdf: Force miter limit into valid rangeKai Pastor2016-04-283-0/+93
* QtDBus: finish all pending call with error if disconnectedWeng Xuetian2016-04-282-0/+22
* tst_compiler: Expand the attribute testThiago Macieira2016-04-281-5/+85
* tst_QWidget/XCB: Use bottom/right corner of screen as safe cursor position.Friedemann Kleint2016-04-261-7/+15
* Tablet device_information manual test: show wheel events receivedShawn Rutledge2016-04-262-1/+8
* QMimeDatabase: fix mimeTypeForUrl for mailto URLsDavid Faure2016-04-231-0/+2
* Windows/tst_QTcpServer: Suppress crash notification of crashingServer.Friedemann Kleint2016-04-231-0/+7
* QFileSystemModel: fix updating QFileInfo for a node after a file renameAlexander Volkov2016-04-221-5/+29
* QWidget::grab(): Use device pixel ratio.Friedemann Kleint2016-04-221-3/+18
* QHeaderView: fixing selection of reordered rows and columnsVyacheslav Grigoryev2016-04-211-0/+20
* Add a manual styles test.Friedemann Kleint2016-04-203-1/+240