summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QRasterPlatformPixmap::createPixmapForImage(): preserve DPRFriedemann Kleint2017-02-061-0/+14
* Accept error margin in QGlyphRun/QStaticText test for decorationsEskil Abrahamsen Blomfeldt2017-02-022-0/+6
* Adjust some tests to pass with latest HB-NG changesKonstantin Ritt2017-02-021-7/+9
* Fix tst_QFontMetrics::elidedMultiLengthF with some fontsEskil Abrahamsen Blomfeldt2017-02-021-6/+6
* Fix tst_QTextScriptEngine::thaiWithZWJ() on OpenSUSEEskil Abrahamsen Blomfeldt2017-02-021-0/+3
* Merge remote-tracking branch 'gerrit/dev' into HEADOswald Buddenhagen2017-02-0150-362/+1146
|\
| * New qfloat16 classGlen Mabey2017-01-313-0/+271
| * tst_qvariant: fix comparison ambiguity for QMetaEnum valueGlen Mabey2017-01-311-3/+4
| * Fix 2 clang warningsErik Verbruggen2017-01-311-1/+2
| * Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-3013-38/+86
| |\
| | * Accept all formatting characters as valid inputEskil Abrahamsen Blomfeldt2017-01-261-0/+22
| | * Plug leaks in tests/auto/dbusMarc Mutz2017-01-261-2/+1
| | * Plug remaining memleaks in tests/auto/widgets/itemviewsMarc Mutz2017-01-263-3/+3
| | * Plug memleaks in tst_QHeaderViewMarc Mutz2017-01-261-2/+4
| | * Plug memleaks in tst_QTreeViewMarc Mutz2017-01-261-5/+4
| | * tst_QTreeWidget: plug memleaksMarc Mutz2017-01-261-18/+23
| | * Plug memleaks in tst_QAbstractItemViewMarc Mutz2017-01-261-3/+5
| | * QVariant of nullptr should always be nullAllan Sandfeld Jensen2017-01-251-0/+11
| | * Improve QTest::qWait() precision and switch to QDeadlineTimerAllan Sandfeld Jensen2017-01-251-1/+1
| | * Stabilize tst_QPropertyAnimation::noStartValue()Friedemann Kleint2017-01-251-4/+2
| | * Cocoa: fix crash regression in qt_mac_create_nsimage()Oleg Yadrov2017-01-231-0/+10
| * | QSizePolicy: add a transposed() methodMarc Mutz2017-01-281-0/+22
| * | QSizePolicy: add some constexprMarc Mutz2017-01-282-0/+15
| * | tests/auto/corelib/animation: clean upMarc Mutz2017-01-263-9/+8
| * | QHostAddress: add missing op!=(SpecialAddress, QHostAddress)Marc Mutz2017-01-261-0/+1
| * | 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