summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-2529-202/+592
|\
| * tst_QSocks5SocketEngine: Refactor testsFriedemann Kleint2017-01-231-88/+52
| * tst_QPauseAnimation: Use QTRY_COMPARE for checking the stopped stateFriedemann Kleint2017-01-201-39/+25
| * Make shortcuts work for platform menu barsDmitry Shachnev2017-01-191-8/+17
| * QSslDiffieHellmanParameters: simplify defaultParameters() constructionMikkel Krautz2017-01-181-0/+35
| * Fix access incorrect index in QListView with batch layoutAleksei Ilin2017-01-171-0/+14
| * QHostAddress: add missing docsMarc Mutz2017-01-151-0/+1
| * Plug memleaks in tst_QStackedLayoutMarc Mutz2017-01-141-1/+1
| * Adapt to the C++ SIC introduced by P0021: noexcept overloadingThiago Macieira2017-01-144-0/+49
| * QFont: fix fromString(toString()) when application font has styleNameDavid Faure2017-01-111-0/+14
| * tst_qfont: clear style name in test fontDavid Faure2017-01-111-0/+2
| * tst_utf8: remove duplicate nonCharacters() dataMarc Mutz2017-01-101-33/+0
| * Fixed Chinese language selection on iOSJason Erb2017-01-101-1/+38
| * Drop unnecessary dependencies from some testsUlf Hermann2017-01-107-7/+7
| * Fix compilation without sharedmemoryUlf Hermann2017-01-051-3/+4
| * QDateTime::fromString(): improve performance by 33%David Faure2017-01-031-2/+3
| * Improve reliability of network bearer testsSimon Hausmann2017-01-023-10/+10
| * QHeaderView: fix restoreState() on a model with more columnsDavid Faure2016-12-291-10/+72
| * QIPM: Persist model indexes after emitting layoutChange, not beforeStephen Kelly2016-12-211-0/+76
| * QSFPM: Remove data manipulation from move handlersStephen Kelly2016-12-211-0/+46
| * QSFPM: Fix handling of source model layout changeStephen Kelly2016-12-211-0/+126
* | Add conversion functions for QTimeZone and CFTimeZone/NSTimeZoneJake Petroules2017-01-233-0/+84
* | Add support for OpenGL 3.2+ core profile contexts in QPainterJulian Thijssen2017-01-235-11/+129
* | Add HTTP strict tranport security support to QNAMTimur Pocheptsov2017-01-203-2/+328
* | Make variant selection possible if base is missingSebastian Lösch2017-01-201-1/+1
* | Long live QStaticByteArrayMatcher!Marc Mutz2017-01-192-4/+106
* | Add a user-controlled auto-redirect policyTimur Pocheptsov2017-01-191-6/+59
* | tst_qaccessibility.cpp: Fix warnings about assignment used as truth valueFriedemann Kleint2017-01-181-6/+6
* | Introduce QImage::reinterpretAsFormatAllan Sandfeld Jensen2017-01-181-0/+63
* | Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-182-4/+1
* | Add redirects policy to QNetworkAccessManagerTimur Pocheptsov2017-01-171-0/+169
* | Introduce QNetworkAccessManager::clearConnectionCache()Sebastian Lösch2017-01-163-3/+6
* | Remove qtypetraits.h's contents altogetherGiuseppe D'Angelo2017-01-122-5/+5
* | Add expandingListItems property to QListViewAlexander Volkov2017-01-121-0/+24
* | Remove two unused static methods of QDateTimePrivateEdward Welbourne2017-01-121-2/+0
* | Provide sensible defaults for QCoreApplication::applicationVersionJake Petroules2017-01-124-0/+47
* | modeltest: use QCOMPARE where possibleDavid Faure2017-01-111-28/+28
* | Simplify fileTimeToQDateTime() by having it return a UTC timeEdward Welbourne2017-01-113-0/+98
* | HTTP/2 - fix handling of GOAWAY frameTimur Pocheptsov2017-01-113-12/+113
* | Widgets: report focus object change to QtGui before sending widget eventsTor Arne Vestbø2017-01-101-1/+59
* | Long live QTest::addRow()!Marc Mutz2017-01-106-17/+17
* | Introduce QDir::isEmpty()Elvis Angelaccio2017-01-081-0/+23
* | macOS: Fix unused function warning in tst_QWidgetTor Arne Vestbø2017-01-061-0/+2
* | Improve mime type filters in QFileDialogElvis Angelaccio2017-01-061-0/+30
* | tst_QImageWriter: clean upMarc Mutz2017-01-061-43/+44
* | Added isObsolete and setObsolete functions in QUndoStackAddison Elliott2017-01-021-0/+765
* | QDateTime test: clarify overflow-checkEdward Welbourne2017-01-021-6/+4
* | tst_qnetworkreply - remove redundant semicolonTimur Pocheptsov2016-12-281-1/+1
* | Extend qChecksum calculationLars Schmertmann2016-12-251-0/+30
* | QByteArray: Overload toHex() with separator characterAndre Hartmann2016-12-241-2/+45