summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* QDataStream::readBytes: guard against integer overflowIvan Solovev6 days1-1/+3
* Windows 11 style: simplify code to polish paletteVolker Hilsheimer6 days3-60/+44
* Windows: handle theme changes synchronously when settings changeVolker Hilsheimer6 days1-1/+1
* Windows: simplify setting the dark borderVolker Hilsheimer6 days2-17/+2
* rhi: metal: Reduce staging copy size for full-width texture uploadsLaszlo Agocs6 days1-6/+7
* rhi: gl: Avoid a copy in partial texture uploadsLaszlo Agocs6 days1-1/+9
* Update macOS URL handling documentationJuha Vuolle6 days1-4/+5
* macOS: Add support for custom uri scheme handlingJuha Vuolle6 days1-1/+13
* macOS: Add support for universal links / https uri scheme handlingJuha Vuolle6 days3-0/+45
* QNetworkProxy/libproxy: don't overwrite the user-provided protocol tagThiago Macieira7 days1-2/+4
* SOCKS5: remove '###' from the error messageThiago Macieira7 days1-1/+1
* QResource: add support for memory mapping on WindowsThiago Macieira7 days1-0/+16
* QResource: re-factor the memory-mapping code into two helper functionsThiago Macieira7 days1-41/+47
* QResource: move the internal classes to unnamed namespacesThiago Macieira7 days1-1/+6
* QResource: obey the MapPrivateOption option to provide RW memoryThiago Macieira7 days1-1/+16
* QResource: simplify map() to rely on the uncompressed data being thereThiago Macieira7 days1-7/+8
* qtconfigmacros.h: add missing include: we use QT_VERSION_CHECKThiago Macieira7 days1-0/+1
* qdbusxml2cpp: don't track command lineSamuli Piippo7 days1-1/+1
* QRestReply: allow comments where white-space is allowedMarc Mutz7 days1-8/+56
* QtPrivate::Continuation: add missing Q_DISABLE_COPY(_MOVE)Marc Mutz7 days1-0/+1
* Add QHttpHeaders methods to QNetworkCacheMetaDataLena Biliaieva7 days5-41/+119
* Fix crash in QMainWindow:.tabifiedDockWidgets()Axel Spoerl7 days1-3/+13
* QSql/IBase: fix compilationChristian Ehrlicher7 days1-0/+1
* QThread: relax memory semantics from seq_cst on interruptionRequestedThiago Macieira7 days2-4/+4
* QNAM: Prepare protocol handlers for local socketMårten Nordheim7 days4-24/+24
* compare helpers: use is_OP etc instead of OP 0Marc Mutz7 days1-14/+14
* Windows: refactor theme's handling of color schemeVolker Hilsheimer7 days2-3/+12
* Windows: store the color scheme instead of a boolean for darkVolker Hilsheimer7 days2-20/+21
* Update QStyleHints::colorScheme before updating palettesVolker Hilsheimer7 days1-4/+4
* Remove QGuiApplicationPrivate::colorScheme()Volker Hilsheimer7 days4-18/+7
* QDataStream::readBytes: do not leak the memory in case of bad_allocIvan Solovev7 days1-12/+6
* QtCore/removed_api: fix 6.8 block order, global includeMarc Mutz7 days1-3/+3
* rhi: gl: Clean up UNPACK_ROW_LENGTH handlingLaszlo Agocs7 days2-3/+9
* rhi: metal: Handle multiview with depth attachment onlyLaszlo Agocs7 days1-2/+8
* rhi: vulkan: Fix multiview with depth attachment onlyLaszlo Agocs7 days2-6/+10
* rhi: vulkan: Reduce staging copy size for full-width texture uploadsLaszlo Agocs7 days1-6/+6
* moc: Update comment above propertiesMårten Nordheim7 days1-1/+1
* QLocale: use new comparison helper macrosTatiana Borisova8 days2-2/+6
* QVLA::erase: use trivial relocationGiuseppe D'Angelo8 days1-1/+2
* QNetworkInformation: remove redundant friend declarationMarc Mutz9 days1-1/+0
* qfuture_impl.h: remove redundant declarationMarc Mutz9 days1-3/+0
* QPageSize: remove redundant operator== declarationVolker Hilsheimer9 days2-0/+13
* QVLA: fix assert message in erase()Giuseppe D'Angelo9 days1-2/+2
* Http connection channel: modernize connectMårten Nordheim9 days1-20/+20
* qtconf: Add comment to clarify code handling env varsFabian Kosmale9 days1-0/+4
* Improve default style of QTextTableCarl Schwan9 days1-1/+2
* Android: Notify listener about app state changes when quittingPetri Virkkunen9 days1-1/+1
* Android: Extend app state listener interface with native plugin statePetri Virkkunen9 days3-6/+21
* Android: Enable required capabilities for embedding QML in servicesPetri Virkkunen9 days1-5/+14
* Android: PlatformServices:Do not expect Intents in non-Activity usecasePetri Virkkunen9 days1-9/+12