summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios
Commit message (Expand)AuthorAgeFilesLines
* Fix jerky animations in Qt Quick for iOS.Gunnar Sletta2013-11-141-0/+2
* iOS: Enable clipping of subviews when QWindow has child windowsTor Arne Vestbø2013-11-141-0/+16
* iOS: Remove background color for UIWindow and UIViewController's root viewTor Arne Vestbø2013-11-142-12/+0
* iOS: Get rid of separate release pool for QIOSScreenTor Arne Vestbø2013-11-141-4/+0
* iOS: Tie QIOSContext FBOs to corresponding QPlatformWindow, not QWindowTor Arne Vestbø2013-11-144-8/+13
* iOS: Handle key window as part of QWindow activationTor Arne Vestbø2013-11-142-1/+3
* iOS: Flesh out device-pixel-ratio handling in QIOSWindowTor Arne Vestbø2013-11-142-12/+11
* iOS: Send expose event when a window changes the geometry.Maciej Kujalowicz2013-11-081-0/+1
* iOS: Cancel any active touches when destroying a QIOSWindowTor Arne Vestbø2013-11-081-1/+13
* iOS: Detect/handle cancellation of subset of touch pointsTor Arne Vestbø2013-11-081-3/+9
* iOS: Rename QIOSWindow's backing view from EAGLView to QUIViewTor Arne Vestbø2013-11-082-7/+9
* iOS: Rename m_requestedGeometry to m_normalGeometryTor Arne Vestbø2013-11-082-4/+4
* iOS: set active window upon calls to requestActiveWindowRichard Moe Gustavsen2013-11-061-0/+1
* iOS: Remove unused QIOSWindow methods for getting effective width/heightTor Arne Vestbø2013-11-062-12/+0
* iOS: Enable threaded OpenGL.Maciej Kujalowicz2013-11-053-1/+21
* iOS: Prevent calling QWindow methods on native NSViewsAndy Nichols2013-11-041-1/+1
* iOS: bugfix touch events when not using alienRichard Moe Gustavsen2013-11-011-5/+12
* iOS: clear focus object when resigning first responder statusRichard Moe Gustavsen2013-11-011-1/+5
* iOS: Fix logic for determining whether to exit the root event loopTor Arne Vestbø2013-10-302-32/+8
* iOS: Wrap user's main by renaming symbol and relying on weak linkingTor Arne Vestbø2013-10-171-3/+14
* iOS: Mark argument as unused for release buildsTor Arne Vestbø2013-10-171-0/+1
* iOS: Generalize jumping event-dispatcher to handle QEventLoop:exec()Tor Arne Vestbø2013-10-092-39/+33
* iOS: Handle qApp re-exec after application termination from iOS' sideTor Arne Vestbø2013-10-091-2/+13
* iOS: Cleanup, remove unneeded Q_UNUSEDTor Arne Vestbø2013-10-091-1/+0
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-1/+1
* iOS: Implement QPlatformServices to handle opening URLsTor Arne Vestbø2013-10-035-2/+144
* iOS: Delete members in platform integrationTor Arne Vestbø2013-10-032-0/+13
* iOS: Use PROT_READ, not PROT_NONE, for custom stack memory guardTor Arne Vestbø2013-10-031-1/+3
* QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-302-2/+2
* iOS: bugfix touch events to also work in inverted portrait/landscapeRichard Moe Gustavsen2013-09-241-11/+5
* qios: always auto rotate as specified in Info.plistRichard Moe Gustavsen2013-09-231-8/+3
* iOS: Compare similar types when setting up QPlatformScreenTor Arne Vestbø2013-09-211-1/+1
* remove unnecessary beginPaint and endPaint overridesShawn Rutledge2013-09-162-7/+0
* iOS: Interleave Qt application main() with iOS startup sequenceTor Arne Vestbø2013-09-135-32/+558
* iOS: Change main-wrapper logic to not require changing the user's mainTor Arne Vestbø2013-09-115-75/+4
* iOS: Guard against this and self being deleted when using dispatch_asyncTor Arne Vestbø2013-09-112-8/+18
* Rename QIOSEventDispatcher to QEventDispatcherCoreFoundationTor Arne Vestbø2013-08-231-2/+2
* iOS: Determine render buffer resize based on CA layer, not Qt windowTor Arne Vestbø2013-08-231-5/+5
* iOS: Activate window on touchesEnded instead of touchesBeganRichard Moe Gustavsen2013-08-221-6/+8
* iOS: Set PLUGIN_CLASS_NAME for platform pluginTor Arne Vestbø2013-08-131-0/+1
* Bump QPA-API-version.Friedemann Kleint2013-07-231-1/+1
* iOS: Get rid of QIOSMainWrapperApplicationDelegateTor Arne Vestbø2013-07-153-57/+14
* Merge branch 'stable' into devSergio Ahumada2013-07-111-0/+3
|\
| * iOS: Make sure we're deleting framebuffers in the right contextTor Arne Vestbø2013-07-051-0/+3
* | iOS: add support for new style hint: SetFocusOnTouchReleaseRichard Moe Gustavsen2013-06-251-0/+2
* | iOS: activate window when input panel opensRichard Moe Gustavsen2013-06-251-1/+17
* | iOS: post the code that closes the input panelRichard Moe Gustavsen2013-06-252-1/+11
* | iOS: add support for Qt::ApplicationStatesRichard Moe Gustavsen2013-06-255-0/+229
* | Move iOS event dispatcher from platform plugin to platform support.Ian Dean2013-06-134-458/+1
* | iOS: Remove need for separate qtiosmain libraryTor Arne Vestbø2013-06-126-92/+151