summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Deprecate QVariant::TypeLars Knoll2020-10-2327-174/+179
* Fix and run the qlocalsocket autotest with cmake buildLars Knoll2020-10-233-32/+13
* Do not store non relocatable types in QVariants internal storageLars Knoll2020-10-231-1/+26
* Rename the QMetaType::MovableType flag to RelocatableTypeLars Knoll2020-10-232-3/+3
* Make QPointer comparisons hidden friendsAllan Sandfeld Jensen2020-10-231-3/+3
* Add benchmark for QString::number(int)Andreas Buhr2020-10-231-0/+9
* Prepare for having multiple highdpi manual testsMorten Johan Sørvig2020-10-2312-10/+10
* Use parameter_type in QList methodsAndrei Golubev2020-10-222-6/+8
* tests: blacklist tst_QGraphicsAnchorLayout::layoutDirection()Liang Qi2020-10-221-0/+2
* tests: blacklist tst_QMdiArea::tileSubWindows() on CentOSLiang Qi2020-10-221-0/+1
* Add unit test for malformed RFC2822 datesAndreas Buhr2020-10-221-1/+11
* Make QEvent::setAccepted() virtual; set QEventPoints state the sameShawn Rutledge2020-10-221-0/+10
* Fix a bunch of compiler warnings in event handling test casesVolker Hilsheimer2020-10-224-22/+25
* Fix strange capacity check in tst_QString::append_special_casesAndrei Golubev2020-10-211-1/+2
* QTabBar: update index of last visible tab in insertTabStanislav Yelenskiy2020-10-211-0/+26
* QTabBar test: refactor: extract checkPositions helper functionStanislav Yelenskiy2020-10-211-22/+31
* [Android] Make sure expose events are emitted after window resizePiotr Mikolajczyk2020-10-211-3/+0
* QEvent copy constructor: copy the type flags tooShawn Rutledge2020-10-211-0/+9
* QRandomGenerator: add 64-bit bounded() versionsThiago Macieira2020-10-201-6/+83
* Auto tests: Fix some MSVC warnings about integer conversionsFriedemann Kleint2020-10-217-7/+7
* Use qmetaobject_p.h's MetaObjectFlag in QMetaObjectBuilderEdward Welbourne2020-10-202-3/+3
* Drop constexpr from QAtomicTraits::isLockFree()Edward Welbourne2020-10-202-8/+10
* Merge existing tst_qhighdpiscaling into tst_qhgihdpiMorten Johan Sørvig2020-10-205-105/+23
* Add high-dpi auto testMorten Johan Sørvig2020-10-205-0/+455
* QAssociativeIterable: Unwrap variants on value()Ulf Hermann2020-10-191-0/+14
* QAssociativeIterable: Add methods to add/remove keys and valuesUlf Hermann2020-10-191-0/+10
* QMetaContainer: Consistently coerce typesUlf Hermann2020-10-191-43/+84
* Fix [[nodiscard]] compile errors in QLocale benchmarkEdward Welbourne2020-10-191-4/+5
* Tidy up tst_QLocale::ctor(), reduce needless repetitionEdward Welbourne2020-10-191-21/+21
* Fix blatant typo in QTimeZone testEdward Welbourne2020-10-191-8/+6
* Check time-text is long enough while checking for its colonsEdward Welbourne2020-10-193-1/+7
* Remove vacuous tst_QLocale::cleanupTestCase()Edward Welbourne2020-10-191-4/+0
* QProperty: Add value() and setValue() to QBindableUlf Hermann2020-10-191-0/+3
* Add function to access QLockFile's file nameShantanu Tushar2020-10-181-0/+1
* tst_containerapisymmetry: code tidiesGiuseppe D'Angelo2020-10-181-174/+18
* Swallow some runtime warnings from tst_qapplicationVolker Hilsheimer2020-10-181-0/+2
* Fix compile warning from testing deprecated signalVolker Hilsheimer2020-10-181-7/+46
* Split QMutex and QRecursiveMutexLars Knoll2020-10-171-1/+1
* Refactor QMutexLocker to be able to handle recursive mutexesLars Knoll2020-10-172-4/+4
* Cleanup remaining QVariant::Type uses in Qt SqlLars Knoll2020-10-175-243/+243
* qmake: Fix qHash-related integer conversion warningsFriedemann Kleint2020-10-171-1/+1
* Fix compile warnings from ignored return valueVolker Hilsheimer2020-10-171-2/+2
* Move file of test helpers out of directory for qtconcurrentmap testsAndreas Buhr2020-10-163-2/+2
* Test QImage move semanticsAllan Sandfeld Jensen2020-10-161-2/+33
* Fix some compiler warnings from testsVolker Hilsheimer2020-10-162-3/+3
* QAbstractItemView: don't lose items if model only allows MoveActionVolker Hilsheimer2020-10-161-19/+159
* Fix warning in test: unused capture in lambdaVolker Hilsheimer2020-10-161-1/+1
* Rename QPromise starting and finishing methods to start and finishAndrei Golubev2020-10-162-36/+36
* Make QPromise::addResult() return boolean status of operationAndrei Golubev2020-10-162-51/+51
* QSslSocket (autotest) - defuse a time bombTimur Pocheptsov2020-10-161-13/+16