summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/quiview.mm
Commit message (Expand)AuthorAgeFilesLines
* iOS: disable Apple Pencil support if configure -no-feature-tableteventShawn Rutledge2017-09-151-2/+12
* Add Apple Pencil support on iOSShawn Rutledge2017-09-141-22/+62
* iOS: Fix accessibility leakTor Arne Vestbø2017-08-091-2/+10
* Ensure all platforms send geometry events if request was not fulfilledTor Arne Vestbø2017-07-071-11/+4
* Relieve platform plugins of having to persist geometry on WM callbacksTor Arne Vestbø2017-07-071-4/+0
* iOS: Limit duration of FirstResponderCandidate to becomeFirstResponderTor Arne Vestbø2017-01-061-10/+15
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-021-24/+11
|\
| * iOS: Take advantage of new synchronous API for QPA event deliveryTor Arne Vestbø2016-10-141-24/+11
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-261-1/+2
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-221-1/+2
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-211-1/+2
| | |\
| | | * iOS: let quiview conform to API signature changes in iOS 10Richard Moe Gustavsen2016-09-191-1/+2
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-211-2/+2
|\| | |
| * | | Fix namespaced build on iOSJake Petroules2016-09-201-2/+2
* | | | Replace usages of QSysInfo with QOperatingSystemVersionJake Petroules2016-09-201-1/+2
|/ / /
* | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-261-0/+2
* | | UIKit: Handle UIPress eventsMike Krus2016-07-061-0/+53
* | | darwin: Add Foundation conversion functions for QPoint/QPointFTor Arne Vestbø2016-06-141-1/+1
* | | darwin: Add Foundation conversion functions for QRect/QRectFTor Arne Vestbø2016-06-101-3/+3
* | | Add support for Apple tvOSMike Krus2016-05-171-0/+15
|/ /
* / Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* iOS: fix crash on iOS 8 due to unsupported selectorRichard Moe Gustavsen2016-01-111-4/+8
* iOS: Add support for delivering touch pressure on iPhone 6s/6s+ devicesTor Arne Vestbø2015-11-261-3/+26
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-2/+8
|\
| * iOS: remove 'truncation from double to float' compiler warningRichard Moe Gustavsen2015-05-131-1/+1
| * ios: implement Qt::WindowTransparentForInputRichard Moe Gustavsen2015-05-061-0/+6
| * ios: don't accept first responder if Qt::WindowDoesNotAcceptFocusRichard Moe Gustavsen2015-05-061-1/+1
* | iOS: Clean up style in Objective-C message signaturesTor Arne Vestbø2015-05-241-2/+2
|/
* iOS: Check if window was active on setVisible(false) through native APIsTor Arne Vestbø2015-03-161-0/+17
* iOS: Add platform plugin option to debug window managementTor Arne Vestbø2015-03-161-0/+14
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-2/+3
|\
| * iOS: only flush non-user input events from layoutSubviewsRichard Moe Gustavsen2015-02-151-2/+3
* | Fixed license headersJani Heikkinen2015-02-171-1/+1
* | Update copyright headersJani Heikkinen2015-02-111-22/+14
|/
* iOS: Make QIOSTextInputResponder a proper first-responder during text inputTor Arne Vestbø2014-11-031-0/+10
* iOS: Detect window deactivation without waiting for next runloop iterationTor Arne Vestbø2014-10-281-17/+41
* iOS: Don't auto-activate popup windows unless they are standaloneTor Arne Vestbø2014-10-201-1/+1
* iOS: ensure edit menu works on iOS6Richard Moe Gustavsen2014-10-191-3/+8
* 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-021-0/+10
* 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-241-14/+1
* iOS: Implement support for native menusRichard Moe Gustavsen2014-09-231-0/+8
* iOS: Refactor text input handling to standalone responderTor Arne Vestbø2014-09-201-10/+40
* iOS: Move accessibility/textinput includes in quiview.mmTor Arne Vestbø2014-09-101-4/+5
* iOS: Add helper for getting the iOS platform integration instanceTor Arne Vestbø2014-07-211-2/+1
* iOS: Refactor qioswindow.mm into quiview.mm and quiview_accessibility.mmTor Arne Vestbø2014-07-211-0/+346