summaryrefslogtreecommitdiff
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* QSQL/ODBC: fix regression (trailing NUL)Marc Mutz2023-03-231-2/+4
* wasm: Text input hotfixMikolaj Boc2023-03-231-0/+4
* Plumb QMessageBox::setCheckBox() through QPlatformMessageDialogHelperTor Arne Vestbø2023-03-093-4/+31
* macOS: Use non-native app modal message box from nested event loopsTor Arne Vestbø2023-03-071-0/+5
* Fix build with -no-feature-lineeditTasuku Suzuki2023-03-051-6/+6
* Rely on Windows to generate CF_TEXT when active code page is UTF-8Ilya Fedin2023-03-011-2/+3
* Windows drag&drop: Use correct window for drag target processingOliver Wolff2023-03-011-1/+2
* SQL/OCI: use QDateTime::toString("ttt")Christian Ehrlicher2023-02-281-10/+1
* Add API in QWindowsPrivate to provide window paletteSanthosh Kumar2023-02-281-3/+5
* SQL/OCI: Correctly calculate utc offset string when icu is not availableChristian Ehrlicher2023-02-281-2/+11
* QStyleSheet: never treat styled scrollbars as transientVolker Hilsheimer2023-02-271-4/+8
* Fix crash with removed menusJoni Poikelin2023-02-241-6/+12
* Rename QBA::{to,from}Uint8Array() → {to,from}EcmaUint8Array()Marc Mutz2023-02-231-16/+1
* SQL/OCI: Fix QSQLDriver::record() when tablename is a synonymChristian Ehrlicher2023-02-221-3/+2
* wasm: fix error in 'cut' synthesized keyLorn Potter2023-02-211-1/+1
* Windows QPA plugin: Remove some duplicated declarationsFriedemann Kleint2023-02-213-11/+2
* Direct2d QPA plugin: Add exclusions for Unity buildsFriedemann Kleint2023-02-211-0/+3
* Fix build with -no-feature-formlayoutTasuku Suzuki2023-02-201-5/+5
* Add Q_UNUSED to avoid compilation errorsTang Haixiang2023-02-201-0/+1
* Windows QPA plugin: Move palette helper function to qwindowstheme.hFriedemann Kleint2023-02-203-69/+46
* macOS: Pick up QWizard background from keyboard assistant via NSBundleTor Arne Vestbø2023-02-172-35/+0
* TLS[openssl]: Use optional<> for CA cert we are fetchingMårten Nordheim2023-02-172-4/+4
* macOS: Remove machinery for attaching NSToolBar to QWindowTor Arne Vestbø2023-02-166-69/+0
* Add some exclusions for CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-167-0/+18
* Remove QCocoaWindow::setContentBorderThicknessTor Arne Vestbø2023-02-154-26/+1
* Rename Qt::Appearance to Qt::ColorSchemeTor Arne Vestbø2023-02-1524-115/+115
* QIosFileDialog - properly handle QUrl for assets-libraryTimur Pocheptsov2023-02-151-3/+7
* Cleanup QGtk3ThemeYuhang Zhao2023-02-141-45/+10
* 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
* Fix build with -no-feature-actionTasuku Suzuki2023-02-121-0/+1
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1163-415/+40
* QtMiscUtils: add some more character helpersAhmad Samir2023-02-101-5/+3
* 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-101-0/+2
* wasm: fix multitouch processingLorn Potter2023-02-091-18/+26
* Clean up QUtiMimeConverter APIVolker Hilsheimer2023-02-095-13/+13
* QtGui: Add a header declaring the Windows image conversion functionsFriedemann Kleint2023-02-082-5/+2
* macOS: Reduce verboseness of NSUserNotification deprecationsTor Arne Vestbø2023-02-071-0/+6
* XCB: do not use reserved identifiersGiuseppe D'Angelo2023-02-0713-466/+466
* Use qt_winrtbase_p.h workaround in more placesYuhang Zhao2023-02-071-9/+1
* Streamline reading of js DataTransfer objectMikolaj Boc2023-02-077-310/+101
* SQL/ODBC: Pass correct length to SQLColAttribute()Christian Ehrlicher2023-02-041-3/+8
* Remove redundant include statement from qgtk3theme.cppAxel Spoerl2023-02-041-1/+0
* 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
* Reset dark palettes for widgets to light in windows styleSanthosh Kumar2023-02-022-0/+36