summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios
Commit message (Expand)AuthorAgeFilesLines
* iOS: correctly report Landscape or InvertedLandscape screen orientation.Yoann Lopes2014-02-141-4/+4
* iOS: only activate top-level windowsRichard Moe Gustavsen2014-02-141-9/+12
* iOS: activate window on touchesBeganRichard Moe Gustavsen2014-02-141-8/+3
* iOS: don't store reference to focus objectRichard Moe Gustavsen2014-02-142-5/+1
* iOS: return correct uiview for IM rectanglesRichard Moe Gustavsen2014-02-061-0/+12
* iOS: be more specific about IM callbacks to iOSRichard Moe Gustavsen2014-02-061-11/+16
* iOS: return styling hints for text correction pop-upsRichard Moe Gustavsen2014-02-061-0/+18
* iOS: send backspace events directlyRichard Moe Gustavsen2014-02-061-5/+7
* iOS: send IM events instead of fake key eventsRichard Moe Gustavsen2014-02-061-12/+9
* iOS: add spell checking supportRichard Moe Gustavsen2014-02-062-0/+3
* iOS: implement support for input methodsRichard Moe Gustavsen2014-02-065-17/+420
* iOS: move key/text input into separate categoryRichard Moe Gustavsen2014-02-064-104/+156
* iOS: move QUIView interface decl into separate header fileRichard Moe Gustavsen2014-02-063-26/+71
* iOS: change logic for when to scroll screenRichard Moe Gustavsen2014-02-062-50/+76
* Add QWindowPrivate::topLevelWindow() helper functionTor Arne Vestbø2014-01-303-22/+5
* iOS: Remove unused fileTor Arne Vestbø2014-01-172-72/+0
* iOS: Use in-place string renaming to rename main() instead of ldTor Arne Vestbø2014-01-061-2/+2
* iOS: Fix C++11 buildTor Arne Vestbø2013-12-211-1/+1
* iOS has native windows but not window managementShawn Rutledge2013-12-161-0/+2
* iOS: Fix failing assert in QUIView displayLayer()Tor Arne Vestbø2013-12-111-3/+4
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-058-25/+29
|\
| * iOS: move infoPlistValue to qiosglobalRichard Moe Gustavsen2013-12-043-7/+8
| * iOS: don't show statusbar if hidden from Info.plistRichard Moe Gustavsen2013-12-041-0/+3
| * iOS: Handle statusbar changes to child windowsTor Arne Vestbø2013-12-043-6/+6
| * iOS: fix assert when using QOffscreenSurfaceRichard Moe Gustavsen2013-12-041-2/+0
| * iOS: Disable drag and drop completely instead of enabling simple d'n'dTor Arne Vestbø2013-12-041-0/+2
| * iOS: fix crash when focusWindow changes while keyboard is openRichard Moe Gustavsen2013-12-041-1/+1
| * iOS: fix crash when application quitsRichard Moe Gustavsen2013-12-041-3/+7
| * iOS: fix application hangs when opening keyboardRichard Moe Gustavsen2013-12-031-6/+2
* | iOS: Apply default geometry to platform window if not set on QWindowTor Arne Vestbø2013-12-051-1/+9
* | iOS: Don't claim that windows with zero width and/or height are exposedTor Arne Vestbø2013-12-052-0/+7
* | Use case insensitive comparison when checking platform plugin keys.Friedemann Kleint2013-12-031-1/+1
|/
* iOS: Update screen properties when we trigger statusbar changes on iOS7Tor Arne Vestbø2013-11-291-5/+14
* iOS: Forward [UIApplicationDelegate handleOpenURL:] to QDesktopServicesTor Arne Vestbø2013-11-293-0/+46
* iOS: Update statusbar visibility and screen properties before window geometryTor Arne Vestbø2013-11-252-8/+12
* iOS: Prefer window states over geometry-heuristics when laying out windowsTor Arne Vestbø2013-11-251-2/+6
* iOS: Don't warn about QBackingStore::resize() != window.size() for widgetsTor Arne Vestbø2013-11-251-1/+1
* iOS: Don't enable translucent statusbar for iOS6 on iPadsTor Arne Vestbø2013-11-251-2/+5
* iOS: close keyboard upon hitting key 'done'Richard Moe Gustavsen2013-11-251-1/+4
* iOS: update keyboard layout upon focus transferRichard Moe Gustavsen2013-11-252-2/+19
* iOS: add [QUIView updateTextInputTraits]Richard Moe Gustavsen2013-11-251-9/+43
* iOS: don't loose precision when converting CG typesRichard Moe Gustavsen2013-11-254-15/+16
* iOS: don't scroll after inputItem has movedRichard Moe Gustavsen2013-11-252-0/+16
* iOS: scroll screen when keyboard opensRichard Moe Gustavsen2013-11-253-14/+131
* iOS: decouple QIOSWindow and QIOSInputContextRichard Moe Gustavsen2013-11-243-5/+5
* iOS: Re-enable kEAGLDrawablePropertyRetainedBackingTor Arne Vestbø2013-11-221-1/+1
* iOS: Deliver resize events synchronously after setGeometry for QtWidgetsTor Arne Vestbø2013-11-221-0/+3
* iOS: Allow QBackingStore::flush() without beginPaint()Tor Arne Vestbø2013-11-221-3/+5
* iOS: Fix build against iOS 5 SDK and auto-rotation on iOS 5Tor Arne Vestbø2013-11-221-0/+10
* iOS: Change show() to imply maximize, and showFullScreen() to hide status barTor Arne Vestbø2013-11-228-6/+109