summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios
Commit message (Expand)AuthorAgeFilesLines
* Fix a mis-merge in af0d0b9Liang Qi2016-10-281-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-2716-125/+383
|\
| * qiosfileengineassetslibrary: replace Q_DECL_OVERRIDE with overrideRichard Moe Gustavsen2016-10-261-12/+12
| * iOS: refactor usage of photos into optional pluginRichard Moe Gustavsen2016-10-2616-112/+369
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-171-2/+2
|\|
| * iOS: Report correct physical DPI for iPhone 7 PlusTor Arne Vestbø2016-10-141-2/+2
* | iOS: check if qApp is still valid before accessing itRichard Moe Gustavsen2016-10-151-1/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-013-0/+13
|\|
| * iOS: (crash fix) ensure we don't clear focus object in a text responder trans...Richard Moe Gustavsen2016-09-301-1/+1
| * iOS: hide shortcuts bar on iPad when showing menusRichard Moe Gustavsen2016-09-303-0/+13
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-214-4/+12
|\|
| * iOS: open menu on popup regardless of visibilityRichard Moe Gustavsen2016-09-191-2/+5
| * iOS: explicit synthesize properties as readwriteRichard Moe Gustavsen2016-09-191-0/+4
| * iOS: let quiview conform to API signature changes in iOS 10Richard Moe Gustavsen2016-09-192-2/+3
* | iOS: accept window modal message dialogsRichard Moe Gustavsen2016-09-151-1/+1
* | QIOSTextInputOverlay: compile with Xcode 8 beta / iOS 10Richard Moe Gustavsen2016-09-121-0/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-251-1/+1
|\|
| * Fix warning: 'UITextInputTextFontKey' is deprecatedJake Petroules2016-08-241-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-232-21/+6
|\|
| * UIKit: Treat windows as exposed only during Qt::ApplicationStateActiveTor Arne Vestbø2016-06-212-21/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-208-162/+221
|\|
| * UIKit: Detect swapBuffers on non-exposed windows and skip flushTor Arne Vestbø2016-06-171-0/+5
| * UIKit: Ensure that Qt's application state is initialized at startupTor Arne Vestbø2016-06-172-95/+46
| * UIKit: Don't reallocate renderbuffer on QIOSContext::swapBuffers()Tor Arne Vestbø2016-06-174-67/+100
| * uikit: Deliver update requests via CADisplayLink callbackTor Arne Vestbø2016-06-174-0/+70
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-5/+4
|\|
| * uikit: Call base class implementation of rotation callbacksTor Arne Vestbø2016-06-101-5/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-063-0/+46
|\|
| * iOS: Return correct QLocale from QIOSInputContextRichard Moe Gustavsen2016-05-272-0/+45
| * iOS: ensure we don't break UIKit IM state when sending key eventsRichard Moe Gustavsen2016-05-241-0/+1
* | QIOSTextInputOverlay: fade-out handles upon focus transferRichard Moe Gustavsen2016-05-251-4/+34
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-062-7/+22
|\|
| * iOS: Report correct physicalSize and physicalDotsPerInch for iPhone6+Tor Arne Vestbø2016-05-022-7/+22
* | iOS: Add text selection support from the platform pluginRichard Moe Gustavsen2016-05-044-2/+1065
* | iOS: set StyleHint::StartDragTime to 300Richard Moe Gustavsen2016-05-041-0/+2
* | iOS: (crash fix) ensure we don't clear focus object in a text responder trans...Richard Moe Gustavsen2016-04-221-1/+1
* | QtBase: use erase and std::remove_if with QList and QVectorAnton Kudryavtsev2016-04-081-8/+7
* | iOS: Use composeAndFlush() to flush all backing store updatesTor Arne Vestbø2016-03-181-5/+5
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-131-5/+5
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-5/+5
| |\|
| | * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-5/+5
* | | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-125-27/+27
|/ /
* | Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-012-3/+3
* | Updated license headersJani Heikkinen2016-01-1547-658/+940
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-122-5/+9
|\|
| * iOS: fix crash on iOS 8 due to unsupported selectorRichard Moe Gustavsen2016-01-112-5/+9
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-2/+4
|\|
| * Fixed crash on iOS devices due to unsupported selector.Harald Meyer2016-01-061-2/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-183-6/+81
|\|
| * iOS: Clear focusObject if first responder is set to nullMarkus Goetz2015-12-171-1/+5