summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-0743-107/+860
|\
| * QHash/QMultiHash: fix operator==Giuseppe D'Angelo2017-05-051-2/+67
| * 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
* | Implement key-value iteratorSamuel Gaist2017-05-052-0/+109
* | Enable c++17 in the QStringApiSymmetry testMarc Mutz2017-05-051-0/+1
* | tst_qscopedpointer: Actually test what test name says it should testTor Arne Vestbø2017-05-031-1/+1
* | tst_QStringApiSymmetry: add checks for trimmed()Marc Mutz2017-05-031-0/+68
* | tst_qstringapisymmetry: also check potential rvalue overloads of transformationsMarc Mutz2017-05-031-14/+59
* | Add a few std::move in functions accepting slotsOlivier Goffart2017-04-291-2/+9
* | Support move-only function objects in QObject::connectOlivier Goffart2017-04-291-0/+42
* | QLatin1String: add startsWith()/endsWith()Marc Mutz2017-04-281-1/+23
* | QStringView: add startsWith(), endsWith()Marc Mutz2017-04-281-1/+23
* | QString/Ref: add startsWith/endsWith(QStringView) overloadsMarc Mutz2017-04-281-1/+9
* | Add move special member functions to QSqlErrorJesus Fernandez2017-04-281-0/+21
* | QFileDevice/QFileInfo: Add fileTime() and setFileTime()Nikita Krupenko2017-04-272-0/+8
* | QStringRef: fix trimmed() returning null strings on empty inputMarc Mutz2017-04-271-1/+3
* | Fusion: desaturate the brown shadesJ-P Nurmi2017-04-2772-0/+0
* | tst_qstringapisymmetry: merge truncate() test into left() testMarc Mutz2017-04-271-44/+24
* | QHash: make it so a zero seed selects a constant algorithmThiago Macieira2017-04-261-4/+4
* | tst_qstringviewapisysmmetry: add a check for startsWith()/endsWith()Marc Mutz2017-04-261-0/+235
* | QLatin1String: fix qt_compare_strings(QLatin1String, QLatin1String) for null ...Marc Mutz2017-04-261-0/+40
* | QtTest: add support for printing QStringViewsMarc Mutz2017-04-241-6/+8
* | tests/auto/gui: use new QTest::addRow() moreMarc Mutz2017-04-242-47/+46
* | Add support for scoped enums to QMetaObjectBuilderMichael Brasser2017-04-241-0/+10
* | QThread: add static create functionGiuseppe D'Angelo2017-04-242-0/+261
* | Support setCreateProcessArgumentsModifier in QProcess:startDetachedJoerg Bornemann2017-04-231-0/+8