summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Android: Fix broken system paletteEskil Abrahamsen Blomfeldt2014-12-031-1/+2
* winrt: Fix Windows Store CertificationAndrew Knight2014-12-011-0/+13
* iOS: fallback to use [UIScreen mainScreen] when [UIScreen screens] failRichard Moe Gustavsen2014-11-261-1/+7
* Fix for HTC Pinyin input methodPaul Olav Tvete2014-11-241-0/+4
* winrt: Resize window on Windows Phone using EGLAndrew Knight2014-11-151-13/+33
* Make it possible to disable font embeddingEskil Abrahamsen Blomfeldt2014-11-152-7/+12
* winrt: Blacklist certain devices from creating a depth/stencil bufferAndrew Knight2014-11-145-5/+47
* Set Android palette and fonts in QPA plugin.BogDan Vatra2014-11-144-23/+318
* windows: fix platform compilation after ANGLE upgradeAndrew Knight2014-11-141-2/+2
* iOS: close menu when keyboard hidesRichard Moe Gustavsen2014-11-131-0/+18
* iOS: let focusobject be ImEnabled when a menu is attachedRichard Moe Gustavsen2014-11-131-2/+3
* iOS: close keyboard by resigning first responderRichard Moe Gustavsen2014-11-133-41/+4
* Set correct QSurfaceFormat also for raster surfacetypePasi Petäjäjärvi2014-11-131-1/+1
* iOS: QtFirstResponderEvent needs to release firstResponder to avoid leakRichard Moe Gustavsen2014-11-121-0/+5
* iOS: Remove assert when transferring or clearing first-responderTor Arne Vestbø2014-11-121-2/+5
* Merge remote-tracking branch 'origin/5.4' into 5.4.0Oswald Buddenhagen2014-11-1010-85/+180
|\
| * iOS: Allow virtual keyboard to be hidden by QInputMethod::hide()Tor Arne Vestbø2014-11-082-4/+20
| * iOS: Make hide-keyboard gesture use normal UIGestureRecognizer flowTor Arne Vestbø2014-11-081-41/+90
| * eglfs: obey QT_NO_REGULAREXPRESSION definePasi Petäjäjärvi2014-11-061-0/+2
| * iOS: Detect when inputMethodAccepted() is out of sync with focus objectTor Arne Vestbø2014-11-062-0/+21
| * Windows native file dialog: Work around display bug of IFileDialog.Friedemann Kleint2014-11-051-4/+9
| * iOS: Update integrated event dispatcher to support 64-bit x86Tor Arne Vestbø2014-11-051-2/+7
| * iOS: remove unused function 'fromPortraitToPrimary'Richard Moe Gustavsen2014-11-052-10/+1
| * Cocoa: get mouse position from event if possibleMorten Johan Sørvig2014-11-051-2/+15
| * Revert "OS X - unified toolbar and AA_NativeWindows"Morten Johan Sørvig2014-11-051-17/+1
| * Cocoa: Guard against recursive event deliveryMorten Johan Sørvig2014-11-053-1/+8
| * Cocoa: refactor commit 876a428f.Morten Johan Sørvig2014-11-052-6/+7
| * Cocoa: Don't activate popup windows.Morten Johan Sørvig2014-11-051-1/+2
* | direct2d: Use simple event posting to avoid event queue lock upAndrew Knight2014-11-072-0/+17
|/
* Prevent a leak of QXcbXSettingsPrivateGiuseppe D'Angelo2014-11-033-0/+8
* Windows: Ignore key Shift+F10 unless a shortcut is registered for it.Friedemann Kleint2014-11-031-1/+10
* iOS: Allow virtual keyboard returnKeyType to be set through IM platformDataTor Arne Vestbø2014-11-032-4/+7
* iOS: Be more thorough when looking for current first responderTor Arne Vestbø2014-11-031-1/+21
* iOS: Make QIOSTextInputResponder a proper first-responder during text inputTor Arne Vestbø2014-11-034-10/+105
* Android: Remove AttachedJNIEnv class.Christian Strømme2014-11-032-48/+4
* Android: Simplify the jni code in QtAndroidMenuChristian Strømme2014-11-033-24/+8
* Android: Simplify the jni code in QtAndroidInputChristian Strømme2014-11-031-42/+17
* WinRT: Set WindowTitle in application switcherMaurice Kalinowski2014-11-032-0/+28
* QAndroidPlatformClipboard: fix build in release modeJ-P Nurmi2014-11-011-2/+3
* Always invalidate the iOS accessibility cacheJan Arve Sæther2014-11-011-10/+10
* Remove unused variableLars Knoll2014-10-311-1/+0
* iOS: Make sure we update hints and platform data on IM enable/disableTor Arne Vestbø2014-10-311-0/+9
* Windows: Create touch device in initialization.Friedemann Kleint2014-10-313-19/+31
* Cocoa plugin - fix a resource leakTimur Pocheptsov2014-10-311-0/+1
* OS X: fix CFString leaks in mime classesDyami Caliri2014-10-301-2/+2
* QCocoaPrintDevice: fix bad CFReleaseDyami Caliri2014-10-301-4/+4
* eglfs: Remove unused member variableLaszlo Agocs2014-10-291-1/+0
* Cocoa: Handle Qt::WA_MacAlwaysShowToolWindowShawn Rutledge2014-10-291-1/+5
* Cocoa: Fix regression in key handlingLiang Qi2014-10-291-1/+1
* xcb: Fix getting the primary screen from QXcbConnection::screens()Alexander Volkov2014-10-298-20/+26