summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Expose context lossLaszlo Agocs2015-01-223-1/+20
* QSystemTrayIcon uses D-Bus StatusNotifier on Linux when possibleShawn Rutledge2015-01-222-4/+7
* iOS: Make screen orientation reporting more consistentTor Arne Vestbø2015-01-222-12/+19
* iOS: Fall back to statusbar orientation for initial QScreen::orientation()Tor Arne Vestbø2015-01-211-3/+13
* iOS: Use QPlatformIntegration::destroyScreen() instead of manual deleteTor Arne Vestbø2015-01-212-1/+4
* Unify input device hotplugging support for embeddedLaszlo Agocs2015-01-212-26/+2
* Added new private API for Android and onNewIntentPeter Rustler2015-01-211-1/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-2127-97/+322
|\
| * 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
| * Fix use-after-free bugGatis Paeglis2015-01-081-2/+2
| * iOS: Raise window level instead of hiding statusbar during VKB scrollTor Arne Vestbø2015-01-072-8/+17
| * Prevent buffer overrun when getting the glyph imagesAndy Shaw2015-01-072-2/+16
| * Windows: Remove check for minimum/maximum size constraints.Friedemann Kleint2015-01-071-14/+0
| * Windows: Release mouse capture when window is blocked by modal window.Friedemann Kleint2015-01-071-0/+2
| * iOS: Remove QIOSKeyboardListener self-change assert/guardTor Arne Vestbø2015-01-061-2/+0
* | Introducing QPlatformGraphicsBufferJørgen Lind2015-01-172-0/+46
* | eglfs: Split kms integration into multiple filesLaszlo Agocs2015-01-159-901/+1245
* | eglfs: Fix hardware cursor with kmsLaszlo Agocs2015-01-151-1/+5
* | Do not build kms platform plugin by defaultLaszlo Agocs2015-01-151-4/+0
* | Avoid warning about QString from char in xcbLaszlo Agocs2015-01-151-1/+1
* | Add QWheelEvent::sourceShawn Rutledge2015-01-131-1/+3
* | Support threaded OpenGL on linux again.Gunnar Sletta2015-01-102-0/+9
* | eglfs: Update screen destruction to follow the new approachLaszlo Agocs2015-01-093-2/+13
* | Support threaded OpenGL on XCB/EGL.Gunnar Sletta2015-01-091-0/+2
* | Compile in evdev code to linuxfbLaszlo Agocs2015-01-052-1/+37
* | Add a platform function to enable setting the touch flags on WindowsAndy Shaw2015-01-054-10/+34
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2014-12-305-17/+10
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-295-17/+10
| |\|
| | * Revert "OS X: rename special menu items instead of duplicating"Timur Pocheptsov2014-12-222-14/+6
| | * Remove direct linkage to dbus and qdbusSimon Hausmann2014-12-181-5/+0
| | * QNX: Handle the case where screen returns a refresh rate of 0.Roger Maclean2014-12-181-1/+2
| | * xcb: Don't return 0 from QXcbKeyboard::possibleKeysAlexander Volkov2014-12-181-1/+2
* | | Fix crash when running QtWayland compositor on xcb-egl.Erik Larsson2014-12-291-2/+3
|/ /
* | Fix potential memory access violation issuesKonstantin Ritt2014-12-244-29/+38
* | Fix build when using -egl and -no-xcb-xlibGiulio Camuffo2014-12-233-0/+8
* | Add a function for QPA plugins to explicitly destroy QScreensGiulio Camuffo2014-12-2313-17/+29