summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* wasm: fix linux touchscreen keyboard inputLorn Potter2024-04-181-11/+11
* QEglFSKmsGbmScreen::framebufferForBufferObject: release() at the correct timeMarc Mutz2024-04-181-2/+3
* Add preliminary support for Qt for visionOSTor Arne Vestbø2024-04-1819-66/+161
* QStyle: deprecate PM_DialogButtons* enumsChristian Ehrlicher2024-04-171-19/+0
* Revert "Always destroy OpenGL context when the window is destroyed"Samuli Piippo2024-04-171-6/+3
* macOS: support shortcut for Ctrl-modified TabVolker Hilsheimer2024-04-131-10/+29
* WindowsIconEngine: Use the correct icon for document-propertiesGary Wang2024-04-121-1/+1
* :wasm Fix not possible to type tab character in TextEditEven Oscar Andersen2024-04-121-0/+3
* SQL/ODBC: convert QVariant to QDateTime only onceChristian Ehrlicher2024-04-121-3/+4
* SQL/IBase: use categorized loggerChristian Ehrlicher2024-04-121-20/+23
* SQL/OCI: use categorized loggerChristian Ehrlicher2024-04-121-40/+38
* SQL/Mimer: use categorized loggerChristian Ehrlicher2024-04-121-3/+6
* SQL/ODBC: Don't allow default argument for SqlStmtHandleChristian Ehrlicher2024-04-121-1/+1
* Mac style: draw dock widget titles and status bar without gradientVolker Hilsheimer2024-04-111-56/+2
* Mac style: draw MDI window title bar without gradientVolker Hilsheimer2024-04-111-10/+1
* QOCICols: fix warning for -Wdangling-referenceDennis Oberst2024-04-111-1/+1
* Unify behavior of QSystemTrayIcon::geometry for hidden icons on WindowsOliver Wolff2024-04-102-0/+27
* XCB: Suppress leave event, when mouse leaves with button pressedAxel Spoerl2024-04-102-9/+12
* QWindows11Style: Check for nullptr after qobject_castWladimir Leuschner2024-04-091-137/+140
* Pass QVariant to QSystemLocale::query() as rvalue referenceEdward Welbourne2024-04-092-2/+2
* QSystemLocale(): disable copy and moveEdward Welbourne2024-04-091-0/+1
* macOS: Send key press as QKeyEvent if input context doesn't consume itTor Arne Vestbø2024-04-081-1/+4
* QNetworkInfo[win]: Explicitly link with oleaut32 for MINGW tooMark Brand2024-04-051-1/+1
* SQL/ODBC: QODBCDriver::record Unable to allocate handleMark Brand2024-04-051-1/+1
* Remove QWindowsComBasePavel Dubsky2024-04-051-30/+0
* SQL/ODBC: don't escape a driver stringChristian Ehrlicher2024-04-041-1/+1
* SQL/ODBC: don't create temporary QStringsChristian Ehrlicher2024-04-041-37/+35
* SQL/SQLite: use categorized loggerChristian Ehrlicher2024-04-041-6/+11
* SQL/MySQL: use categorized loggerChristian Ehrlicher2024-04-041-18/+27
* SQL/ODBC: use categorized loggerChristian Ehrlicher2024-04-041-2/+5
* Fix a regression when painting CMYK over ARGB32_PremultipliedAllan Sandfeld Jensen2024-04-042-2/+2
* Port QImage::Format_CMYK32 to CMYK8888Giuseppe D'Angelo2024-04-041-4/+4
* Android/QtView: Move resizing of the QWindow to Qt threadTinja Paavoseppä2024-04-041-5/+7
* Android/QtView: Set also x and y of the wrapped foreign QWindowTinja Paavoseppä2024-04-042-7/+9
* Android/Embedding QML: Resize also parent windowTinja Paavoseppä2024-04-042-6/+9
* QCupsPrintEngine: handle a possible failure to open the cups fdGiuseppe D'Angelo2024-04-041-1/+14
* Font icon engines: reverse implementation to avoid pixmapsVolker Hilsheimer2024-04-042-49/+53
* XCB: remove dependency on QtOpenGLPrivateThiago Macieira2024-04-031-5/+0
* JPEG plugin: CMYK code tidiesGiuseppe D'Angelo2024-04-031-11/+0
* Add support for CMYK file I/O in JPEGGiuseppe D'Angelo2024-04-031-10/+93
* Windows: use MSG timestamps for input eventsGiuseppe D'Angelo2024-04-034-29/+32
* Invalid cast when setting parameter index in MimerGet/SetXXXFredrik Ålund2024-04-031-22/+22
* Fix data() with long datatype for Mimer SQLFredrik Ålund2024-04-031-1/+1
* macOS: Remove popup mouse and app activation monitors on app shutdownTor Arne Vestbø2024-04-031-0/+3
* Clean up windows accessibility backendMiguel Costa2024-03-279-22/+185
* configure: Fix -system-zlib and -system-sqlite optionsJoerg Bornemann2024-03-271-1/+1
* QWindowsVistaStyle:Revert polishing of QAbstractScrollArea/QGraphicsViewWladimir Leuschner2024-03-251-12/+0
* xcb: try to repopulate xinput2 devices when neededLiang Qi2024-03-221-1/+10
* wasm: Document and test OpenGLContext limitationsEven Oscar Andersen2024-03-221-1/+7
* QWindows11Style: Add offset for decoration in QComboBoxPrivateContainerWladimir Leuschner2024-03-211-4/+10