summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QDBusConnectionPrivate: Fix handling of queued messagesIevgenii Meshcheriakov2023-05-113-0/+117
* Fix QMetaObject::invokeMethod for free functions and std::bindVolker Hilsheimer2023-05-111-0/+45
* Fix QTimeZone::offsetData() for the case without transitionsEdward Welbourne2023-05-111-8/+22
* tst_QDateTime::springForward(): take account of differences among zonesEdward Welbourne2023-05-111-13/+42
* Rework tst_QDate::startOfDay_endOfDay(), exploiting modern QTimeZoneEdward Welbourne2023-05-111-80/+70
* Correct startOfDay_endOfDay:BajaMexico test caseEdward Welbourne2023-05-111-4/+16
* QPointer: also make conversion to pointer-to-const workMarc Mutz2023-05-111-2/+2
* QDeadlineTimer: make it so any negative millisecond count is "forever"Thiago Macieira2023-05-111-4/+26
* tst_QDeadlineTimer: remove the testing of the different timer typesThiago Macieira2023-05-111-36/+13
* Test QLocale's parsing of small fractions with big exponentsEdward Welbourne2023-05-101-0/+14
* Unblacklist tst_QDnsQuery::lookupMårten Nordheim2023-05-101-2/+0
* tst_QFont: fix printf-format mismatchMarc Mutz2023-05-101-1/+1
* Rename QFunctorSlotObject to QCallableObjectVolker Hilsheimer2023-05-101-3/+3
* Implement API for enabling / disabling OpenType featuresEskil Abrahamsen Blomfeldt2023-05-096-0/+405
* Hsts: match header names case insensitivelyMårten Nordheim2023-05-081-0/+6
* QMimeDatabase: de-duplicate some code in the unittestsAhmad Samir2023-05-071-3/+1
* QMimeDatabase: handle glob-deleteall tagsAhmad Samir2023-05-073-1/+38
* Move the formatting of <chrono> durations to QDebug & QtTestThiago Macieira2023-05-065-46/+265
* Q{Plugin,Factory}Loader: downgrade warnings to debug messagesThiago Macieira2023-05-051-4/+0
* Use QSlotObject helpers in functor-cases of QMetaObject::invokeVolker Hilsheimer2023-05-051-0/+24
* test: Don't remove macdeployqt test directory when debugging testTor Arne Vestbø2023-05-051-3/+1
* test: Pass -use-debug-libs for macdeploy test when built as debugTor Arne Vestbø2023-05-051-0/+3
* Add debug logging to macdeployqt testTor Arne Vestbø2023-05-051-21/+23
* QSlotObject helpers: add testcoverage for std::functionVolker Hilsheimer2023-05-051-1/+10
* Use boolean to indicate QTableWidgetItem is header itemAntti Määttä2023-05-051-0/+20
* QTabBar: don't overshoot when scrolling rightVolker Hilsheimer2023-05-042-11/+30
* Update public suffix listMårten Nordheim2023-05-042-12/+0
* tst_qthreadpool: expect a warning, cleaning up the test runMarc Mutz2023-05-041-0/+8
* Fix hiding in QComboBox when there is no selectionVolker Hilsheimer2023-05-041-0/+36
* Make tst_QFont::italicOblique failures easier to debugMårten Nordheim2023-05-041-1/+1
* Take move-only functions for the threadpoolAllan Sandfeld Jensen2023-05-041-1/+19
* Add a distant-future local-time-type to tst_QDateTimeEdward Welbourne2023-05-041-4/+10
* tst_QDateTime: rework initialization of local-time-typesEdward Welbourne2023-05-041-27/+29
* Refactor QGregorianCalendar::julianFromParts to return std::optionalEdward Welbourne2023-05-041-13/+13
* Suppress a redundant GCC warningAhmad Samir2023-05-041-0/+4
* Pass functor through as references until storedVolker Hilsheimer2023-05-031-2/+0
* Small improvements to QObject unit testVolker Hilsheimer2023-05-021-10/+12
* Move some repeated constants from tests into tst_QDateEdward Welbourne2023-05-021-11/+2
* tst_QDateTime::springForward(): adapt tests for midnight transitionsEdward Welbourne2023-05-021-4/+4
* Fix problem with Australasian zones in fromSecsSinceEpoch() testEdward Welbourne2023-05-021-1/+16
* QDBusServer: Fix potential crash when private pointer is nullIevgenii Meshcheriakov2023-05-022-0/+7
* Allow disable native messagebox dialogThorbjørn Lund Martsum2023-05-021-0/+17
* Fix test for move-only functor objectsVolker Hilsheimer2023-05-011-6/+63
* Revert "Support move-only functors in invokeMethod and async APIs"Volker Hilsheimer2023-05-011-4/+7
* qc14n.h: general cleanupAhmad Samir2023-05-011-13/+7
* Short live Q_NODISCARD_CTORIvan Solovev2023-04-301-0/+21
* Make QPointer<T> constructible from QPointer<X>Marc Mutz2023-04-291-0/+26
* QString: add a tst_QString variant with QT_NO_CAST_FROM_ASCIIAhmad Samir2023-04-292-81/+118
* IPC: tst_QNativeIpcKey: rename duplicate row in testThiago Macieira2023-04-281-2/+2
* Correct Julian Day numbers in 1800Edward Welbourne2023-04-281-1/+1