summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* macOS: in password lineedits, pass dead keys to the input methodVolker Hilsheimer2021-05-062-1/+7
* Put the GLX related code under the xcb_glx_plugin conditionAlexey Edelev2021-05-062-3/+10
* Use templated QJniObject::object() instead of static_castAssam Boudjelthia2021-05-064-5/+5
* Simplify bundled libjpeg buildEirik Aavitsland2021-05-051-1/+0
* iOS: Keep undo/redo widgets enabled on the undo shortcut bar after undoTamás Martinec2021-05-051-1/+14
* cocoa: move DEBUG_PASTEBOARD into logging categoryLiang Qi2021-05-053-62/+21
* iOS: Implement QIOSScreen::logicalBaseDpi()Morten Sørvig2021-05-032-2/+2
* Android: Fix Application becomes unresponsive issuePekka Gehör2021-05-033-0/+11
* Add missing case for ResizeNoneMorten Sørvig2021-04-301-0/+3
* QVnc: clip requested screen region to available screen imageEirik Aavitsland2021-04-301-2/+3
* macOS: Don't override action set during drop handlingAndy Shaw2021-04-291-1/+3
* Call updateHighDpiScaling() on screenAdded()Morten Johan Sørvig2021-04-282-2/+0
* Add storage for (pixel) deltas and fingerCount to QNativeGestureEventShawn Rutledge2021-04-271-1/+1
* xcb: Add more debug info for XCB_INPUT eventLiang Qi2021-04-261-1/+44
* Lowercase system includes and lib names for Windows, fix cross compilingMartin Storsjö2021-04-234-5/+5
* SQLite: Handle tables and fields with a dot in the name correctlyAndy Shaw2021-04-231-9/+24
* Move plugin code from QtNetwork to qtbase/pluginsTimur Pocheptsov2021-04-2257-0/+18995
* [Android] Remove signal and slot mechanism to listen states in editor'sTapio Oksa2021-04-222-8/+37
* CMake: Fix build of QJpegPlugin in static Windows build with PCHAlexandru Croitor2021-04-211-0/+7
* Fix build when xcb_glx_plugin config is disabledEirik Aavitsland2021-04-202-0/+6
* Read DPI from X Settings initially as wellIlya Fedin2021-04-202-7/+18
* cocoa: Use the system-provided color for QPalette::PlaceholderTextShawn Rutledge2021-04-201-0/+5
* Fix build of jpeg plugin against recent jpeg-turbo on MinGWJoerg Bornemann2021-04-161-7/+0
* Replace conversion operator by operator* in QJniEnvironmentAssam Boudjelthia2021-04-143-5/+5
* QNetworkInformation(Win): cleanup dtorMårten Nordheim2021-04-141-10/+8
* Add QNX qpa to buildsMarianne Yrjänä2021-04-134-4/+189
* Don't disable menu items that belong to the active modal windowVolker Hilsheimer2021-04-123-5/+18
* Skip adding externally added plugins to the plugin meta-setsAlexey Edelev2021-04-081-3/+0
* CMake: Fix building multi-arch universal macOS QtAlexandru Croitor2021-04-017-0/+16
* wasm: add cmake build supportLorn Potter2021-04-012-1/+79
* eglfs: Newer Nvidia libdrm provide device instead driver module namePasi Petäjäjärvi2021-04-011-1/+6
* Fix coding style in android platform and style pluginsXing LinKun2021-03-314-9/+9
* Android: Add select and copy capability to read-only text widgetsPiotr Mikolajczyk2021-03-301-14/+17
* iOS: Protect against a possible crash after the window is deletedAndy Shaw2021-03-292-1/+3
* Rename QJniEnvironment exceptionCheckAndClear to checkAndClearExceptionsAssam Boudjelthia2021-03-261-2/+2
* Use QOpenGLContext::openGLModuleType() instead of QT_CONFIG(opengles2)JiDe Zhang2021-03-261-5/+2
* Merge integration refs/builds/qtci/dev/1616667899Qt CI Bot2021-03-251-0/+11
|\
| * Windows QPA: Fix accessibility focus event for table/tree/listAndre de la Rocha2021-03-251-0/+11
* | Fix compilation with experimental x11 paint engine featureEskil Abrahamsen Blomfeldt2021-03-251-5/+7
|/
* Return the result we have already when getting an object with no nameAndy Shaw2021-03-241-1/+1
* Account for multiple screens when computing QSizeGrip available geometryZhang Hao2021-03-241-0/+2
* QSql/MariaDB/MySQL: use utf-8 as encoding for username and passwordChristian Ehrlicher2021-03-191-29/+20
* macOS: Don't draw scrollbar handle when there is no rangeAndy Shaw2021-03-181-1/+1
* Include minus sign in ImhFormattedNumbersOnly's available keysEdward Welbourne2021-03-161-3/+1
* Support additional gbm surface flagsElvis Lee2021-03-122-2/+4
* Remove unnecessary class memberAleix Pol2021-03-121-1/+0
* Android: Fix constant resize of a large TextEdit on clickPiotr Mikolajczyk2021-03-102-7/+6
* Support EGL protected content extensionElvis Lee2021-03-091-1/+15
* Merge "xcb: use QXcbScrollingDevice for a touchpad"Shawn Rutledge2021-03-082-10/+26
|\
| * xcb: use QXcbScrollingDevice for a touchpadShawn Rutledge2021-03-082-10/+26