summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update bundled libjpeg-turbo to version 2.1.5Eirik Aavitsland2023-02-1321-87/+154
* QVarLengthArray: clear() is not resize(0)Marc Mutz2023-02-131-0/+10
* ODBC/MySQL: fix compilation with MySQL < 5.7.9Christian Ehrlicher2023-02-121-0/+5
* SQL/MySQL: add options to explicitly specify the protocol typeChristian Ehrlicher2023-02-122-1/+32
* Fix build with -no-feature-actionTasuku Suzuki2023-02-122-0/+6
* macOS: map Qt::Key_Return to NSCarriageReturnCharacter in menusVolker Hilsheimer2023-02-111-1/+1
* QAbstractItemView: Don't unselect on click on empty area in SingleSelectSebastian Beckmann2023-02-112-1/+37
* Fix build with -no-feature-libraryTasuku Suzuki2023-02-112-1/+1
* QtMiscUtils: fix return type of two helpers, should be boolAhmad Samir2023-02-111-2/+2
* Fix Qt 6 performance regression when painting outside deviceEirik Aavitsland2023-02-103-17/+24
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-10105-789/+88
* Avoid mapping BUILD_TESTING to QT_BUILD_TESTSAlexey Edelev2023-02-101-1/+0
* tst_qvarlengtharray: fix MyBase trackers for swap()Marc Mutz2023-02-101-0/+34
* Remove "Configuration summary shown below" statement when it is not trueAmir Masoud Abdol2023-02-101-19/+19
* Improve FindWrapRt, and SHM detectionAmir Masoud Abdol2023-02-103-9/+27
* Fix build without abstractsliderTasuku Suzuki2023-02-111-0/+1
* tracegen: Fix handling enumerators with duplicate valuesAntti Määttä2023-02-105-22/+72
* tracegen: Add support for QSizeF and QRectF typesAntti Määttä2023-02-105-1/+29
* CTF: Fix minor problems in the implementationAntti Määttä2023-02-102-13/+29
* SQL/MySQL: Fix retrieving a datetime for libmysql >= 8.0.27Christian Ehrlicher2023-02-101-9/+19
* SQL/ODBC: add handling for SQL_SS_TIME2Christian Ehrlicher2023-02-101-0/+6
* double-conversion: Update to 3.2.1Mårten Nordheim2023-02-104-9/+16
* Long live QScopedPropertyUpdateGroupMarc Mutz2023-02-105-34/+80
* trace: Remove unused tracepoint filesAntti Määttä2023-02-104-454/+0
* Trace: Autogenerate metadata in qtgui moduleAntti Määttä2023-02-101-45/+2
* CTF: Move event metadata generation to the wrapperAntti Määttä2023-02-108-119/+180
* CTF: Fix plugin cleanupAntti Määttä2023-02-103-1/+22
* Fix build with -no-feature-texteditTasuku Suzuki2023-02-101-1/+2
* Fix build with -no-feature-gesturesTasuku Suzuki2023-02-111-0/+2
* Fix build with -no-feature-toolbuttonTasuku Suzuki2023-02-111-1/+1
* fbconvenience: use smart pointer for QFbCursorLiang Qi2023-02-102-2/+2
* Don't do font merging for PUA charactersEskil Abrahamsen Blomfeldt2023-02-102-1/+41
* Return transparent background color if no brush is setMatthias Rauter2023-02-101-1/+2
* Trace: Use includes instead of forward declarationsAntti Määttä2023-02-103-6/+5
* Trace: Convert qtwidgets module to use tracepointgen toolAntti Määttä2023-02-102-1/+9
* Trace: Convert qtopengl module to use tracepointgen toolAntti Määttä2023-02-104-18/+27
* Trace: Convert qtcore module to use tracepointgen toolAntti Määttä2023-02-107-2/+48
* Tracepointgen: Parse metadata from include filesAntti Määttä2023-02-104-8/+335
* IPC/QSharedMemory: add missing includeSamuli Piippo2023-02-101-0/+1
* QDir: use QCollator when doing locale-aware sortingAhmad Samir2023-02-102-19/+55
* QString: don't detach in replace_helper()Ahmad Samir2023-02-092-51/+114
* QtCore: Add exclusions for Unity buildsFriedemann Kleint2023-02-091-0/+24
* QPasswordDigestor: add OpenSSL 3.0 support to deriveKeyPbkdf2Jan Grulich2023-02-092-2/+101
* Prepare for replacing Qt::Appearance with Qt::ColorSchemeTor Arne Vestbø2023-02-097-0/+28
* QSysInfo: Work around erroneous warning output from WindowsMårten Nordheim2023-02-091-1/+14
* QDateTime: Fix inline use of deprecated ctorMårten Nordheim2023-02-091-1/+1
* QRhi: fix potential ODR issue (operators for foreign types)Marc Mutz2023-02-092-15/+42
* QString: don't detach in insert(qsizetype, QUtf8StringView)Ahmad Samir2023-02-091-0/+16
* QString: optimize insert(qsizetype, QUtf8StringView)Ahmad Samir2023-02-092-2/+30
* QString: don't detach in insert()Ahmad Samir2023-02-092-42/+152