summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: Change handling of maximised frame/title-less windowsTimothée Keller2023-03-223-34/+37
* xcb: Delete QInputDevice instances that X11 no longer findsShawn Rutledge2023-03-211-22/+60
* QSQL/ODBC: fix regression (trailing NUL)Marc Mutz2023-03-211-2/+2
* Move CTF tracing plugin to plugins directoryAntti Määttä2023-03-218-0/+627
* macOS: Disable interaction for modally blocked transient parent windowsTor Arne Vestbø2023-03-202-4/+32
* macOS: Bail out if handling cut/copy/paste action from non-Qt NSMenuItemTor Arne Vestbø2023-03-201-3/+15
* macOS: Add logging category for menu machineryTor Arne Vestbø2023-03-208-27/+27
* Wasm: Fix displaying frameless QWasmWindow with transparent contentPiotr Wierciński2023-03-203-8/+20
* SQL/IBASE: fix testsChristian Ehrlicher2023-03-171-7/+0
* SQL/OCI: add maximumIdentifierLength()Christian Ehrlicher2023-03-172-0/+8
* SQL/IBASE: misc cleanupChristian Ehrlicher2023-03-171-54/+45
* Revert "QCocoaMenuBar: avoid duplication of 'special' entries in the 'Edit' m...Timur Pocheptsov2023-03-171-16/+12
* Handle device loss for texture widgetsDavid Redondo2023-03-171-2/+4
* Fix compilation issues for androidMichal Klocek2023-03-162-0/+8
* Wasm: Hide "Enable screen reader" button in QWasmWindowPiotr Wierciński2023-03-152-4/+16
* Wasm: Add support for setOpacity() in QWasmWindowPiotr Wierciński2023-03-142-0/+6
* wasm: restore windowCursor nullptr checkMorten Sørvig2023-03-141-4/+3
* Utilize NO_UNITY_BUILD arguments instead of manual exclusionAmir Masoud Abdol2023-03-145-10/+5
* macOS: Remove workaround for worksWhenModal not being reevaluatedTor Arne Vestbø2023-03-131-39/+0
* macOS: Guard text input client from destroyed QCocoaWindowTor Arne Vestbø2023-03-132-13/+24
* SQL/MySQL: Add support for Bit-Value Type - BITChristian Ehrlicher2023-03-121-2/+28
* SQL/ODBC: add another check to detect unicode availability in driverChristian Ehrlicher2023-03-121-1/+12
* SQL/MySQL: fix QSqlDatabase::tables() with MySQL 8.0.xChristian Ehrlicher2023-03-121-2/+5
* Reuse the existing canvas context for offscreen surfacesMikolaj Boc2023-03-122-29/+60
* SQL/OCI: Compile with QT_NO_CAST_FROM_ASCIIChristian Ehrlicher2023-03-121-1/+1
* QObject: implement startTimer(int) in terms of startTimer(chrono)Ahmad Samir2023-03-113-4/+4
* Windows: initialize COM in internal threadVolker Hilsheimer2023-03-091-0/+2
* Plumb QMessageBox::setCheckBox() through QPlatformMessageDialogHelperTor Arne Vestbø2023-03-093-4/+31
* macOS: Remove content border thickness members from QCocoaWindowTor Arne Vestbø2023-03-082-4/+2
* macOS: Class initialize QCocoaWindow membersTor Arne Vestbø2023-03-082-34/+18
* macOS: Move setMask call out of recreateWindowIfNeededTor Arne Vestbø2023-03-081-2/+2
* macOS: Don't set opacity on non-top level windows during NSWindow creationTor Arne Vestbø2023-03-081-4/+1
* SQL/ODBC: Return all native error codesChristian Ehrlicher2023-03-071-78/+76
* macOS: Use non-native app modal message box from nested event loopsTor Arne Vestbø2023-03-071-0/+5
* Wasm: Hide resizing divs when the window is not resizablePiotr Wierciński2023-03-074-18/+55
* wasm: fix respecting minimum size of QWasmWindowPiotr Wierciński2023-03-052-6/+11
* Fix build with -no-feature-lineeditTasuku Suzuki2023-03-041-6/+6
* xcb: ignore the xscreens which don't belong to current connectionLiang Qi2023-03-031-12/+12
* macOS: Send a filename QFileOpenEvent if invalid URL, deprecate openFileVolker Hilsheimer2023-03-021-1/+10
* iOS: Respect QSurfaceFormat::colorSpace() when using MetalTor Arne Vestbø2023-03-021-0/+11
* Long live QMessageAuthenticationCode::resultView()!Marc Mutz2023-03-011-1/+1
* Rely on Windows to generate CF_TEXT when active code page is UTF-8Ilya Fedin2023-03-011-2/+3
* QWindowsXPStyle: use QVarLengthArray instead new for memory allocationChristian Ehrlicher2023-02-281-21/+21
* SQL: small optimization for SQLDriver::escapeIdentifier()Christian Ehrlicher2023-02-286-8/+9
* 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
* QStyleSheet: never treat styled scrollbars as transientVolker Hilsheimer2023-02-271-4/+8
* Windows drag&drop: Use correct window for drag target processingOliver Wolff2023-02-271-1/+2
* SQL/OCI: Correctly calculate utc offset string when icu is not availableChristian Ehrlicher2023-02-271-2/+11
* Android: use FileProvider with QDesktopServices::openUrl()Assam Boudjelthia2023-02-241-6/+34