summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devSimon Hausmann2015-11-2717-171/+234
|\
| * Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-2717-171/+234
| |\
| | * Avoid pulling in X11 headers in brcm backendLaszlo Agocs2015-11-261-0/+3
| | * Fix potential division by zero.Nicolas Capens2015-11-261-1/+2
| | * iOS: Add support for delivering touch pressure on iPhone 6s/6s+ devicesTor Arne Vestbø2015-11-262-6/+33
| | * xcb: Don't assume creating a window will result in ConfigureNotify eventTor Arne Vestbø2015-11-242-13/+3
| | * winrt: Fix text renderingMaurice Kalinowski2015-11-241-1/+2
| | * QPI/Cocoa: QNSView - guard removeFromSuperview by autorelease poolTim Blechmann2015-11-232-0/+7
| | * Windows: Fix the size of drag cursors in multi-screen setups.Friedemann Kleint2015-11-234-105/+111
| | * Windows: Scale cursors from resource pixmaps according to screen.Friedemann Kleint2015-11-232-15/+34
| | * Windows: Scale pixmap/bitmap cursors when High DPI scaling is active.Friedemann Kleint2015-11-232-7/+23
| | * Windows: Create one QPlatformCursor per screen.Friedemann Kleint2015-11-234-17/+11
| | * xcb: Fix windows opened from keyboard are not active on Marco or Xfwm4Błażej Szczygieł2015-11-231-1/+5
| | * Mirclient: Avoid hardcoding the platform api choiceEirik Aavitsland2015-11-231-5/+0
* | | Remove dead code.Jake Petroules2015-11-276-28/+4
|/ /
* | Accept concurrent input from multiple tablet devices in QGuiApplicationRomain Pokrzywka2015-11-261-3/+4
* | Fix kerned advances in QRawFont on OS X and WindowsEskil Abrahamsen Blomfeldt2015-11-251-1/+1
* | Xcb: propagate stays-on-top or -below hints from window flagsUlf Hermann2015-11-252-0/+11
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-2319-199/+155
|\|
| * Windows: Implement QPlatformTheme::WheelScrollLines.Friedemann Kleint2015-11-201-0/+2
| * Windows: Fix calculation of frame offset for layered windows.Friedemann Kleint2015-11-201-1/+2
| * Windows: Refactor cursor handling.Friedemann Kleint2015-11-205-177/+112
| * xcb: Fix slow widget resizingBłażej Szczygieł2015-11-192-5/+1
| * winrt: Use handleExtendedKeyEvent when handling back button.Samuel Nevala2015-11-191-2/+4
| * Direct2D: Fix build.Friedemann Kleint2015-11-191-1/+1
| * Windows: Open GL blacklist - Disable Mobile Intel 945GMFriedemann Kleint2015-11-191-2/+2
| * winrt: no assert when device is in airplane mode/has no internet connectionOliver Wolff2015-11-191-0/+3
| * iOS: Update pixel density (PPI) logic to detect new iOS devicesTor Arne Vestbø2015-11-192-11/+16
| * eglfs: Enable use of Qt::AA_EnableHighDpiScalingMorten Johan Sørvig2015-11-184-0/+12
* | Remove remaining support for BlackberryLouai Al-Khanji2015-11-21151-3915/+19
* | Add QPixmapStyle classRafael Roquetto2015-11-195-1209/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-1832-411/+376
|\|
| * winrt: Fix startup orientation handlingSamuel Nevala2015-11-181-4/+2
| * xcb: Process _NET_WORKAREA and screen geometry changes separatelyAlexander Volkov2015-11-174-25/+64
| * xcb: Handle screen siblings in QXcbVirtualDesktopAlexander Volkov2015-11-173-15/+17
| * wirt: Fix cursor position method.Samuel Nevala2015-11-171-6/+10
| * Windows: Open GL - Blacklist all 6th generation intel hd graphics devicesTim Blechmann2015-11-171-1/+1
| * winrt: Do not emit keyboard changes in the constructorMaurice Kalinowski2015-11-161-5/+10
| * move addition of libdl to right projectOswald Buddenhagen2015-11-162-2/+2
| * remove abuse of module include path overridesOswald Buddenhagen2015-11-162-14/+0
| * OS X: Don't forward key events to popup window if it's a tooltipTor Arne Vestbø2015-11-161-2/+4
| * Compile minimalegl QPA plugin on Windows/WinRT.Friedemann Kleint2015-11-141-1/+40
| * Windows: Move GUI event dispatcher to QtPlatformSupport.Friedemann Kleint2015-11-147-268/+7
| * Windows/Direct2D: Handle screen changes after window creation.Friedemann Kleint2015-11-135-19/+32
| * winrt: Make dialog and window behave similarly.Samuel Nevala2015-11-122-2/+4
| * iOS: only force-finish start-up from file engine when on main threadRichard Moe Gustavsen2015-11-091-14/+26
| * winrt: Fix filedialog show on Windows 10Maurice Kalinowski2015-11-091-27/+44
| * winrt: Enable generic bearer management pluginOliver Wolff2015-11-093-4/+102
| * QWindowsEGLContext: Fix overly specific EGL include path.Friedemann Kleint2015-11-051-1/+1
| * Cocoa integration - do not send move events while in -draggingUpdated:Timur Pocheptsov2015-11-042-1/+10