summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Skip adding externally added plugins to the plugin meta-setsAlexey Edelev2021-04-261-3/+0
* Read DPI from X Settings initially as wellIlya Fedin2021-04-202-7/+18
* iOS: Protect against a possible crash after the window is deletedAndy Shaw2021-04-192-1/+3
* QODBC: Preserve the whole value when using HighPrecisionAndy Shaw2021-04-191-1/+2
* Don't disable menu items that belong to the active modal windowVolker Hilsheimer2021-04-123-5/+18
* Windows QPA: Fix accessibility focus event for table/tree/listAndre de la Rocha2021-03-251-0/+11
* Return the result we have already when getting an object with no nameAndy Shaw2021-03-241-1/+1
* macOS: Don't draw scrollbar handle when there is no rangeAndy Shaw2021-03-201-1/+1
* Include minus sign in ImhFormattedNumbersOnly's available keysEdward Welbourne2021-03-161-3/+1
* FileChooser portal: send window id in hexJan Grulich2021-03-081-1/+1
* xcb: unset old states and set new ones for windowLiang Qi2021-03-081-16/+33
* Android: make calling exit() conditional on an environment variableVille Voutilainen2021-03-051-2/+3
* Fix handling of virtual/native pixels in QAndroidPlatformWindowAndreas Buhr2021-02-231-7/+14
* macOS: don't let windows that are transparent for input become key windowVolker Hilsheimer2021-02-192-2/+3
* iOS: Disable three-finger-tap editing interaction menu when there's no focus ...Tor Arne Vestbø2021-02-111-0/+13
* iOS: close edit menu upon focus transferRichard Moe Gustavsen2021-02-111-0/+3
* Fix compilation of the QPSQLDriverPlugin plugin with enabled PCHAlexey Edelev2021-02-101-0/+11
* Fix compiler warnings for QFontMetrics useAssam Boudjelthia2021-02-081-1/+1
* macOS: Don't assume NSEvent charactersByApplyingModifiers: produces characterTor Arne Vestbø2021-02-051-2/+5
* macOS: Don't wrap key event keys in QCharTor Arne Vestbø2021-02-052-13/+17
* a11y: Report mixed state if QCheckBox is PartiallyCheckedJan Arve Sæther2021-02-051-0/+2
* iOS: hide edit menu if typing on the input panelRichard Moe Gustavsen2021-02-041-4/+8
* QSql/PostgreSQL: allow blobs with more than 2^30 bytesChristian Ehrlicher2021-02-031-2/+2
* Add upstream version of FindPostgreSQL.cmakeAlexey Edelev2021-02-011-3/+0
* Fix compilation of ibase sqldriver plugin, added overrideAndreas Buhr2021-02-011-1/+1
* iOS: always hide edit menu when showing the magnifier glassRichard Moe Gustavsen2021-02-011-6/+1
* Cocoa: When validating menus, account for modal window only if activeAndy Shaw2021-01-291-4/+3
* 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
* Fix separately building SQL plugins with CMake 3.16Joerg Bornemann2021-01-211-1/+3
* iOS: ensure we hide the edit menu while dragging on the selection handlesRichard Moe Gustavsen2021-01-201-0/+9
* iOS: ensure we close the edit menu when the user taps outside the input areaRichard Moe Gustavsen2021-01-201-32/+50
* [Android] Fix Text select handle misplaced on fields inside QDialog issuesPekka Gehör2021-01-201-2/+2
* macOS: Remove DontConfirmOverwrite workaroundMorten Johan Sørvig2021-01-201-9/+2
* eglfs: Use drmClose in drm/EGLDevice backendLaszlo Agocs2021-01-181-1/+1
* Interbase: Don't error out if closing an already closed cursorAndy Shaw2021-01-141-1/+7
* Fix VNC format conversionAllan Sandfeld Jensen2021-01-134-8/+9
* macOS: Add more padding to width of non-editable comboboxesVolker Hilsheimer2021-01-131-2/+2
* Remove QtDBus includesDavid Skoland2021-01-137-40/+49
* Revert "Windows QPA: Call QWSI::flushWindowSystemEvents() from WM_PAINT for f...Morten Johan Sørvig2021-01-131-3/+2
* macOS: Don't try to close already-closed/closing file dialogTor Arne Vestbø2021-01-121-1/+7
* Windows QPA: Fix crashes when using screen reader with Q(Plain)TextEditFriedemann Kleint2021-01-121-2/+6
* Send Qt::Key_MediaTogglePlayPause for VK_MEDIA_PLAY_PAUSEAllan Sandfeld Jensen2021-01-081-1/+2
* Bump versionPaul Wicking2021-01-051-1/+1
* CMake: Fix error and print summary for standalone building sqldriversLi Xinwei2021-01-041-0/+7
* fix potential mem leak on connection lostMatthias Möller2020-12-301-15/+12
* Make QPushButton on macOS use QFocusFrame to fix alignment problemsDoris Verria2020-12-211-33/+93
* Android: KEYCODE_MEDIA_PLAY_PAUSE translated rightPiotr Mikolajczyk2020-12-211-1/+1
* xcb: fix thread synchronization in QXcbEventQueue::waitForNewEvents() againIgor Kushnir2020-12-183-5/+15