summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios
Commit message (Expand)AuthorAgeFilesLines
* qiosclipboard: take ownership over mime dataRichard Moe Gustavsen2014-10-102-1/+14
* Don't use QStringLiteral in comparisonsMarc Mutz2014-10-091-2/+2
* iOS: add system paletteRichard Moe Gustavsen2014-10-082-0/+13
* iOS: Properly scope window deactivation on resignFirstResponderTor Arne Vestbø2014-10-031-1/+2
* iOS: Move statusbar visibility handling to QIOSViewControllerTor Arne Vestbø2014-10-027-59/+71
* QIOSInputContext: animate screen from current transformationRichard Moe Gustavsen2014-09-251-1/+2
* QIOSInputContext: change keyboard rect when focus window changesRichard Moe Gustavsen2014-09-251-0/+1
* QIOSInputContext: report keyboard rect relative to focus windowRichard Moe Gustavsen2014-09-251-31/+27
* iOS: don't show popup on call to setVisibleRichard Moe Gustavsen2014-09-252-73/+49
* iOS: add support for submenusRichard Moe Gustavsen2014-09-252-11/+35
* iOS: don't show separator in native menusRichard Moe Gustavsen2014-09-252-2/+9
* Update license headers and add new license filesMatti Paaso2014-09-2417-320/+184
* iOS: Don't update screen properties for statusbar frame while rotatingTor Arne Vestbø2014-09-242-0/+27
* iOS: Reflect changes in statusbar height as QScreen availableGeometryTor Arne Vestbø2014-09-241-0/+36
* iOS: Fix touch point translation when root view controller is offsetTor Arne Vestbø2014-09-241-13/+16
* iOS: Simplify QWindow/UIView geometry mappingTor Arne Vestbø2014-09-242-32/+2
* iOS: Ensure root view controller always matches size of containing windowTor Arne Vestbø2014-09-241-0/+35
* iOS: Move top level window management out of QIOSScreen to QIOSDesktopManager...Tor Arne Vestbø2014-09-243-34/+38
* iOS: Calculate screen (available) geometry using [UIView convertRect]Tor Arne Vestbø2014-09-241-10/+3
* iOS: Update screen properties more consistentlyTor Arne Vestbø2014-09-241-5/+2
* iOS: Scroll root view when keyboard is visible using sublayerTransformTor Arne Vestbø2014-09-241-7/+28
* iOS: Implement support for native menusRichard Moe Gustavsen2014-09-236-0/+694
* iOS: Allow settings custom input and accessory views through ImPlatformDataTor Arne Vestbø2014-09-204-2/+65
* iOS: Refactor text input handling to standalone responderTor Arne Vestbø2014-09-208-246/+335
* QIOSPasteboard: handle zero-pointer argument to setMimeDataRichard Moe Gustavsen2014-09-111-0/+4
* qpa: Make screen geometry updates (full and available geometry) atomicTor Arne Vestbø2014-09-101-16/+12
* iOS: Move accessibility/textinput includes in quiview.mmTor Arne Vestbø2014-09-101-4/+5
* iOS: Update QIOSScreen::nativeOrientation() for iOS8Tor Arne Vestbø2014-09-041-2/+9
* iOS: Don't store UIViewAnimationOptions value as UIViewAnimationCurveTor Arne Vestbø2014-09-021-2/+2
* iOS: Get rid of markedTextFormat global static variable in IMETor Arne Vestbø2014-09-021-9/+12
* iOS: Add support for QWindow::setOpacity()Tor Arne Vestbø2014-09-022-0/+7
* iOS: Initialize QScreen properties before setting up root viewcontrollerTor Arne Vestbø2014-09-011-19/+19
* iOS: Use dispatch_async instead of performSelectorOnMainThread for IMETor Arne Vestbø2014-08-261-10/+12
* iOS: Add UIResponder helper to get current first responderTor Arne Vestbø2014-08-262-0/+29
* Accessibility iOS: Fix crash after deleting a viewFrederik Gladhorn2014-08-262-3/+6
* Allow ES3 (and ES1) context creation on iOSJames Turner2014-08-191-5/+18
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-13/+6
|\
| * Font Database: Add support for private, system UI font familiesGabriel de Dietrich2014-08-111-13/+6
* | iOS: Let QScreen manage UIWindow and root view-controllerTor Arne Vestbø2014-07-237-54/+64
* | iOS: Detect external screen connections and expose as additional QScreenTor Arne Vestbø2014-07-214-24/+87
* | iOS: Add helper for getting the iOS platform integration instanceTor Arne Vestbø2014-07-216-4/+16
* | iOS: Fix compilation with Xcode6/iOS8 SDKTor Arne Vestbø2014-07-211-0/+1
* | iOS: Refactor qioswindow.mm into quiview.mm and quiview_accessibility.mmTor Arne Vestbø2014-07-216-380/+493
* | iOS: Fix compilation warningTor Arne Vestbø2014-07-041-2/+1
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-013-39/+61
|\|
| * iOS: delay callbacks to UITextInput to avoid recursionRichard Moe Gustavsen2014-06-063-39/+61
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...J-P Nurmi2014-06-071-3/+3
|\|
| * iOS: Be more careful when hiding the keyboard upon enterRichard Moe Gustavsen2014-05-231-3/+3
* | Accessibility iOSFrederik Gladhorn2014-06-0610-2/+495
|/
* iOS: don't report negative selection ranges for backspaceRichard Moe Gustavsen2014-05-211-1/+1