summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add tests for qFuzzyIsNull() to tst_QNumeric and tst_QFloat16Edward Welbourne2021-04-293-2/+69
* Revert early return from QTimeZone on invalid IDEdward Welbourne2021-04-291-1/+1
* HTTP/2 authentication requiredMårten Nordheim2021-04-293-0/+114
* Fix namespace error of std::source_location under C++20Zhang Xiang2021-04-291-1/+11
* Fix compiler warning from int size mismatchVolker Hilsheimer2021-04-291-2/+2
* Fix comparison between nullptr and QWeakPointerVille Voutilainen2021-04-281-0/+15
* Call updateHighDpiScaling() on screenAdded()Morten Johan Sørvig2021-04-281-0/+10
* Port QDBusServiceWatcher::watchedServices to bindable propertiesAndreas Buhr2021-04-282-1/+32
* Add grabber context pointersShawn Rutledge2021-04-282-2/+2
* Port QPropertyAnimation::targetObject to bindable propertiesAndreas Buhr2021-04-281-4/+19
* Fix wrong C-style cast, use correct QTest::keyClick overloadVolker Hilsheimer2021-04-281-1/+1
* Fix warnings from ignored [[nodiscard]] returnsVolker Hilsheimer2021-04-281-8/+8
* Fix compiler warnings from int/size_t mismatchesVolker Hilsheimer2021-04-282-4/+4
* Fix warnings from deprecated posix functionsVolker Hilsheimer2021-04-282-4/+6
* Port QAbstractAnimation to the new property systemSona Kurazyan2021-04-272-1/+92
* Port of QItemSelectionModel::model to new property systemAndreas Buhr2021-04-272-1/+28
* Android: unblock passing testsAssam Boudjelthia2021-04-277-36/+0
* Make loop variables references in date benchmarkDavid Skoland2021-04-271-5/+5
* Declare loop arg in benchmark unusedDavid Skoland2021-04-271-2/+2
* Check POSIX rules during QTzTimeZone creationEdward Welbourne2021-04-271-0/+1
* Fix handling of a POSIX zone rule describing permanent DSTEdward Welbourne2021-04-271-0/+6
* Correct the parsing of POSIX rule day-of-year fieldsEdward Welbourne2021-04-271-0/+12
* Skip tst_QUrl::testThreading() under QEMUAndrei Golubev2021-04-272-0/+5
* Add more tests for QList/QString/QBAAndrei Golubev2021-04-273-27/+483
* Add tests for QtPrivate::q_relocate_overlap_nAndrei Golubev2021-04-271-0/+281
* Resurrect data moves in QListAndrei Golubev2021-04-272-16/+59
* Resurrect tests for QSharedPointerVille Voutilainen2021-04-273-3/+16
* CMake: Fix tst_qaddpreroutine to work with static buildsAlexandru Croitor2021-04-261-2/+2
* Fuzzing: Test different calendar systemsRobert Löhning2021-04-261-1/+5
* Port of QTimeLine to new property systemAndreas Buhr2021-04-262-14/+290
* Fix QTreeModel calling beginRemoveRows twiceLuca Beldi2021-04-261-0/+16
* Fix QAbstractItemModelTester false positiveLuca Beldi2021-04-261-0/+4
* Fix linking on Windows when SSL is not configuredVolker Hilsheimer2021-04-261-1/+4
* Update CLDR-derived data to newly-released v39Edward Welbourne2021-04-261-1/+1
* Fix QMetaType API deprecation warning in benchmarkVolker Hilsheimer2021-04-261-1/+1
* Long live PRI*QdatatypesGiuseppe D'Angelo2021-04-251-0/+31
* Add QSortFilterProxyModel clear-filter benchmarkIgor Kushnir2021-04-254-0/+131
* QThreadPool: obey the docs that say we always use at least 1 threadThiago Macieira2021-04-241-1/+1
* fix: The QtStartUpFunction function may be called repeatedlyJiDe Zhang2021-04-235-0/+192
* Fix QJniObject templates implementationsAssam Boudjelthia2021-04-231-12/+14
* Lowercase system includes and lib names for Windows, fix cross compilingMartin Storsjö2021-04-232-2/+2
* SQLite: Handle tables and fields with a dot in the name correctlyAndy Shaw2021-04-231-0/+49
* Mark obsolete QMessageBox members as deprecatedVolker Hilsheimer2021-04-231-0/+9
* Move plugin code from QtNetwork to qtbase/pluginsTimur Pocheptsov2021-04-227-207/+281
* QObjectBindableProperty: Allow signals taking a valueFabian Kosmale2021-04-221-1/+24
* Add QObjectBindableProperyt::notifyFabian Kosmale2021-04-221-0/+45
* Fix case sensitivity handling QSFPMSamuel Gaist2021-04-221-0/+66
* QLayout: mark unsetContentsMargins as the RESET functionGiuseppe D'Angelo2021-04-211-0/+17
* QObject: port to new property systemIvan Solovev2021-04-213-3/+13
* Update QList benchmark testsAndrei Golubev2021-04-211-101/+68