summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Use mouseEventTypeFromEventType instead of duplicating itMikolaj Boc2023-02-141-13/+2
* Use floating point coords for mouse/wheel events on wasmMikolaj Boc2023-02-1411-52/+51
* Rename Qt::Appearance to Qt::ColorSchemeTor Arne Vestbø2023-02-1324-115/+115
* wasm: don't set window states for child windowsMorten Sørvig2023-02-131-0/+4
* 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-121-0/+20
* Fix build with -no-feature-actionTasuku Suzuki2023-02-121-0/+1
* Fix build with -no-feature-libraryTasuku Suzuki2023-02-111-1/+0
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1063-415/+40
* 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
* Fix build with -no-feature-gesturesTasuku Suzuki2023-02-111-0/+2
* wasm: fix multitouch processingLorn Potter2023-02-091-18/+26
* SQL/DB2: apply misc changesChristian Ehrlicher2023-02-081-42/+39
* QtGui: Add a header declaring the Windows image conversion functionsFriedemann Kleint2023-02-082-5/+2
* wasm: Don't grab menu bar item shortcuts on MacMikolaj Boc2023-02-081-4/+13
* Clean up QUtiMimeConverter APIVolker Hilsheimer2023-02-085-13/+13
* Windows QPA: Rework how we activate the windowYuhang Zhao2023-02-081-31/+66
* 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
* QtMiscUtils: add some more character helpersAhmad Samir2023-02-071-5/+3
* macOS: Reduce verboseness of NSUserNotification deprecationsTor Arne Vestbø2023-02-071-0/+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-071-9/+1
* 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
* Support WindowTitleHint and FramelessWindowHint in QWasmWindowMikolaj Boc2023-02-073-8/+15
* Support Qt::WindowCloseButtonHint in QWasmWindowMikolaj Boc2023-02-053-0/+7
* Support Qt::WindowMaximizeButtonHint in QWasmWindowMikolaj Boc2023-02-042-1/+9
* SQL/ODBC: Pass correct length to SQLColAttribute()Christian Ehrlicher2023-02-041-3/+8
* SQL/ODBC: misc cleanupChristian Ehrlicher2023-02-041-56/+49
* SQL/ODBC: optimize toSQLTCHAR() - avoid an unneeded copyChristian Ehrlicher2023-02-041-27/+16
* Remove redundant include statement from qgtk3theme.cppAxel Spoerl2023-02-041-1/+0
* Support Qt::WindowTransparentForInput in QWasmWindowMikolaj Boc2023-02-032-0/+6
* Support Qt::NoDropShadowWindowHint in QWasmWindowMikolaj Boc2023-02-032-1/+5
* QXcbConnection::getTimestamp: do not return stale timestampRoland Pallai2023-02-033-4/+6
* wasm: convert a11y coordinates to window coordinatesMorten Sørvig2023-02-031-1/+11
* wasm: fix accessibility crash on null parentMorten Sørvig2023-02-032-10/+12
* wasm: set contenteditable on canvasMorten Sørvig2023-02-036-19/+21
* Remove unused code in qwasmcssstyleMikolaj Boc2023-02-031-26/+1
* Support window masks on WASMMikolaj Boc2023-02-032-2/+23
* Revert "Revert "Add support for MultiABI with custom install dir of the andro...Alexey Edelev2023-02-021-1/+3
* Reset dark palettes for widgets to light in windows styleSanthosh Kumar2023-02-022-0/+36
* QtNetwork: Split out QNativeSocketEnginePrivateFriedemann Kleint2023-02-021-1/+1
* SQL/ODBC: fix some users of toSQLTCHAR() to not assume identical UTF-8/16/32 ...Marc Mutz2023-02-021-71/+83
* iOS: Fix build with -no-openglTor Arne Vestbø2023-02-016-5/+27
* Revert "Add support for MultiABI with custom install dir of the android-build"Alexandru Croitor2023-02-011-3/+1