summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Centralize conversion from unpremultiplied to premultiplied image formatAllan Sandfeld Jensen2023-12-121-0/+25
* tst_QtEndian: rewrite the ENDIAN_TEST macros to support FPMarc Mutz2023-12-111-30/+32
* QDuplicateTracker: test with std::string, tooMarc Mutz2023-12-111-0/+23
* Fix return value of qbswap(qint128)Marc Mutz2023-12-111-0/+29
* Bump version to 6.8.0Jani Heikkinen2023-12-113-3/+3
* tst_QUuid: use int128 literals and QCOMPARE supportv6.7.0-beta1Marc Mutz2023-12-091-6/+3
* Long live QDebug::operator<<(q(u)int128)!Marc Mutz2023-12-092-40/+56
* tst_QGlobal: work around ubsan issue in toString(qint128)Marc Mutz2023-12-091-1/+1
* pagelayout: Fix inaccuracy in marginsPixels and paintRectPixelsJarkko Koivikko2023-12-091-0/+72
* pagesize: Fix pixel overflow in QPageSize::sizePixels and rectPixelsJarkko Koivikko2023-12-091-0/+2
* print: QPageLayout: Fix pt unit conversionJarkko Koivikko2023-12-091-0/+50
* QProperty: clean up unnecessary sentinel classPo-Hao Su2023-12-091-0/+54
* QMetaType: fix typenameHelper() for types in the QtPrivate namespaceThiago Macieira2023-12-082-0/+16
* qfloat16: extend comparison with integral typesIvan Solovev2023-12-081-4/+35
* qfloat16: use new comparison helper macrosIvan Solovev2023-12-081-0/+105
* Android: Add preliminary support for child windowsTinja Paavoseppä2023-12-082-1/+51
* Add PATCH support for QRestAccessManagerJuha Vuolle2023-12-083-0/+28
* QRestAM custom HTTP 'method' supportJuha Vuolle2023-12-083-0/+22
* Add username/password support to QNetworkRequestFactoryJuha Vuolle2023-12-082-0/+68
* Add QDebug support for QNetworkRequestFactoryJuha Vuolle2023-12-081-0/+7
* Functions for setting request transfer timeoutsJuha Vuolle2023-12-083-0/+35
* Support for std::chrono as transferTimeout typeJuha Vuolle2023-12-081-66/+48
* Add uploadProgress signal for QRestReplyJuha Vuolle2023-12-081-0/+31
* Add signals and methods for QRestReply download progressJuha Vuolle2023-12-083-31/+131
* Add REST client convenience wrappersJuha Vuolle2023-12-085-0/+1127
* QNetworkRequestFactory convenience classJuha Vuolle2023-12-083-0/+326
* Add QHttpHeaders classJuha Vuolle2023-12-083-0/+528
* Adapt ASN.1 datetime parsing to use the new century controlEdward Welbourne2023-12-081-3/+0
* Give the caller control over the century used for two-digit datesEdward Welbourne2023-12-082-7/+33
* Add QCalendar::matchCenturyToWeekday()Edward Welbourne2023-12-081-1/+48
* QFont::Tag: use new comparison helper macrosVolker Hilsheimer2023-12-081-0/+28
* Make QAtomicScopedValueRollback public APIRym Bouabid2023-12-083-4/+2
* tst_bench_QImageReader: add a benchmark for raw QFatoryLoader operationsMarc Mutz2023-12-072-0/+30
* tst_QString: explain TransientDefaultLocale betterMarc Mutz2023-12-071-1/+2
* tst_containerapisymmetry: remove the extra push_backMarc Mutz2023-12-071-17/+17
* QBitArray: replace the member operator~ with a hidden friendThiago Macieira2023-12-071-0/+1
* Long live QSpan as public API!Marc Mutz2023-12-073-4/+2
* QDBusConnectionPrivate: Close connection after failed q_dbus_bus_register()Ievgenii Meshcheriakov2023-12-074-0/+54
* Add missing <=> 0 operator to Qt ordering typesMarc Mutz2023-12-071-0/+68
* QPartialOrdering: add lower-case flags for std/Qt:: compatibilityMarc Mutz2023-12-071-0/+5
* QPartialOrdering: add missing conversions to/from Qt::_ordering typesMarc Mutz2023-12-071-0/+1
* QPartialOrdering: add missing conversion from std::{weak,strong}_orderingMarc Mutz2023-12-071-0/+2
* Long live qCompareThreeWay()Ivan Solovev2023-12-071-0/+113
* QIcon: turn platform engines on by defaultVolker Hilsheimer2023-12-071-2/+0
* tst_qdbuslocalcalls: Remove casts to int in arguments to QCOMPAREIevgenii Meshcheriakov2023-12-071-10/+10
* QIcon: add theme icon constantsVolker Hilsheimer2023-12-071-0/+6
* Android: Skip focusProxy_QTBUG_51856() test case temporarilyTinja Paavoseppä2023-12-071-0/+3
* Android: Skip showAndMoveChild() test case temporarilyTinja Paavoseppä2023-12-071-0/+3
* QIcon: don't rely on getting a null-icon in testVolker Hilsheimer2023-12-071-4/+10
* QTabBar: properly calc tab positions when changing tab positionChristian Ehrlicher2023-12-071-0/+53