summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove Qt6 switches from QtGuiAllan Sandfeld Jensen2021-05-052-8/+0
* Write out the HTML correctly for nested listsAndy Shaw2021-05-051-0/+58
* Unit test for checking text-decoration in html exportOliver Eftevaag2021-05-051-0/+57
* Export text-decorationAllan Sandfeld Jensen2021-05-051-2/+2
* Fix assertion on matchingLocales(Abhkazian, Any, Any)Edward Welbourne2021-05-051-1/+7
* Fix set*Field JNI template callsAssam Boudjelthia2021-05-052-0/+164
* Add new app permissions API under QCoreApplicationAssam Boudjelthia2021-05-051-2/+2
* QAbstractProxyModel: port to new property systemIvan Solovev2021-05-042-2/+33
* Blacklist and skip failing tests on macOS ARMTor Arne Vestbø2021-05-043-0/+7
* tst_moc: fix returning-reference-to-local warningMårten Nordheim2021-05-041-2/+2
* Test at some Android DPIs in additionMorten Johan Sørvig2021-05-041-4/+9
* Remove setting of Qt 5 high-dpi attributesMorten Johan Sørvig2021-05-041-10/+0
* Ensure setDateTime clears status also when shortEdward Welbourne2021-05-041-0/+7
* Moc: parse trailing return typeMårten Nordheim2021-05-044-0/+180
* tst_QProcess: increase wait time and remove ill-advised QCOMPAREThiago Macieira2021-05-031-2/+1
* Q(Untyped)Bindable: Print warnings when operations failFabian Kosmale2021-05-031-0/+22
* QJniObject: add callStatic[Object]Method overloads for jmethodIDIvan Solovev2021-05-031-0/+167
* QJniEnvironment: extend APIIvan Solovev2021-05-032-0/+74
* QSqlTableModel::orderByClause(): Quote the table nameFriedemann Kleint2021-05-031-24/+26
* Extend QT_SCREEN_SCALE_FACTORS testMorten Johan Sørvig2021-05-031-14/+39
* Port QVariantAnimation to the new property systemSona Kurazyan2021-04-302-0/+31
* QSFPM: fix filterCaseSensitivityChanged signal emission logicIvan Solovev2021-04-301-0/+19
* Let the h2 test server both send and receive DATA framesMårten Nordheim2021-04-302-6/+17
* uic/Python: Add comments for mypy to ignore star importsFriedemann Kleint2021-04-291-3/+3
* Revert "Add grabber context pointers"Shawn Rutledge2021-04-292-2/+2
* Use a more forgiving threshold for qFuzzyIsNull(qfloat16)Edward Welbourne2021-04-291-1/+1
* 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