summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Long live QScopedPropertyUpdateGroupMarc Mutz2023-02-104-8/+50
* 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-101-1/+2
* 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-103-7/+334
* IPC/QSharedMemory: add missing includeSamuli Piippo2023-02-101-0/+1
* QDir: use QCollator when doing locale-aware sortingAhmad Samir2023-02-101-19/+49
* QString: don't detach in replace_helper()Ahmad Samir2023-02-091-45/+73
* 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-091-2/+29
* QString: don't detach in insert()Ahmad Samir2023-02-091-0/+17
* QString: split some code from insert() overloads to a static helperAhmad Samir2023-02-091-37/+38
* QString: refactor two insert overloadsAhmad Samir2023-02-091-24/+28
* QString, QByteArray: don't detach in removeIf/erase/eraseif()Ahmad Samir2023-02-094-6/+99
* Expose files locating in QT_ANDROID_PACKAGE_SOURCE_DIR to IDEAlexey Edelev2023-02-091-0/+26
* Reset the _qt_expects_finalization flagAlexey Edelev2023-02-091-0/+1
* Doc: Mark new QShortcutEvent constructor with \sinceKai Köhne2023-02-091-0/+1
* CMake: Fix directory scoping issue for qt6_generate_deploy_scriptJoerg Bornemann2023-02-091-0/+7
* Add Q_TRACE_LOCATION to android supportAntti Määttä2023-02-092-0/+8
* wasm: fix multitouch processingLorn Potter2023-02-091-18/+26
* QVarLengthArray: use new q20::construct_at instead of raw placement newMarc Mutz2023-02-091-9/+9
* Examples: move widgets/codeeditor into manual testsVolker Hilsheimer2023-02-091-2/+1
* Move findfiles example into manual testsVolker Hilsheimer2023-02-091-1/+1
* Turn elidedlabel example into a code snippetVolker Hilsheimer2023-02-092-1/+43
* Fix QVariant(QString) <-> enum conversionChristian Ehrlicher2023-02-081-7/+8
* SQL/DB2: apply misc changesChristian Ehrlicher2023-02-081-42/+39
* QVarLengthArray: add STL-style assign()Dennis Oberst2023-02-082-2/+100
* QtGui: Add a header declaring the Windows image conversion functionsFriedemann Kleint2023-02-086-15/+51
* Move qHash function for a Windows type into global namespaceMårten Nordheim2023-02-081-5/+5
* wasm: Don't grab menu bar item shortcuts on MacMikolaj Boc2023-02-081-4/+13
* Silence some qdoc warningsVolker Hilsheimer2023-02-081-1/+3
* QProperty: Remove recursive notify logicFabian Kosmale2023-02-082-37/+12
* Avoid accessing deleted binding data in grouped updatesFabian Kosmale2023-02-081-16/+18