summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Reset QFileDevicePrivate::cachedSize on file closeAleksey Lysenko2017-02-061-0/+62
* Use a precise timer in tst_QTimer::remainingTimeThiago Macieira2017-02-051-0/+1
* Fix data corruption when reading byte arrays from QSettingsThierry Bastian2017-02-033-0/+22
* tst_qurl: add test for fromUserInput(3 args) using "." as working dirDavid Faure2017-02-021-1/+4
* QVariant: don't do fuzzy comparisons with NaN and infinitiesThiago Macieira2017-01-311-2/+13
* QtGui/painting benchmark test: Fix Clang warning about uninitialized valueFriedemann Kleint2017-01-311-3/+3
* Read the .ini file back in text modeThiago Macieira2017-01-311-5/+2
* 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
* 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
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-168-28/+117
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8.0Liang Qi2016-12-085-3/+14
| |\
| | * Merge remote-tracking branch 'origin/5.7.1' into 5.7Liang Qi2016-12-075-3/+14
| | |\
| | | * Fix the JPEG EXIF reader to deal with some broken/corrupt filesv5.7.1Thiago Macieira2016-12-015-3/+14
| | | * Apple OS: Handle QSetting strings with embedded zero-bytesTor Arne Vestbø2016-10-211-1/+49
| * | | QCocoaMenu: Don't rely on tags when we can get the actual NSMenuItemGabriel de Dietrich2016-12-081-2/+1
| * | | QCocoaMenu: Avoid exception when inserting item already in this menuGabriel de Dietrich2016-12-081-0/+27
| * | | QHostAddress: fix assignment operatorsMarc Mutz2016-12-071-25/+38
| * | | rename QPointerUniqueId -> QPointingDeviceUniqueIdShawn Rutledge2016-12-071-4/+4
| * | | QPointerUniqueId: make fit for releaseMarc Mutz2016-12-011-0/+39
* | | | manual tests: Fix build with modularized configure.jsonAlexander Volkov2016-12-141-0/+1
* | | | qmake: introduce magic bypassNesting() scopeOswald Buddenhagen2016-12-132-0/+94