summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QIdentityProxyModel: add setHandleSourceLayoutChanges(bool)Ahmad Samir2023-12-151-0/+35
* JNI API review: minor API and implementation cleanupsVolker Hilsheimer2023-12-151-32/+32
* QBitArray: add mutation operators taking rvalue QBitArraysThiago Macieira2023-12-141-6/+104
* Copy color table in QImage::transform paint pathAllan Sandfeld Jensen2023-12-141-0/+11
* QAIV: reset state if removing index while editing or committingVolker Hilsheimer2023-12-141-0/+58
* QLineEdit: Use existing selection when deleting a wordJohannes Grunenberg2023-12-141-0/+111
* QSplashScreen: Enforce visibility by processing eventsAxel Spoerl2023-12-142-7/+12
* Turn the "concentriccircles" example into snippets, update screenshotVolker Hilsheimer2023-12-141-1/+0
* Fix the qopenssl_symbols.h copy in the autotestMĂ„rten Nordheim2023-12-131-2/+9
* QFuture: Don't use QFutureCallOutInterface for continuationsArno Rehn2023-12-131-20/+36
* Silence -Wbraced-scalar-init warningAmir Masoud Abdol2023-12-131-6/+6
* QMainWindow: don't crash when restored state is modified before appliedVolker Hilsheimer2023-12-131-0/+65
* QIcon: prefer downscaling over upscaling pixmap iconsDavid Schulz2023-12-131-0/+18
* QBitArray: add rvalue binary bitwise operatorsThiago Macieira2023-12-121-0/+52
* QBitArray: improve memory allocation in the binary bitwise operatorsThiago Macieira2023-12-121-0/+66
* 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