summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* macOS: Don't reset focus window to top level window when becoming keyTor Arne Vestbø2023-12-121-9/+18
* wasm: fix qtloader.js preRun usageMorten Sørvig2023-12-121-7/+8
* QStringBuilder: use data_ptr().data() instead of constData()Thiago Macieira2023-12-122-6/+5
* qYieldCpu: ensure we don't use asm statement with MSVC on ARMThiago Macieira2023-12-111-1/+1
* Centralize conversion from unpremultiplied to premultiplied image formatAllan Sandfeld Jensen2023-12-122-9/+23
* a11y: Only send focus event when item has focusMichael Weghorn2023-12-123-3/+3
* QArrayData: move AlignedQArrayData to the public headerThiago Macieira2023-12-112-7/+19
* QArrayData: add allocate1 and allocate2 for 1- and 2-byte typesThiago Macieira2023-12-112-23/+73
* Fix return value of qbswap(qint128)Marc Mutz2023-12-111-1/+1
* Bump version to 6.8.0Jani Heikkinen2023-12-113-3/+5
* macOS: Use single truth to track file dialog current directoryTor Arne Vestbø2023-12-112-23/+22
* macOS: Handle NSNull when file dialog directories changeTor Arne Vestbø2023-12-111-1/+4
* Doc: QIdentityProxyModel::itemData() should be reimplemented tooDavid Faure2023-12-111-1/+7
* windeployqt: Proper error message when qtpaths.bat/.exe could not be runOliver Wolff2023-12-112-9/+13
* Long live QDebug::operator<<(q(u)int128)!Marc Mutz2023-12-092-0/+117
* QQuaternion: make methods constexpr, noexcept; fix styleVolker Hilsheimer2023-12-092-136/+137
* QAbstractFileIconEngine: reimplement isNull()Christian Ehrlicher2023-12-091-0/+1
* QComboBox: inform accessibility about model change before selectingVolker Hilsheimer2023-12-092-0/+22
* pagelayout: Fix inaccuracy in marginsPixels and paintRectPixelsJarkko Koivikko2023-12-091-6/+6
* pagesize: Fix pixel overflow in QPageSize::sizePixels and rectPixelsJarkko Koivikko2023-12-091-1/+1
* print: QPageLayout: Fix pt unit conversionJarkko Koivikko2023-12-091-28/+6
* Make QNetworkRequest::KnownHeaders a Q_ENUMMarc Mutz2023-12-092-0/+5
* Use Ctrl+Shift+S for Save As... shortcut on every platformShawn Rutledge2023-12-092-2/+2
* Add QTest::qWaitForWindowFocused for checking focus windowTor Arne Vestbø2023-12-094-1/+50
* QProperty: clean up unnecessary sentinel classPo-Hao Su2023-12-092-5/+14
* QMetaType: fix typenameHelper() for types in the QtPrivate namespaceThiago Macieira2023-12-081-5/+8
* qfloat16: extend comparison with integral typesIvan Solovev2023-12-081-3/+33
* qfloat16: use new comparison helper macrosIvan Solovev2023-12-081-35/+27
* Make some QScreen native interfaces publicDavid Redondo2023-12-0810-53/+123
* QIcon: harden font file discovery in Android icon engineVolker Hilsheimer2023-12-081-7/+23
* Android: Make QtWindow wrap the QtLayout instead of inherit itTinja Paavoseppä2023-12-083-39/+52
* Android: Add preliminary support for child windowsTinja Paavoseppä2023-12-0813-86/+254
* Android: Make QtLayout per window instead of per screenTinja Paavoseppä2023-12-0815-380/+383
* QHttpHeaders: reserve memory for headers when creating from a containerJuha Vuolle2023-12-081-0/+3
* Mark REST helper classes as tech previewJuha Vuolle2023-12-083-0/+6
* Add PATCH support for QRestAccessManagerJuha Vuolle2023-12-083-0/+138
* QRestAM custom HTTP 'method' supportJuha Vuolle2023-12-083-1/+107
* Add username/password support to QNetworkRequestFactoryJuha Vuolle2023-12-083-0/+98
* Add QDebug support for QRestAccessManagerJuha Vuolle2023-12-082-0/+26
* Add QDebug support for QRestReplyJuha Vuolle2023-12-082-0/+58
* Add QDebug support for QNetworkRequestFactoryJuha Vuolle2023-12-082-0/+35
* Functions for setting request transfer timeoutsJuha Vuolle2023-12-085-0/+63
* Support for std::chrono as transferTimeout typeJuha Vuolle2023-12-086-26/+99
* Add uploadProgress signal for QRestReplyJuha Vuolle2023-12-082-1/+23
* Add signals and methods for QRestReply download progressJuha Vuolle2023-12-082-1/+50
* Add REST client convenience wrappersJuha Vuolle2023-12-088-0/+1560
* QNetworkRequestFactory convenience classJuha Vuolle2023-12-085-0/+651
* Add QHttpHeaders classJuha Vuolle2023-12-083-0/+1381
* Improve week-day-based resolution of two-digit year numbersEdward Welbourne2023-12-082-30/+14
* Add a section on date ambiguities to QDate::fromString()Edward Welbourne2023-12-081-3/+61