summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Add QAndroidApplication as a nativeInterfaceAssam Boudjelthia2021-02-203-16/+23
* Unbreak binary compatibility in QStyleOptionHeaderVolker Hilsheimer2021-02-191-2/+4
* macOS: don't let windows that are transparent for input become key windowVolker Hilsheimer2021-02-192-2/+3
* xcb: unset old states and set new ones for windowLiang Qi2021-02-151-16/+33
* Add some special case markers that seem to have been neglectedEdward Welbourne2021-02-152-2/+79
* Fix Wacom Art Pen detection on xcbShawn Rutledge2021-02-121-1/+2
* QNetworkInformation fixupsMårten Nordheim2021-02-115-0/+8
* Fix mingw compiler warningsMårten Nordheim2021-02-111-1/+1
* Android: take JavaVM() from QJniEnvironment and not QtAndroidPrivateAssam Boudjelthia2021-02-111-2/+2
* iOS: Disable three-finger-tap editing interaction menu when there's no focus ...Tor Arne Vestbø2021-02-111-0/+13
* Fix compilation of the QPSQLDriverPlugin plugin with enabled PCHAlexey Edelev2021-02-091-0/+11
* Windows: Change default to ProcessPerMonitorV2DpiAwareMorten Johan Sørvig2021-02-091-4/+5
* Clarify what QSystemLocale::fallbackLocale() is used forTor Arne Vestbø2021-02-092-2/+2
* Canonical pointer usageHou Lei2021-02-091-33/+33
* Long live VK_KHR_display platform plugin!Laszlo Agocs2021-02-0816-188/+543
* eglfs: kms: Log gbm bo handle and stride as wellLaszlo Agocs2021-02-081-1/+2
* QNetworkInformation backend for AndroidMårten Nordheim2021-02-086-0/+520
* Windows: Add support for PerMonitorV2 DPI awarenessMorten Johan Sørvig2021-02-084-6/+50
* SCNetworkReachability based backend for QNetworkInformationMårten Nordheim2021-02-063-0/+159
* NetworkManager based backend for QNetworkInformationMårten Nordheim2021-02-055-0/+435
* iOS: close edit menu upon focus transferRichard Moe Gustavsen2021-02-051-0/+3
* Fix compiler warnings for QFontMetrics useAssam Boudjelthia2021-02-041-1/+1
* iOS: don't report selection changed if it didn't changeRichard Moe Gustavsen2021-02-041-1/+5
* a11y: Report mixed state if QCheckBox is PartiallyCheckedJan Arve Sæther2021-02-041-0/+2
* iOS: hide edit menu if typing on the input panelRichard Moe Gustavsen2021-02-041-4/+8
* Android: Use new QPlatformInputContext geometry APIMorten Sørvig2021-02-041-51/+17
* Android: fix compiler warnings for Android inputAssam Boudjelthia2021-02-034-48/+61
* macOS: Reduce duplicated code for showing file dialogsTor Arne Vestbø2021-02-022-75/+37
* macOS: Reduce duplicated updates of file dialog propertiesTor Arne Vestbø2021-02-021-13/+6
* macOS: Refactor computing of accepted extensions in file dialogsTor Arne Vestbø2021-02-021-21/+20
* macOS: Use single variable to track file dialog in QCocoaFileDialogHelperTor Arne Vestbø2021-02-021-64/+74
* NetworkListManager based backend for QNetworkInformationMårten Nordheim2021-02-024-0/+384
* Make setSelectionOnFocusObject() take native pixelsMorten Sørvig2021-02-021-6/+1
* iOS: Use new QPlatformInputContext geometry APIMorten Sørvig2021-02-013-25/+22
* Windows: Fix frame margins calculationMorten Johan Sørvig2021-02-011-3/+2
* Add geometry accessors to QPlatformInputContextMorten Johan Sørvig2021-02-011-4/+4
* iOS: always hide edit menu when showing the magnifier glassRichard Moe Gustavsen2021-02-011-6/+1
* Fix compilation of ibase sqldriver plugin, added overrideAndreas Buhr2021-02-011-1/+1
* Cocoa: When validating menus, account for modal window only if activeAndy Shaw2021-01-291-4/+3
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-2723-280/+303
* Add qHypot() to qmath.h, exposing and extending std::hypot()Edward Welbourne2021-01-271-3/+3
* ibase: Fix the compilation and include it again so it can be detectedAndy Shaw2021-01-264-19/+36
* Add upstream version of FindPostgreSQL.cmakeAlexey Edelev2021-01-261-3/+0
* Android: Fix deprecated QVariant usageAndy Nichols2021-01-261-1/+1
* Clean up QCocoaFileDialogHelperTor Arne Vestbø2021-01-262-338/+262
* macOS: Don't restrict non-modal file dialogs to open-dialogs onlyTor Arne Vestbø2021-01-261-16/+14
* macOS: Show system tray icon on mouse button press, not releaseTor Arne Vestbø2021-01-261-1/+1
* macOS: Don't exec file dialogs via runModal unless they are app modalTor Arne Vestbø2021-01-252-20/+40
* Add QPlatformScreen::colorSpace()Allan Sandfeld Jensen2021-01-256-0/+46
* QSql/PostgreSQL: allow blobs with more than 2^30 bytesChristian Ehrlicher2021-01-251-2/+2