summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Enable tst_qaccessibilitymacFrederik Gladhorn2017-05-043-36/+0
* Introducing multiscreen-menus manual testGabriel de Dietrich2017-05-036-1/+253
* QIconLoaderEngine: Fix actualSize() for no-entryPalo Kisa2017-05-031-0/+1
* Improve suppression of spurious socket notifications under WindowsAlex Trotsenko2017-05-031-0/+5
* QWindowsPipeReader: fix possible invalid invocation of ReadFileEx()Alex Trotsenko2017-05-021-0/+12
* Windows: Fix tst_QFileDialog2::completionOnLevelAfterRoot()Friedemann Kleint2017-04-291-1/+1
* Fix test build with ICC: QFlags does not auto cast to uintThiago Macieira2017-04-281-9/+9
* Fix return of empty paths with multiple points on intersectionsAllan Sandfeld Jensen2017-04-281-0/+255
* Revert "Blacklist tst_QSslSocket::protocolServerSide on OS X 10.11"Timur Pocheptsov2017-04-271-2/+0
* QMenu: Display the menu title on the torn-off menu's title barGabriel de Dietrich2017-04-262-1/+17
* Revert "tst_qsslsocket::protocolServeSide - fix for macOS 10.11"Timur Pocheptsov2017-04-261-16/+2
* Fix tst_QLineEdit for offscreen and minimal platformsSami Nurmenniemi2017-04-261-11/+27
* Fix tests that assume system files are owned by root for qemuSami Nurmenniemi2017-04-266-4/+46
* Fix tst_QWindow modal dialog tests for offscreen and minimal platformsSami Nurmenniemi2017-04-261-0/+16
* Fix tst_QWidget for platform "offscreen"Sami Nurmenniemi2017-04-262-1/+13
* QUrl: fix IDN conversion when the ACE form is invalidThiago Macieira2017-04-251-0/+25
* Blacklist tst_MacGui autotest in macOS 10.11Tony Sarajärvi2017-04-241-0/+2
* QUrl: fix IDN whitelist checking when the TLD is in UnicodeThiago Macieira2017-04-241-0/+8
* Rename macos blacklisting to osxTony Sarajärvi2017-04-241-1/+1
* Blacklist tst_qsemaphore on macOS 10.12Tony Sarajärvi2017-04-241-0/+1
* Deprecate QCoreApplication::flush()Gatis Paeglis2017-04-225-7/+2
* Fix QMetaMethod::invoke and automatic type registrationOlivier Goffart2017-04-221-0/+29
* QLoggingRegistry: remove rules vectorMarc Mutz2017-04-211-15/+11
* Skip tst_QMdiArea::setViewport on macOS due to flakey failures in CITor Arne Vestbø2017-04-201-0/+4
* Fix tst_QTcpServer for QEMUSami Nurmenniemi2017-04-201-0/+53
* QMetaType: fix the testGiuseppe D'Angelo2017-04-201-2/+2
* Split Q_COMPILER_UNICODE_STRINGS: add Q_STDLIB_UNICODE_STRINGSMarc Mutz2017-04-201-2/+2
* Revert "Initialize QLoggingRegistry rules on first use, not qApp construction"Tor Arne Vestbø2017-04-191-16/+2
* QLineEdit: fix broken testElvis Angelaccio2017-04-191-0/+4
* Fix PNGs saved from QImage transform of 8-bit imagesAllan Sandfeld Jensen2017-04-191-0/+14
* QLineEdit: Make the clear button always the leftmost buttonElvis Angelaccio2017-04-191-0/+23
* Initialize QLoggingRegistry rules on first use, not qApp constructionTor Arne Vestbø2017-04-181-2/+16
* QGraphicsBlurEffect: Fix for high DPI scalingFriedemann Kleint2017-04-181-0/+5
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-1812-1/+71
|\
| * Fix undefined behavior in QSharedPointer::create()5.8Ihor Dutchak2017-04-171-0/+50
| * QMatrix4x4: fix aliasing problem in operator*=Marc Mutz2017-04-141-0/+4
| * Restore compatibility with Qt 5.7.0 and 5.6.1Thiago Macieira2017-04-1210-1/+17
* | QMenu: Fix torn-off menu display crash issueDongmei Wang2017-04-141-0/+37
* | QMenu: Fix margins related display issuesDongmei Wang2017-04-141-1/+184
* | QVariant: implement QByteArray ↔ QUuid conversionv5.9.0-beta2Marc Mutz2017-04-142-1/+17
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-121-0/+1
|\|
| * Fix hidpi support for opengl window grabbingFilipe Azevedo2017-04-091-0/+1
* | Preserve last modification timestamps of installed filesSimon Hausmann2017-04-121-0/+1
* | Skip testing of QOpenGlConfig on platforms that don't support itSami Nurmenniemi2017-04-121-0/+7
* | Fix tst_toolsupport on 32-bit arm platformSami Nurmenniemi2017-04-121-0/+6
* | tst_qhashfunctions: Test non-zero seeds tooThiago Macieira2017-04-111-44/+70
* | QTextDocument: improve import of DIV tagsDavid Faure2017-04-101-2/+20
* | Fix QDir::mkpath() when the path contains "symlink/../"Thiago Macieira2017-04-071-0/+52
* | QDataStream: add operator<< and >> for std::nullptr_tThiago Macieira2017-04-071-0/+28
* | tst_qmessagehandler: fix qMessagePattern for armSami Nurmenniemi2017-04-071-2/+4