summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* iOS: Check FBO status and return failure from QIOSContext::makeCurrent()Tor Arne Vestbø2014-03-272-6/+36
* Cocoa: Don't stop NSApp when showing a modal dialogGabriel de Dietrich2014-03-272-1/+16
* Windows: Suppress window state change to normal when going from maximized to ...Friedemann Kleint2014-03-272-4/+9
* Improve keymap error handlingGatis Paeglis2014-03-272-17/+61
* Add better support for keymap update handlingGatis Paeglis2014-03-275-190/+136
* Android: registerTouchDevice at startupBogDan Vatra2014-03-271-0/+33
* Don't create screen surface if there are no raster windows.BogDan Vatra2014-03-273-3/+15
* Disable non-fullscreen windows for WinRTMaurice Kalinowski2014-03-271-0/+2
* Android: use fbo read back workaround with specific GPUs.Yoann Lopes2014-03-274-4/+22
* QNX: Fix geometry changed event for non FS windowsFabian Bumberger2014-03-271-4/+4
* QNX: Retrieve name of the displayFabian Bumberger2014-03-272-0/+8
* Accessibility Mac: Fix handling of top level widgetFrederik Gladhorn2014-03-272-41/+30
* OSX: a window can be de-maximized by resizingShawn Rutledge2014-03-273-0/+17
* WinRT: Use registerFontFamily to reduce font registration overheadAndrew Knight2014-03-272-152/+182
* REG: Fix window repaint geometryBogDan Vatra2014-03-261-2/+2
* Android: Fix font mergingEskil Abrahamsen Blomfeldt2014-03-252-4/+17
* Fix regression in minimized state handlingLaszlo Agocs2014-03-251-5/+5
* Fix up warnings in linuxfbLaszlo Agocs2014-03-251-7/+9
* eglfs: Add a way to force 24/32 bit configsLaszlo Agocs2014-03-251-1/+10
* eglfs: Avoid double surfaceFormatFor() callsLaszlo Agocs2014-03-251-2/+2
* Update evdevtouch readmeLaszlo Agocs2014-03-251-8/+5
* OSX: make reported window state consistent with realityShawn Rutledge2014-03-253-5/+30
* WinPhone: Install DejaVu ttf fonts into QtOliver Wolff2014-03-251-0/+9
* QNX: Fix sending of expose eventsFabian Bumberger2014-03-231-1/+2
* QPA: Fix QPlatformTheme::Palette enum value spellingGabriel de Dietrich2014-03-211-1/+1
* Mac theming: Remove obsolete private color conversion functionsGabriel de Dietrich2014-03-211-2/+0
* Mac theming: Set background brush for menu paletteGabriel de Dietrich2014-03-211-0/+2
* iOS: send a Qt::Key_Return when the user hits done/enterRichard Moe Gustavsen2014-03-211-2/+11
* iOS: implement 'close keyboard' gestureRichard Moe Gustavsen2014-03-211-3/+27
* REG: Android: Fix freeze when accessing assetsEskil Abrahamsen Blomfeldt2014-03-211-1/+0
* Cocoa: Fix geometry for embedded QWindows.Morten Johan Sørvig2014-03-202-0/+17
* Set unified toolbar height accurately.Morten Johan Sørvig2014-03-204-4/+77
* Cocoa: Follow-up m_sendUpAsRightButton for DnDMorten Johan Sørvig2014-03-201-2/+2
* Cococa: Make QMacNativeWidget work again.Morten Johan Sørvig2014-03-201-1/+3
* Cocoa: call SetFrontProcess on raise()Morten Johan Sørvig2014-03-201-0/+3
* Accessibility Mac: Implement most TextEdit functionsFrederik Gladhorn2014-03-201-21/+68
* Accessibility Mac: Implement setting focusFrederik Gladhorn2014-03-201-2/+8
* Accessibility: Improve QTextEditFrederik Gladhorn2014-03-201-1/+5
* Accessibility Mac: Fix TextEditFrederik Gladhorn2014-03-201-0/+94
* Android: Re-enable threaded renderingEskil Abrahamsen Blomfeldt2014-03-201-1/+2
* Cocoa: Set surface resolution for all GL surfacesMorten Johan Sørvig2014-03-201-1/+1
* Cocoa: Close windows with QWSI::handleCloseEvent()Morten Johan Sørvig2014-03-201-1/+2
* Cocoa: Enable QQuickWidget on Mac OS X.Morten Johan Sørvig2014-03-204-1/+8
* QOpenGLContext: Use color depth information from QSurfaceFormatKurt Pattyn2014-03-191-1/+6
* Workaround for misbehaving [UIScreen screens] in iOS 7.1Eduard Veleba2014-03-191-1/+3
* Update bundled libxkbcommon version to 0.4.0Gatis Paeglis2014-03-195-53/+5
* QNX: Remove sending synchronous window system eventsFabian Bumberger2014-03-191-6/+0
* Accessibility Mac: fix role for linksFrederik Gladhorn2014-03-191-1/+1
* WinRT: Fix QDesktopServices::openUrl() for local filesAndrew Knight2014-03-181-2/+1
* WinRT: Load system fonts using DirectWriteAndrew Knight2014-03-183-1/+337