summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* Fix separately building SQL plugins with CMake 3.16Joerg Bornemann2021-01-211-1/+3
* iOS: ensure we close the edit menu when the user taps outside the input areaRichard Moe Gustavsen2021-01-201-32/+50
* iOS: ensure we hide the edit menu while dragging on the selection handlesRichard Moe Gustavsen2021-01-201-0/+9
* iOS: Handle keyboard events when using an external keyboardAndy Shaw2021-01-2016-670/+96
* [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-191-9/+2
* Build fixes for GCC 11Ville Voutilainen2021-01-191-1/+1
* control scrolling of QTabBar using StyleHintSophie Kums2021-01-191-0/+3
* Windows QPA: Fix blurry title icons with fractional scale factorFriedemann Kleint2021-01-191-1/+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
* QODBC: Preserve the whole value when using HighPrecisionAndy Shaw2021-01-141-1/+2
* 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 .prev_CMakeLists.txt filesJoerg Bornemann2021-01-1234-1892/+0
* macOS: Don't try to close already-closed/closing file dialogTor Arne Vestbø2021-01-121-1/+7
* Remove QtDBus includesDavid Skoland2021-01-127-40/+49
* Windows QPA: Fix crashes when using screen reader with Q(Plain)TextEditFriedemann Kleint2021-01-121-2/+6
* QSql/QSqlite: return extended error codes by defaultChristian Ehrlicher2021-01-111-0/+4
* Revert "Windows QPA: Call QWSI::flushWindowSystemEvents() from WM_PAINT for f...Morten Johan Sørvig2021-01-111-3/+2
* Bump versionPaul Wicking2021-01-111-1/+1
* Sql ODBC driver: add direct support for float and short datatypeChristian Ehrlicher2021-01-101-4/+49
* Send Qt::Key_MediaTogglePlayPause for VK_MEDIA_PLAY_PAUSEAllan Sandfeld Jensen2021-01-081-1/+2
* Windows QPA: Fix missing QScreen change updatesFriedemann Kleint2021-01-083-29/+2
* Remove the qmake project filesJoerg Bornemann2021-01-0787-2325/+0
* Windows QPA: Lookup DISPLAYCONFIG data for monitorsAllan Sandfeld Jensen2021-01-071-2/+94
* Clean up code that handle clipboard image conversion on WindowsCamille Viot2021-01-061-126/+14
* Add a platform capability indicating support for QRhi-based renderingLaszlo Agocs2021-01-045-0/+6
* Add a dedicated QWindow surface type for D3DLaszlo Agocs2021-01-042-17/+23
* CMake: Fix error and print summary for standalone building sqldriversLi Xinwei2021-01-041-0/+7
* xcb: document QXcbEventQueue::PeekOption enumGatis Paeglis2021-01-012-8/+23
* fix potential mem leak on connection lostMatthias Möller2020-12-301-15/+12
* eglfs: Enable building the fbdev-based Mali backendLaszlo Agocs2020-12-282-1/+27
* Handle XCB_INPUT_DEVICE_TYPE_MASTER_POINTER properlyPaul Olav Tvete2020-12-252-4/+9
* Adjust the format of code blocks in handleScreenChange functionLu Zhen2020-12-251-1/+1
* Fix out-of-bounds writePaul Olav Tvete2020-12-233-24/+33
* offscreen: always create a valid QPlatformIntegrationMorten Johan Sørvig2020-12-211-2/+3
* sqlite: Replace NULL by nullptrFriedemann Kleint2020-12-211-6/+7
* sqlite: Fix MSVC integer conversion warningsFriedemann Kleint2020-12-211-6/+11
* 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
* Android: Fix for accessibility potential crashPiotr Mikolajczyk2020-12-181-1/+1
* CMake: Fix 'static' conditionsJoerg Bornemann2020-12-171-1/+2
* Android: Pass pending state to ResumePauseListenerBartlomiej Moskal2020-12-171-1/+6
* xcb: report wheel events from the correct device instanceShawn Rutledge2020-12-156-91/+235
* xcb: Fix available geometry after rotationAlexander Volkov2020-12-132-5/+10
* OCI: Fix the compilation of the pluginAndy Shaw2020-12-131-5/+6
* QHeaderView: respect the font role while calculating the elided textChristian Ehrlicher2020-12-101-1/+4
* macOS: Fix crash when showing parent-less platform menusTor Arne Vestbø2020-12-091-2/+2