summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deprecate QPropertyAliasFabian Kosmale2023-02-083-2/+19
* Clean up QUtiMimeConverter APIVolker Hilsheimer2023-02-088-27/+33
* Avoid potential data races caused by qt_ntfs_permission_lookupMate Barany2023-02-085-3/+105
* Avoid glDrawBuffers on ES 2.0 / WebGL 1Laszlo Agocs2023-02-082-4/+14
* Qt::Appearance: don't assign values to enumeratorsMarc Mutz2023-02-081-3/+3
* Windows QPA: Rework how we activate the windowYuhang Zhao2023-02-081-31/+66
* Deprecate QTypeInfo::isPointer and isIntegralGiuseppe D'Angelo2023-02-081-10/+10
* qdbusxml2cpp: don't emit Q_DECL_DEPRECATED for the adaptorThiago Macieira2023-02-071-8/+1
* qdbusxml2cpp: invert Q_DECL_DEPRECATED and inline in the outputThiago Macieira2023-02-071-5/+7
* macOS: Skip deployment target runtime check when detecting compat versionTor Arne Vestbø2023-02-071-0/+8
* permissions: Replace deprecated location permission usage keyTor Arne Vestbø2023-02-083-8/+23
* Fix proxy-data handlingFabian Kosmale2023-02-073-4/+23
* ODBC/SQL: Fix usage of SQLGetDataChristian Ehrlicher2023-02-071-94/+49
* SQL/ODBC: optimize QVarLengthArray usageChristian Ehrlicher2023-02-071-23/+16
* SQL/ODBC: misc cleanup for fromSQLTCHAR()Christian Ehrlicher2023-02-071-19/+13
* dbus: Register QDBusObjectPathAlbert Astals Cid2023-02-071-0/+1
* Rename Qt CMake policies argument namesAmir Masoud Abdol2023-02-072-18/+18
* Use QtMiscUtils hex/oct-related helpersAhmad Samir2023-02-074-29/+18
* QtMiscUtils: add some more character helpersAhmad Samir2023-02-0719-130/+136
* Update CLDR to v42Mate Barany2023-02-078-5404/+5681
* macOS: Reduce verboseness of NSUserNotification deprecationsTor Arne Vestbø2023-02-071-0/+6
* Add/enable Alpha detectionPino Toscano2023-02-072-3/+6
* Windows QPA: make one function staticYuhang Zhao2023-02-081-1/+1
* Windows QPA: fix debug messageYuhang Zhao2023-02-081-7/+8
* Use qt_winrtbase_p.h workaround in more placesYuhang Zhao2023-02-072-11/+5
* Transfer the key handling logic to QWasmWindowMikolaj Boc2023-02-0717-476/+463
* XCB: simplify atom registration codeGiuseppe D'Angelo2023-02-071-14/+8
* XCB: do not use reserved identifiersGiuseppe D'Angelo2023-02-0713-466/+466