summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/ios.pro
Commit message (Expand)AuthorAgeFilesLines
* iOS: refactor usage of photos into optional pluginRichard Moe Gustavsen2016-10-261-61/+2
* consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-5/+5
* iOS: add native file dialog for selecing photos/assetsRichard Moe Gustavsen2015-02-151-2/+4
* iOS: add a file engine to support loading assets/photosRichard Moe Gustavsen2015-02-151-1/+4
* iOS: Implement support for native menusRichard Moe Gustavsen2014-09-231-0/+2
* iOS: Refactor text input handling to standalone responderTor Arne Vestbø2014-09-201-0/+2
* iOS: Refactor qioswindow.mm into quiview.mm and quiview_accessibility.mmTor Arne Vestbø2014-07-211-1/+3
* Accessibility iOSFrederik Gladhorn2014-06-061-2/+6
* deprecate import_qpa_plugin and qpa_minimal_pluginOswald Buddenhagen2014-04-241-0/+1
* iOS: implement clipboardRichard Moe Gustavsen2014-03-061-2/+4
* iOS: move key/text input into separate categoryRichard Moe Gustavsen2014-02-061-0/+2
* iOS: move QUIView interface decl into separate header fileRichard Moe Gustavsen2014-02-061-1/+2
* iOS: Remove unused fileTor Arne Vestbø2014-01-171-1/+0
* iOS: Implement QPlatformServices to handle opening URLsTor Arne Vestbø2013-10-031-2/+4
* iOS: Interleave Qt application main() with iOS startup sequenceTor Arne Vestbø2013-09-131-1/+2
* iOS: Change main-wrapper logic to not require changing the user's mainTor Arne Vestbø2013-09-111-1/+0
* iOS: Set PLUGIN_CLASS_NAME for platform pluginTor Arne Vestbø2013-08-131-0/+1
* iOS: add support for Qt::ApplicationStatesRichard Moe Gustavsen2013-06-251-0/+2
* Move iOS event dispatcher from platform plugin to platform support.Ian Dean2013-06-131-2/+0
* iOS: Remove need for separate qtiosmain libraryTor Arne Vestbø2013-06-121-2/+37
* iOS: Ensure UIApplicationMain is started before QApplication by wrapping main()Tor Arne Vestbø2013-02-271-28/+2
* iOS: Implement QIOSBackingStore in terms of a QOpenGLPaintDeviceTor Arne Vestbø2013-02-271-2/+1
* iOS: Implement QPlatformOpenGLContextTor Arne Vestbø2013-02-271-2/+4
* iOS: call UIApplicationMain from event dispatcher, and add application delegateRichard Moe Gustavsen2013-02-271-2/+4
* iOS: Don't add to OBJECTIVE_HEADERS, there's no such thingTor Arne Vestbø2013-02-271-1/+1
* iOS: Add missing QuartzCore dependency to platform pluginTor Arne Vestbø2013-02-271-1/+1
* iOS: Don't link ios platform plugin to CocoaTor Arne Vestbø2013-02-271-1/+1
* iOS: Build platform plugin like other platform pluginsTor Arne Vestbø2013-02-271-4/+3
* iOS: copy brute-force port of Qt4 uikit plugin into Qt5.Richard Moe Gustavsen2013-02-261-0/+27