summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* QSqlite: Don't crash after binding too many placeholdersMarcel Krems2020-08-241-1/+6
* xcb: remove QT_XCB_NO_XI2_MOUSE code pathGatis Paeglis2020-08-234-134/+13
* qwsi: revert parts of 00ae1e6b7bf6efa5f5e57d37844e44d521604fb6Gatis Paeglis2020-08-231-2/+0
* Interbase: Close the cursor before reopening it later onAndy Shaw2020-08-231-3/+3
* xcb: Fix flushing of native subwindows when not using shared memoryTor Arne Vestbø2020-08-221-2/+11
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-227-21/+21
* xdgdesktopportal: Avoid dangling pointerMichael Weghorn2020-08-201-2/+2
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-1/+1
* CMake Build: Fix libdrm detection and compilation on QNXCristian Adam2020-08-192-0/+14
* Use the factor() function for getting scale factorsMorten Johan Sørvig2020-08-191-2/+2
* Cocoa: Translate the buttons used for the native font and color dialogsAndy Shaw2020-08-192-6/+7
* macOS: Remove support for surface-backed viewsTor Arne Vestbø2020-08-188-416/+32
* CMake: Re-implement configure/qmake's command line handling in CMakeJoerg Bornemann2020-08-171-0/+18
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-155-56/+56
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-155-10/+9
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-143-6/+6
* QAtomic*: purge deprecated load() and save() methodsEdward Welbourne2020-08-141-2/+3
* Windows QPA: Fix omitted Drop eventAndre de la Rocha2020-08-131-17/+6
* Windows: Remove method not existing in base classKai Koehne2020-08-121-1/+0
* QNX: fix buildSamuli Piippo2020-08-121-2/+2
* QNX: register mouse input deviceSamuli Piippo2020-08-122-8/+27
* Introduce maximumIdentifierLength to return database limits for namesAndy Shaw2020-08-112-1/+7
* wasm: detect canvas resize using ResizeObserver APIMorten Johan Sørvig2020-08-112-0/+45
* wasm: fix natural scrolling on macLorn Potter2020-08-111-1/+1
* Interbase: Don't call toUpper() on the names as they are escapedAndy Shaw2020-08-101-2/+2
* Filechooser portal: Implement "current_filter"Michael Weghorn2020-08-102-5/+58
* Fix build with mingw gcc 9 and -Wsuggest-overrideKai Koehne2020-08-109-39/+49
* Android: Add support for travesing directories and accessing filesAndy Shaw2020-08-072-3/+91
* macOS: Handle platform window destroy and create in backingstoreTor Arne Vestbø2020-08-072-16/+36
* macOS: Fix crash when re-using backingstore for re-created QWindowTor Arne Vestbø2020-08-071-0/+8
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-061-3/+0
* Make QFontDatabase member functions staticEskil Abrahamsen Blomfeldt2020-08-061-1/+1
* macOS: Make getColor() return generic RGB componentsMorten Johan Sørvig2020-08-061-2/+28
* xcb: avoid a usage of invalid reply in qxcbdragLiang Qi2020-08-061-4/+5
* wasm: factor visual viewport scale into dprMorten Johan Sørvig2020-08-052-6/+31
* wasm: set viewport size to device size on mobileMorten Johan Sørvig2020-08-051-1/+8
* XCB: Update logical DPI on “Xft/DPI” changeMorten Johan Sørvig2020-08-051-0/+14
* QNX: adapt to new event APIsSamuli Piippo2020-08-051-9/+40
* Remove last remaining bits of QtPlatformHeadersTor Arne Vestbø2020-08-0422-98/+15
* eglfs_kms: Do not skip the initial SetCrtcLaszlo Agocs2020-08-031-8/+3
* eglfs: Prevent printing a warning in every widget-based appLaszlo Agocs2020-08-031-5/+1
* Register QPlatformBackingStoreOpenGLSupport when neededTor Arne Vestbø2020-07-292-4/+4
* iOS: Add Metal framework as dependencyTor Arne Vestbø2020-07-293-1/+3
* Add QOperatingSystemVersion support for macOS Big SurTor Arne Vestbø2020-07-292-114/+0
* Windows: Prevent event processing during QDesktopServices::openUrl()Friedemann Kleint2020-07-291-4/+24
* Windows QPA: Move some internal functions to the new interfaceFriedemann Kleint2020-07-285-85/+59
* Windows QPA: Move mime-type related classes to the new interfaceFriedemann Kleint2020-07-288-82/+63
* tslib: Add missing override annotationFabian Kosmale2020-07-281-1/+1
* QWindowsServices: ungarble the URLThiago Macieira2020-07-271-3/+3
* Windows QPA: Potential crash fix for WineFriedemann Kleint2020-07-271-2/+4