summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qiosglobal.mm
Commit message (Expand)AuthorAgeFilesLines
* iOS: Guard all uses of APIs not available in application extensionsTor Arne Vestbø2018-06-051-2/+12
* iOS: Add logging of window geometry/exposureTor Arne Vestbø2017-11-211-0/+1
* qpa: Teach handleApplicationStateChanged about sync/async deliveryTor Arne Vestbø2017-11-201-0/+1
* Fix namespaced build on iOSJake Petroules2016-09-201-0/+4
* darwin: Add Foundation conversion functions for QPoint/QPointFTor Arne Vestbø2016-06-141-10/+0
* darwin: Add Foundation conversion functions for QRect/QRectFTor Arne Vestbø2016-06-101-10/+0
* Add support for Apple tvOSMike Krus2016-05-171-0/+2
* QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-121-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* iOS: Clean up style in Objective-C message signaturesTor Arne Vestbø2015-05-241-2/+2
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* iOS: Make screen orientation reporting more consistentTor Arne Vestbø2015-01-221-1/+1
* iOS: QtFirstResponderEvent needs to release firstResponder to avoid leakRichard Moe Gustavsen2014-11-121-0/+5
* iOS: remove unused function 'fromPortraitToPrimary'Richard Moe Gustavsen2014-11-051-9/+0
* iOS: Be more thorough when looking for current first responderTor Arne Vestbø2014-11-031-1/+21
* iOS: Detect window deactivation without waiting for next runloop iterationTor Arne Vestbø2014-10-281-0/+7
* iOS: Add logging category for input method debuggingTor Arne Vestbø2014-10-281-0/+2
* iOS: Add UIResponder helper to get current first responderTor Arne Vestbø2014-08-261-0/+25
* iOS: correctly report Landscape or InvertedLandscape screen orientation.Yoann Lopes2014-02-141-4/+4
* iOS: move infoPlistValue to qiosglobalRichard Moe Gustavsen2013-12-041-0/+7
* iOS: don't loose precision when converting CG typesRichard Moe Gustavsen2013-11-251-6/+6
* iOS: Don't keep around reference to a single QIOSViewControllerTor Arne Vestbø2013-11-201-11/+0
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-1/+1
* iOS: bugfix function portraitToPrimary()Richard Moe Gustavsen2013-05-281-1/+1
* iOS: Don't use -1 as magic value for UIDeviceOrientationFaceUp/DownTor Arne Vestbø2013-04-301-1/+2
* iOS: use an explicit pointer to qiosViewControllerRichard Moe Gustavsen2013-04-191-2/+6
* iOS: Don't crash on landscape mode startupMorten Johan Sørvig2013-02-271-2/+2
* iOS: Set touch point position in screen coords.Morten Johan Sørvig2013-02-271-0/+10
* iOS: clean-up header includesRichard Moe Gustavsen2013-02-271-1/+1
* iOS: add convenience function to get to the root QIOSViewControllerRichard Moe Gustavsen2013-02-271-0/+8
* iOS: bugfix portraitToPrimary global functionRichard Moe Gustavsen2013-02-271-3/+3
* iOS: report changes to keyboard rect back to QtRichard Moe Gustavsen2013-02-271-0/+9
* iOS: add global function 'isQtApplication'Richard Moe Gustavsen2013-02-271-0/+13
* iOS: refactor general convenience functions into new file 'qiosglobal'Richard Moe Gustavsen2013-02-271-0/+104