summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Make local symbols of some leaked namesThiago Macieira2018-08-032-0/+4
* macOS: Reorganize QCocoaGLContextTor Arne Vestbø2018-08-032-183/+180
* Compilation fix of qsql_mysql.cppJędrzej Nowacki2018-07-311-3/+3
* Merge "Merge branch '5.11' into dev" into refs/staging/devEdward Welbourne2018-07-3110-43/+190
|\
| * Merge branch '5.11' into devEdward Welbourne2018-07-3110-43/+190
| |\
| | * Fix touch input for HoloLens devicesOliver Wolff2018-07-271-4/+5
| | * xcb: Fix build when xinput2 is not availableFriedemann Kleint2018-07-251-4/+10
| | * Windows QPA: Fix tablet event coords delay for tablets in pen modeRomain Pokrzywka2018-07-242-7/+3
| | * Windows: Fix invisible element being included in the UI Automation treeAndre de la Rocha2018-07-241-22/+45
| | * xcb: fix various bugs with _NET_WM_MOVERESIZEGatis Paeglis2018-07-235-9/+129
| | * QMacStyle: Configure checkbox NSButton as tri-stateGabriel de Dietrich2018-07-171-0/+2
* | | QMacStyle: Make helper-NSViews layer-backedTor Arne Vestbø2018-07-311-5/+31
* | | Remove unused variableLars Knoll2018-07-301-1/+0
|/ /
* | macOS: Forward declare 10.14 NSColors instead of disabling warningTor Arne Vestbø2018-07-301-4/+9
* | QMacStyle: Remove handling of defunct _q_styleObjectWindow propertyTor Arne Vestbø2018-07-301-12/+3
* | xcb: Change KeyTbl from pure C array to compile time sorted std::arrayMikhail Svetkin2018-07-281-356/+369
* | WinRT: Fix invisible element being included in the UI Automation treeAndre de la Rocha2018-07-253-2/+20
* | QMacStyle: Normalize how we call drawNSViewInRectTor Arne Vestbø2018-07-231-13/+9
* | Remove a deprecation warning coming from QRegularExpressionGiuseppe D'Angelo2018-07-211-1/+1
* | Fix QGuiApplication::queryKeyboardModifiers() on macOSNils Jeisecke2018-07-201-1/+1
* | Windows: Cache the printer capability information the first timeAndy Shaw2018-07-202-10/+167
* | macOS: Correctly scale CALayer contentsRect for child NSViewsTor Arne Vestbø2018-07-201-1/+2
* | macOS: Invalidate window shadow after flushing backingstore to CALayerTor Arne Vestbø2018-07-192-88/+83
* | MySQL: handle my_bool for newer versions of MySQLSamuel Gaist2018-07-191-0/+4
* | macOS: Add categorized logging to QCocoaGLContextTor Arne Vestbø2018-07-181-5/+7
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-1716-117/+161
|\|
| * XCB/Xlib: make sure we don't get problems for sys headers using registerThiago Macieira2018-07-117-0/+14
| * winrt: Avoid superfluous touch events for multitouchOliver Wolff2018-07-111-1/+4
| * xcb: Monitor XSETTINGS changeAlexander Volkov2018-07-101-0/+1
| * xcb: Move handling of RRScreenChangeNotify from QXcbScreen to QXcbVirtualDesktopAlexander Volkov2018-07-093-100/+103
| * macOS: Ensure all windows are created on a valid screenTor Arne Vestbø2018-07-051-13/+18
| * Add missing override keyword found by ClangThiago Macieira2018-07-051-1/+1
| * QNX: Add the ability to disable EGL_KHR_surfaceless_context useJames McDonnell2018-07-013-2/+18
* | QCocoaTheme: Fix system palettes in macOS 10.14Gabriel de Dietrich2018-07-141-14/+50
* | Android: Support mouse hoverMichael Dippold2018-07-131-2/+1
* | macOS: Add logging when applying new window stateTor Arne Vestbø2018-07-131-0/+2
* | macOS: Group window state handling in QCocoaWindowTor Arne Vestbø2018-07-131-220/+224
* | Add Windows Pointer Input Messages supportAndre de la Rocha2018-07-1210-64/+831
* | macOS: Correctly restart display-link when window is moved between screensTor Arne Vestbø2018-07-121-1/+3
* | xcb: Remove unused QXcbNativeInterface::locateSystemTray()Alexander Volkov2018-07-102-21/+0
* | QSystemTrayIcon/X11: Move platform-specific calls to the xcb pluginAlexander Volkov2018-07-108-130/+9
* | xcb: Fix artifacts on the tray background with lock screensAlexander Volkov2018-07-107-29/+260
* | xcb: Set WM_CLIENT_MACHINE propertyAlexander Volkov2018-07-093-0/+9
* | macOS: Remove dead updateRequest code based on setNeedsDisplayTor Arne Vestbø2018-07-093-38/+1
* | macOS: Remove dead accessibility debug code in QNSViewTor Arne Vestbø2018-07-082-24/+0
* | macOS: Organize QNSView accessibility code like the rest of the classTor Arne Vestbø2018-07-083-18/+19
* | macOS: Add missing m_ prefix to QNSView currentWheelModifiers memberTor Arne Vestbø2018-07-082-5/+4
* | macOS: Remove unused QNSView member 'currentCustomDragTypes'Tor Arne Vestbø2018-07-082-26/+18
* | macOS: Merge the two QNSView initializersTor Arne Vestbø2018-07-081-30/+22
* | macOS: Deliver update request via CVDisplayLink if swapInterval > 0Tor Arne Vestbø2018-07-074-4/+228