summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* macOS: Remove popup mouse and app activation monitors on app shutdownTor Arne Vestbø2024-04-031-0/+3
* Fix data() with long datatype for Mimer SQLFredrik Ålund2024-04-031-1/+1
* xcb: try to repopulate xinput2 devices when neededLiang Qi2024-03-241-1/+10
* xcb: Avoid recreating xcb window in QXcbWindow::requestActivateWindow()Liang Qi2024-03-201-1/+6
* iOS: Use UIWindow bounds for fullscreen/maximized geometry on macOSTor Arne Vestbø2024-03-201-15/+25
* iOS: Remove NSView.safeAreaInsets wrapperTor Arne Vestbø2024-03-194-8/+2
* SQL/MySQL: merge toMySqlDate (which returned MYSQL_TIME) into exec()Thiago Macieira2024-03-151-33/+25
* macOS: Forward application{Will,Did}FinishLaunching to reflection delegateTor Arne Vestbø2024-03-141-2/+5
* Windows QPA: Include custom margins in atypical marginsTimothée Keller2024-03-091-5/+6
* wasm: send DPR change event on window updateMorten Sørvig2024-03-081-1/+6
* XCB: Unset the connection's mousePressWindow if it's this windowAndy Shaw2024-03-081-0/+2
* Revert "QAndroidPlatformInputContext: send composition text and cursor jointly"Axel Spoerl2024-03-071-7/+15
* drm: Fix having more than window over the screen's lifetimeLaszlo Agocs2024-03-062-1/+9
* drm: atomic: Avoid device busy when flipping after creating a new windowLaszlo Agocs2024-03-061-2/+6
* Android: Remove uses of QWindowPrivate::compositingTor Arne Vestbø2024-03-052-9/+4
* windows: Remove workaround for delayed OpenGL initializationTor Arne Vestbø2024-03-033-24/+0
* SQL/ODBC: Don't assert when no error record is availableChristian Ehrlicher2024-02-291-0/+2
* Windows: clean up System Tray Icon message iconVolker Hilsheimer2024-02-292-1/+10
* Schannel: check that plainsocket is open before useMårten Nordheim2024-02-281-3/+8
* Windows QPA: Fix unity buildFriedemann Kleint2024-02-201-0/+2
* Fix qWarnings Could not connect "org.freedesktop.NetworkManager" [...]David Faure2024-02-204-37/+51
* Move QNetworkManagerNetworkInformationBackend to its own header fileDavid Faure2024-02-203-31/+60
* QXcbWindow::handleLeaveNotifyEvent(): Consume when leaving geometryAxel Spoerl2024-02-171-5/+14
* QGtk3Theme: Fix QGtk3Interface::fileIconThorbjørn Lindeijer2024-02-161-6/+6
* iOS: Propagate focus changes to VoiceOverTor Arne Vestbø2024-02-165-5/+31
* QtIcoHandler::canRead(): avoid checking more than onceShawn Rutledge2024-02-102-1/+4
* SQL/OCI: fix QOCIDriver::formatValue()Christian Ehrlicher2024-02-091-1/+1
* WASM builds now handle bitmap and pixmap cursorsKevin Keating2024-02-091-5/+22
* iOS: Guard traitCollectionDidChange against lack of QGuiApplicationTor Arne Vestbø2024-02-061-0/+3
* iOS: Guard against displayLayer after platform window is goneTor Arne Vestbø2024-02-061-0/+3
* iOS: Remove QUIView from superview on QIOSWindow destructionTor Arne Vestbø2024-02-061-4/+5
* CMake: Simplify default CMAKE_BUILD_TYPE logicAlexandru Croitor2024-02-051-2/+2
* macOS: Don't condition deferred exec on specific NSAlert to be the modal windowTor Arne Vestbø2024-02-011-1/+1
* QCocoaA(11)y: do not try to access an element if rowIndex == -1Timur Pocheptsov2024-01-251-1/+1
* Revert "macOS: Don't crash when starting a drag with empty mime data"Volker Hilsheimer2024-01-251-2/+0
* CMake: Fix sqldrivers project to allow building as Debug MSVC configAlexandru Croitor2024-01-241-0/+8
* Bump version to 6.6.3Jani Heikkinen2024-01-231-1/+1
* SQL/MySQL: Fix compilation with MySQL 8.3Christian Ehrlicher2024-01-231-17/+11
* iOS: Avoid category method name clash for UIResponderPaul Heimann2024-01-206-12/+12
* ibus: avoid a crash when context is not readyAleix Pol Gonzalez2024-01-191-1/+2
* wasm: move keyboard input handling for touchscreensLorn Potter2024-01-193-25/+16
* IBus: Support a property ClientCommitPreeditInho Lee2024-01-1610-45/+180
* Windows QPA: don't take dpi rounding policy into account when fullscreenTimothée Keller2024-01-161-10/+10
* wasm: provide isValid implementation for QWasmOffscreenSurfaceLorn Potter2024-01-162-0/+6
* macOS: Show extensions in file dialog when filtering on multi-part extensionTor Arne Vestbø2024-01-151-14/+22
* Fix opening temporary content: URIs from application content providersVolker Krause2024-01-131-1/+1
* QWindowsSystemTrayIcon: use high-dpi icons for notificationsChristian Ehrlicher2024-01-121-14/+3
* Cocoa plugin: make sure popups' collection behavior knows about spacesTimur Pocheptsov2024-01-091-2/+3
* wasm: Handle stylus events by generating QTabletEventsShawn Rutledge2024-01-067-1/+48
* wasm: prevent native mobile keyboard from popping up alwaysLorn Potter2024-01-051-2/+4