summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-104-9/+28
|\
| * Fix Qt over VNC with broken VisualInfoAllan Sandfeld Jensen2015-02-021-0/+12
| * WinRT: Fix access to style hint instead of theme hintMaurice Kalinowski2015-02-021-1/+1
| * WINCE: Fix special case for toplevelAndreas Holzammer2015-01-291-0/+8
| * Revert "Windows: Fix call of ToUnicode"Friedemann Kleint2015-01-291-8/+7
* | Listen to XI2 deviceChanged events to reset last positionAllan Sandfeld Jensen2015-02-092-10/+68
* | Fix Meta+... shortcuts on XCBKåre Särs2015-02-061-1/+5
* | xcb: delay showing tray icon window until it is embeddedShawn Rutledge2015-02-051-0/+6
* | Cocoa: Don't crash on no target window.Morten Johan Sørvig2015-02-031-0/+8
* | Windows: Pass geometry in device-independent pixel when determining screen.Friedemann Kleint2015-02-031-1/+1
* | Windows: Rewrite font database to use delayed population.Friedemann Kleint2015-02-032-35/+51
* | CoreWLan: properly wait for scan thread to finishDyami Caliri2015-02-031-1/+0
* | Cocoa: Keep menu invisible when adding it to a menubarDaiwei Li2015-02-031-1/+3
* | Windows: Fix screen changed emission for programmatic moves.Friedemann Kleint2015-02-021-1/+2
* | Fix build of egl integrationStephan Binner2015-02-026-22/+27
* | Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-2915-90/+452
|\|
| * Windows/ANGLE: Fix initialization of contexts.Friedemann Kleint2015-01-281-4/+9
| * Fix finding widgets for Windows Embedded CompactAndreas Holzammer2015-01-221-1/+1
| * Windows: Delay creation of the static OpenGL context.Friedemann Kleint2015-01-193-28/+20
| * Fix drag and drop regressionGatis Paeglis2015-01-192-6/+13
| * Fall back to ANGLE on OpenGL 1.xLaszlo Agocs2015-01-191-0/+32
| * Merge 5.4 into 5.4.1Oswald Buddenhagen2015-01-1621-56/+272
| |\
| * | Fix regression with frameless dialogs on WindowsLaszlo Agocs2015-01-161-2/+6
| * | Windows: Fix crash when focus window does not have a native window.Friedemann Kleint2015-01-151-1/+1
| * | Windows: Add infrastructure to be able to a GL renderer based on GPU.Friedemann Kleint2015-01-156-42/+162
| * | Windows: Add GPU detection.Friedemann Kleint2015-01-155-11/+213
* | | Revert "Fix font enumeration, with the same family name, on Windows."Friedemann Kleint2015-01-232-68/+4
* | | Implement Multitouch handling for WinCEAndreas Holzammer2015-01-226-3/+100
* | | Android: Fix name of header in .pro fileEskil Abrahamsen Blomfeldt2015-01-221-1/+1
* | | Android: Don't force-include android-9 headers in qpa pluginEskil Abrahamsen Blomfeldt2015-01-221-6/+1
* | | Windows: Fix coordinate offset when positioning the taskbar on the left.Friedemann Kleint2015-01-203-5/+40
* | | Windows: avoid generating exposes on plain movesLaszlo Agocs2015-01-191-1/+1
* | | Make -static -opengl dynamic builds succeedLaszlo Agocs2015-01-192-8/+9
* | | Windows: make TranslucentBackground functional alwaysLaszlo Agocs2015-01-196-21/+59
* | | Respect the hotspot passed in for the cursorAndy Shaw2015-01-191-3/+5
* | | Only call ShowWindow() once when going from FullScreen to MaximizedAndy Shaw2015-01-191-11/+9
| |/ |/|
* | Turn off font hinting when we do high DPI scalingPaul Olav Tvete2015-01-164-2/+16
* | Fix constantly growing window bug with devicePixelRatioPaul Olav Tvete2015-01-161-6/+10
* | Windows: Use DND effect chosen in DragEnter/Move for Drop.Friedemann Kleint2015-01-161-1/+1
* | Fix namespacing of QNSViewMouseMoveHelperFrederik Gladhorn2015-01-162-5/+5
* | iOS: guard text responder from clearing selectionRichard Moe Gustavsen2015-01-152-0/+12
* | Multi-screen DPI support for X11Paul Olav Tvete2015-01-121-2/+8
* | X11 devicePixelRatio screen mapping fixPaul Olav Tvete2015-01-124-3/+35
* | xcb: build fix when XCB_USE_XLIB is not defined.Tomasz Olszak2015-01-111-0/+8
* | Fixes for surface creation/destructionBogDan Vatra2015-01-105-15/+19
* | iOS: Prevent recursion when updating/syncing QIOSViewController propertiesTor Arne Vestbø2015-01-091-0/+12
* | iOS: Fix QWindow::reportContentOrientationChange on iOS6+Tor Arne Vestbø2015-01-094-17/+116
* | iOS: Move implementation details of QIOSViewController to class extensionTor Arne Vestbø2015-01-082-6/+10
* | Fix physical DPI and size for rotated screens on X11Paul Olav Tvete2015-01-082-1/+22
|/
* Refactor networkmanager QtBearer backend to use QDBusAbstractInterface.Lorn Potter2015-01-083-510/+186