summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | tst_qgraphicsview: use new QTest::addRow() moreMarc Mutz2017-01-262-109/+109
| * | Fix QString comparison on Aarch64Erik Verbruggen2017-01-261-0/+8
| * | Use QImage::reinterpretAsFormat in QPixmapAllan Sandfeld Jensen2017-01-261-0/+28
| * | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2017-01-2629-202/+592
| |\ \
| | * | 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
* | | | Implement support for Scale directory key according to Icon Theme specMitch Curtis2017-02-018-0/+233
* | | | Use qtConfig where appropriateJake Petroules2017-01-271-2/+4
|/ / /
* | | Add QHostInfo::lookupHost overload with modern connect syntaxJesus Fernandez2017-01-241-0/+72
* | | Add manual test for the QtGui triangulatorLaszlo Agocs2017-01-244-0/+609
|/ /
* | 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