summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Make QQnxIntegration a singletonJames McDonnell2018-07-055-48/+50
* xcb: Refactor align of xcb eventsMikhail Svetkin2018-07-054-13/+5
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-0235-202/+378
|\
| * Fix automatic showing/hiding of the Windows 10 on-screen keyboardAndre de la Rocha2018-06-283-38/+74
| * macOS: Guard non-reentrant uses of NSOpenGLContextTor Arne Vestbø2018-06-271-0/+5
| * Windows QPA/GL: Fix build with MinGW/g++ 8.1 x64Friedemann Kleint2018-06-263-25/+49
| * Do not update scroll coordinates on ignorable enter eventsAllan Sandfeld Jensen2018-06-221-4/+4
| * Fix ico.json to avoid returning an empty mimetypeDavid Faure2018-06-221-1/+1
| * Recognize X11/XCB keysyms Undo, Redo, Find, CancelJonathan Marten2018-06-221-0/+7
| * xcb: add qt.qpa.input.events logging of wheel eventsShawn Rutledge2018-06-211-0/+2
| * Windows QPA: Fix crashes when processing native eventsFriedemann Kleint2018-06-211-1/+1
| * Cocoa: handle WindowMaximizeButtonHint as wellMorten Johan Sørvig2018-06-211-0/+2
| * Cocoa: Tool windows should always be resizableMorten Johan Sørvig2018-06-211-1/+4
| * cocoa: Don’t trigger security dialog on dragMorten Johan Sørvig2018-06-211-1/+5
| * QWindowsFontDatabase/QWindowsXPStyle: Fix compilation with g++ 8.1/MinGWFriedemann Kleint2018-06-211-2/+2
| * Merge remote-tracking branch 'origin/5.11.1' into 5.11Qt Forward Merge Bot2018-06-1918-126/+215
| |\
| | * xcb: add QT_XCB_NO_MITSHM envvar for disabling MIT-SHM extensionGatis Paeglis2018-06-151-1/+2
| | * Access private properties via sandbox-safe API on Apple OSesTor Arne Vestbø2018-06-141-23/+8
| | * xcb: fix regression with remote X11 clientsGatis Paeglis2018-06-113-53/+88
| | * Revert "xcb: round down the scale factor for values < 0.8"Mitch Curtis2018-06-091-6/+1
| | * xcb: fix mouse event compression with certain configurationsGatis Paeglis2018-06-091-2/+4
| | * Merge 5.11 into 5.11.1Oswald Buddenhagen2018-06-074-11/+26
| | |\
| | * | iOS: Guard all uses of APIs not available in application extensionsTor Arne Vestbø2018-06-0512-30/+88
| | * | macOS: Manually compute frame rect for zoomed/maximized stateTor Arne Vestbø2018-06-051-11/+24
| * | | ibase: Silence warning about incompatible function typesAndy Shaw2018-06-151-4/+8
| * | | QNX: Add QQnxEglWindow::format() overloadTakumi ASAKI2018-06-081-0/+2
| | |/ | |/|
* | | xcb: move XSync extensions initialization to QXcbConnectionGatis Paeglis2018-06-286-18/+19
* | | Fix minor stuff in Windows UI Automation supportAndre de la Rocha2018-06-2737-230/+220
* | | xcb: rely on WM_SIZE_HINTS gravity to handle x,y positioningGatis Paeglis2018-06-262-45/+20
* | | dnd: send DragEnter and DragMove on DnD startGatis Paeglis2018-06-252-0/+12
* | | QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-221-2/+1
* | | xcb: add static overload for setting window nameGatis Paeglis2018-06-224-63/+40
* | | Build the Windows platform plugin with QT_NO_FOREACHJoerg Bornemann2018-06-227-15/+21
* | | xcb: account for misbehaving Unity DnD ManagerGatis Paeglis2018-06-223-0/+25
* | | xcb: qxcbdrag.cpp cleanupsGatis Paeglis2018-06-224-154/+118
* | | Make sure we open native dialogs when opening folders inside sandboxJan Grulich2018-06-151-4/+4
* | | configure: dequote library sources asapOswald Buddenhagen2018-06-121-7/+7
* | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-0733-89/+127
|\| |
| * | ibase: Silence warning about incompatible function typesAndy Shaw2018-06-061-4/+4
| * | Fix QWindowsWindow::requestActivateWindow()Sergiy Korobov2018-06-051-0/+9
| * | QMacStyle: Fix clipped arrow in QToolButtonGabriel de Dietrich2018-06-041-4/+8
| * | QMacStyle: Fix QComboBox left contents marginGabriel de Dietrich2018-06-041-3/+3
| * | Fix QWindowsNativeInterface::platformFunction()Sergiy Korobov2018-06-011-0/+2
| |/
| * macOS: Allow moving out of fullscreen state using titlebar buttonTor Arne Vestbø2018-05-301-1/+1
| * iOS: Handle application state for application extensionsTor Arne Vestbø2018-05-301-6/+21
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-2927-64/+62
| * macOS: Respect maximum window size when computing zoomed state geometryTor Arne Vestbø2018-05-291-7/+17
| * iOS: Send window-system event also when embedded in native iOS appTor Arne Vestbø2018-05-293-32/+50
| * iOS: Don't assume our UIWindow is a QUIWindowTor Arne Vestbø2018-05-291-1/+2
* | Keep native file dialog updated with current optionsJan Grulich2018-06-061-4/+12