summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Introduce NO_GENERATE_CPP_EXPORTS argument for qt_internal_add_moduleAlexey Edelev2024-02-098-0/+8
* Add q20::erase_if(std::(multi)map, pred)Marc Mutz2024-02-092-0/+73
* QMap: add missing qHash() overloadMarc Mutz2024-02-092-0/+36
* QLoggingRegistry: disable copyingMarc Mutz2024-02-091-0/+1
* QtIcoHandler::canRead(): avoid checking more than onceShawn Rutledge2024-02-092-1/+4
* QFileSystemIterator/Unix: use QStringDecoderAhmad Samir2024-02-093-20/+27
* QSqlQuery: remove unneeded friend tst_QSqlQueryChristian Ehrlicher2024-02-091-5/+0
* SQL/OCI: fix QOCIDriver::formatValue()Christian Ehrlicher2024-02-091-1/+1
* QHeaderView: make sectionsMovable/sectionsClickable propertiesChristian Ehrlicher2024-02-092-26/+18
* Apple: Make Qt::Key_Backspace primary sequence for StandardKey::BackspaceTor Arne Vestbø2024-02-092-2/+3
* Refix invalid glTexImage2D operation in FramebufferObjectEirik Aavitsland2024-02-091-1/+3
* QTest: rename local `timeout` variable in QTRY_IMPL macroVolker Hilsheimer2024-02-091-3/+3
* Improve KTX file reading memory safetyJonas Karlsson2024-02-092-52/+183
* Doc: QRhi correctionsPaul Wicking2024-02-092-1/+19
* Add fast-path in QLibraryStore::findOrCreate() for empty fileNameMarc Mutz2024-02-091-4/+14
* QFactoryLoader: cut out the QMap middle-manMarc Mutz2024-02-091-5/+8
* QMimeBinaryProvider: cut out the QMap middle-manMarc Mutz2024-02-092-24/+17
* WASM builds now handle bitmap and pixmap cursorsKevin Keating2024-02-081-5/+22
* Fix loading QRhiTexture from image on glesArtem Dyomin2024-02-081-37/+30
* QAbstractItemView: close all child editors when parent is removedChristian Ehrlicher2024-02-081-1/+12
* QVersionNumber: apply LWG 3346 work-aroundMarc Mutz2024-02-081-0/+2
* QSpan: apply LWG 3346 work-aroundMarc Mutz2024-02-081-5/+8
* QList: give the LWG 3346 #ifdef'ery a symbolic nameMarc Mutz2024-02-082-4/+7
* QIcuTimeZonePrivate::displayName(): tidy and critiqueEdward Welbourne2024-02-081-7/+13
* Unicode line breaking: Implement rules LB15a and LB15bIevgenii Meshcheriakov2024-02-083-3158/+3218
* QUrl IDNA: Update to Unicode 15.1Ievgenii Meshcheriakov2024-02-081-17/+51
* unicode: Import version 15.1 (UCD version 32)Ievgenii Meshcheriakov2024-02-084-4387/+4464
* Change type of internal locationHeader constexpr to QL1SVJuha Vuolle2024-02-081-1/+1
* Remove unnecessary case-insensitive header name comparisonsJuha Vuolle2024-02-082-10/+6
* Replace QHttpHeaders::toListOfPairs() usage with iterationJuha Vuolle2024-02-083-20/+26
* Initialize QRhiD3D12::activeAdapter for imported device pathOliver Dawes2024-02-081-1/+7
* QFileSystemMetaData: add is{Readable,Writable,Executable} gettersAhmad Samir2024-02-082-3/+7
* QDom: give name to all anonymous parameters as well as too generic onesSamuel Gaist2024-02-082-208/+207
* Move QTimeZone's CLDR-derived data into a namespaceEdward Welbourne2024-02-082-23/+27
* QIcuTimeZonePrivate constructor: save iteration over all zone IDsNicolas Fella2024-02-083-14/+26
* qfreetype: Fix caching of memory fontsMorten Sørvig2024-02-081-0/+9
* Disable unloading libraries on VxWorksJacek Poplawski2024-02-081-0/+2
* Override detection of OS for sqlite3Michał Łoś2024-02-081-0/+5
* Fix memory leak in DirectWrite backendEskil Abrahamsen Blomfeldt2024-02-081-40/+24
* Qttestlib-manual.qdoc: fix typo in API docsAhmad Samir2024-02-081-1/+1
* Add QNetworkRequestFactory::(set)?PriorityMårten Nordheim2024-02-083-0/+36
* serialization: cborparser - silence gcc warningTim Blechmann2024-02-081-0/+1
* wasm: fix onLoaded delay functionalityMorten Sørvig2024-02-088-12/+63
* Remove the commented legacy code from Qt6CoreConfigExtras.cmake.inAlexey Edelev2024-02-071-10/+0
* CMake: Fix undefined symbol: qt_resourceFeatureZstd issueAlexandru Croitor2024-02-071-0/+14
* Fix build when systemsemaphore is disabledJari Helaakoski2024-02-071-2/+2
* Deprecate QDataStream::readBytes(char *&, uint &) instead of removing itIvan Solovev2024-02-074-15/+40
* Fix QDataStream::operator<<(const char *) to handle 64-bit lengthIvan Solovev2024-02-071-7/+3
* QDataStream::readBytes(): only chunk when data is not all availableIvan Solovev2024-02-071-1/+1
* QDataStream::readBytes(): make the growth of the buffer geometricIvan Solovev2024-02-071-2/+3