summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move findfiles example into manual testsVolker Hilsheimer2023-02-0910-3/+1
* Turn elidedlabel example into a code snippetVolker Hilsheimer2023-02-0913-475/+43
* Add some utilities for UNITY_BUILDAmir Masoud Abdol2023-02-0812-6/+96
* Fix QVariant(QString) <-> enum conversionChristian Ehrlicher2023-02-082-7/+15
* SQL/DB2: apply misc changesChristian Ehrlicher2023-02-081-42/+39
* QVarLengthArray: add STL-style assign()Dennis Oberst2023-02-083-2/+175
* 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
* savegame ex.: fix include order [2/2]: game.hMarc Mutz2023-02-081-3/+3
* savegame ex.: make Level ctor explicitMarc Mutz2023-02-081-1/+1
* QProperty: Remove recursive notify logicFabian Kosmale2023-02-082-37/+12
* Avoid accessing deleted binding data in grouped updatesFabian Kosmale2023-02-082-16/+44
* Deprecate QPropertyAliasFabian Kosmale2023-02-084-2/+23
* Clean up QUtiMimeConverter APIVolker Hilsheimer2023-02-088-27/+33
* Avoid potential data races caused by qt_ntfs_permission_lookupMate Barany2023-02-088-22/+124
* Add simple project generation based on existing source filesAlexey Edelev2023-02-0827-0/+742
* Resurrect wiggly example as a manual testPaul Olav Tvete2023-02-087-0/+208
* Avoid glDrawBuffers on ES 2.0 / WebGL 1Laszlo Agocs2023-02-082-4/+14
* savegame ex.: use ranged instead of indexed loopsMarc Mutz2023-02-082-4/+4
* savegame ex.: use NSDMI, =default the default ctorMarc Mutz2023-02-082-6/+4
* savegame ex.: fix include orderMarc Mutz2023-02-082-3/+4
* savegame ex.: fix extra ';' after Q_GADGETMarc Mutz2023-02-081-1/+1
* 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-072-11/+4
* qdbusxml2cpp: invert Q_DECL_DEPRECATED and inline in the outputThiago Macieira2023-02-072-5/+56
* tst_qdbusxml2cpp: test the old-style QDBusReply interface output tooThiago Macieira2023-02-071-1/+2
* 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-084-13/+28
* Fix proxy-data handlingFabian Kosmale2023-02-074-4/+57
* 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
* Retrieve an old -redo behaviorAmir Masoud Abdol2023-02-072-5/+7
* 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-0710-5406/+5692
* Doc: Update copyright year in the templateTopi Reinio2023-02-074-4/+4
* 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