summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change QTimeZone's offset range into constants, not an enumEdward Welbourne2023-04-281-2/+2
* QVariant: Fix support for metatypes created by Qt < 6.5Fabian Kosmale2023-04-281-0/+28
* Add a helper for better error messages when functor is incompatibleVolker Hilsheimer2023-04-281-8/+2
* Support move-only functors in invokeMethod and async APIsVolker Hilsheimer2023-04-281-7/+4
* Support free functions and const functors as callbacksVolker Hilsheimer2023-04-281-0/+148
* rhi: Add another resource update batch autotestLaszlo Agocs2023-04-271-0/+82
* QVariant: Add support for in-place constructionFabian Kosmale2023-04-271-0/+19
* Simplify the creation of APIs that take a callbackVolker Hilsheimer2023-04-261-0/+23
* QSqlField: add move ctor & move operatorChristian Ehrlicher2023-04-261-0/+20
* QTabBar: don't scroll when laying out the tabsVolker Hilsheimer2023-04-261-0/+62
* Move QZipReader/Writer from QtGui to QtCoreMarc Mutz2023-04-269-5/+6
* tst_QCoreApplication: ensure that theMainThread has expected statesThiago Macieira2023-04-262-3/+38
* tst_QProcess: don't link non-Qt helpers to QtCoreThiago Macieira2023-04-2517-0/+19
* tst_QSslCertificate: Make it easier to check which backend is usedMårten Nordheim2023-04-251-19/+40
* tst_qxmlstream: remove dependency on QtXmlMarc Mutz2023-04-251-1/+0
* QXmlStreamAttributes: port value()/hasAttribute() to QAnyStringViewMarc Mutz2023-04-251-0/+8
* Add missing nullptr check in QWidget::setFocusProxyAxel Spoerl2023-04-251-0/+26
* QDomDocument: no longer drop a provided 'standalone' attribute if 'no'Axel Spoerl2023-04-241-0/+26
* Introduce the qt_internal_project_setup macroAlexey Edelev2023-04-243-0/+4
* QStandardPaths: de-duplicate some unittests codeAhmad Samir2023-04-221-28/+28
* QStandardPaths/Unix: fix writableLocation() when test mode is enabledAhmad Samir2023-04-221-3/+66
* QStandardPaths/Unix: restore org and app names in unittestsAhmad Samir2023-04-221-7/+11
* QDate: use more constexpr vars instead of plain numbersAhmad Samir2023-04-221-8/+10
* Handle parent being a child's focus procy in QWidget::setFocusProxyAxel Spoerl2023-04-221-0/+99
* QTimer: optimize single shot timers that cross threadVolker Hilsheimer2023-04-201-2/+13
* Network tests: drop testing ftp proxy serverMårten Nordheim2023-04-203-3/+14
* tst_qnetworkreply: Don't try using ftp servers while ftp is missingMårten Nordheim2023-04-201-43/+51
* tst_QDateTime: cope with MET masquerading as CETEdward Welbourne2023-04-201-4/+22
* Expand range of allowed UTC offsets to 16 hoursEdward Welbourne2023-04-201-4/+4
* Baseline tests: wait longer before taking a screen snapshotVolker Hilsheimer2023-04-201-2/+3
* QWidgetTextControl: emit cursorPositionChanged() when select allLiang Qi2023-04-201-0/+5