summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Android: Add QT_ANDROID_SURFACE_CONTAINER_TYPE env varTinja Paavoseppä15 hours1-4/+13
* SQL/IBase: print warning in case of unsupported data typeChristian Ehrlicher15 hours1-1/+6
* Windows: Prevent potential "crash" in setApplicationBadgeOliver Wolff20 hours1-6/+10
* QCocoaMenu: fix crash when app quits while menu is openMitch Curtis23 hours1-1/+3
* Windows11Style:Save unpolished palette for QAbstractScrollArea::viewportWladimir Leuschner30 hours2-4/+15
* Android: Propagate a11y ObjectShow events to screen readerJens Trillmann39 hours5-0/+16
* ColorScheme: remove unused QWindowsApplication::isDarkModeVolker Hilsheimer39 hours2-6/+0
* ColorScheme: consolidate dark mode handling on Windows into ThemeVolker Hilsheimer39 hours7-31/+33
* ColorScheme: clean up code to prepare adding a setterVolker Hilsheimer4 days3-3/+3
* Android: Detect mouse buttonsAxel Spoerl4 days1-11/+75
* wasm: back out of calling onLoaded at first frameMorten Sørvig5 days1-3/+9
* Avoid crash with Windows 11 style when no widget passedMarius Kittler5 days1-2/+2
* iOS: Decouple UIWindow management from QIOSScreenTor Arne Vestbø8 days8-49/+108
* Remove QWindowsComBasePavel Dubsky8 days3-54/+0
* QWindow: Persist foreign winId to support destroy/create cyclesTor Arne Vestbø8 days3-1/+8
* Disable copy and move of QAbstractFileEngineHandlerEdward Welbourne8 days3-0/+5
* QXdgDesktopPortalTheme: watch for color scheme changes on runtimeJan Grulich8 days1-3/+22
* QGtk3Theme: Add support for xdg-desktop-portal to get color schemeJan Grulich8 days5-9/+206
* Replace expensive inherits with cheaper qobject_cast (2)Volker Hilsheimer8 days1-36/+44
* iOS: Don't report UIDevice.currentDevice.orientation through QScreenTor Arne Vestbø9 days2-76/+7
* iOS: Remove plumbing for QWindow::reportContentOrientationChangeTor Arne Vestbø9 days5-105/+0
* iOS: Move QUIWindow implementation out of qiosscreen.mmTor Arne Vestbø9 days7-49/+73
* iOS: Handle geometry of maximized windows outside of QIOSScreenTor Arne Vestbø9 days4-37/+40
* iOS: Support message box at startup without relying on screen's windowTor Arne Vestbø9 days2-20/+17
* iOS: Reduce dependency on screen's UIWindow in QIOSScreen::grabWindowTor Arne Vestbø9 days1-6/+6
* iOS: Track virtual keyboard gestures via focus window instead of screenTor Arne Vestbø9 days1-9/+6
* Use QComObject with QWindowsUiaMainProviderPavel Dubsky9 days2-29/+16
* wasm: fix linux touchscreen keyboard inputLorn Potter9 days1-11/+11
* QEglFSKmsGbmScreen::framebufferForBufferObject: release() at the correct timeMarc Mutz9 days1-2/+3
* Add preliminary support for Qt for visionOSTor Arne Vestbø9 days19-66/+161
* QStyle: deprecate PM_DialogButtons* enumsChristian Ehrlicher10 days1-19/+0
* Revert "Always destroy OpenGL context when the window is destroyed"Samuli Piippo10 days1-6/+3
* macOS: support shortcut for Ctrl-modified TabVolker Hilsheimer14 days1-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