summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* macOS: Remove warning about KVO observers on QNSWindow/QNSPanelTor Arne Vestbø2020-12-091-5/+0
* Android: Qml accessibility fixesPiotr Mikolajczyk2020-12-085-13/+87
* wasm/js: fix invalid restartCount referenceAvindra Goolcharan2020-12-081-1/+1
* Fix highdpi conversion of QTabletEvent coordinates on xcbShawn Rutledge2020-12-081-4/+2
* macOS: Always allow interacting with popup windows during modal sessionTor Arne Vestbø2020-12-081-0/+8
* CMake: Re-generate project files in srcJoerg Bornemann2020-11-306-7/+25
* QMacStyle - remove vertical adjustment for inactive tabTimur Pocheptsov2020-11-301-2/+0
* Let QXcbConnection::getTimestamp properly exit when X server quitsSheng Mao2020-11-301-1/+12
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-307-10/+10
* Windows QPA: Pass device for synthesized touch/tablet eventsFriedemann Kleint2020-11-274-12/+41
* Reduce the scope of variables in exec() and fetchNext()Zou Ya2020-11-262-7/+3
* Add font function to OffscreenTheme to run unit tests with offscreenAndreas Buhr2020-11-241-0/+14
* Reduce the scope of variables in bindInValues()Huang Jie2020-11-241-4/+3
* wasm: fix resizing of qwidget windowsLorn Potter2020-11-232-1/+36
* wasm: fix mouse double clickLorn Potter2020-11-232-6/+21