summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios
Commit message (Expand)AuthorAgeFilesLines
* Fix tvOS buildMike Krus2016-05-201-1/+4
* Add support for Apple tvOSMike Krus2016-05-1714-18/+114
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-128-10/+1090
|\
| * 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
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-111-8/+7
|\| |
| * | QtBase: use erase and std::remove_if with QList and QVectorAnton Kudryavtsev2016-04-081-8/+7
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-228-40/+40
|\| |
| * | 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
* | | Factor out usage of a private symbol by the iOS platform plugin.Jake Petroules2016-02-191-1/+1
|/ /
* | 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
| * iOS: Don't hide keyboard on "Done" button when focus object has changedMarkus Goetz2015-12-171-0/+8
| * iOS: notify application when edit menu is closedRichard Moe Gustavsen2015-12-171-0/+17
| * iOS: include marked text when reporting IM textInRange and endOfDocumentRichard Moe Gustavsen2015-12-171-2/+12
| * Fix broken QIOSContext setup due to missing 0-initialization of EAGLContextTor Arne Vestbø2015-12-101-3/+4
| * iOS: filter edit menu actions depending on selection stateRichard Moe Gustavsen2015-12-091-0/+26
| * iOS: support edit action 'select'Richard Moe Gustavsen2015-12-091-0/+7
| * Favor OpenGLES 3 on iOS if availableMike Krus2015-12-091-3/+5
* | iOS: Implement support for QApplication::beep()Tor Arne Vestbø2015-12-173-1/+12
* | iOS: Switch backingstore to use raster paint engine, not GLTor Arne Vestbø2015-12-172-85/+47
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-081-0/+2
|\|
| * Respond with a sound for certain message boxes on windowsJan Arve Saether2015-12-041-0/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-271-1/+1
| |\
| | * iOS: always flush spontaneous key press eventsRichard Moe Gustavsen2015-11-231-1/+1
* | | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-292-3/+3
* | | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-272-6/+33
|\| |
| * | iOS: Add support for delivering touch pressure on iPhone 6s/6s+ devicesTor Arne Vestbø2015-11-262-6/+33
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-232-11/+16
|\| |
| * | iOS: Update pixel density (PPI) logic to detect new iOS devicesTor Arne Vestbø2015-11-192-11/+16
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-181-14/+26
|\| |
| * | iOS: only force-finish start-up from file engine when on main threadRichard Moe Gustavsen2015-11-091-14/+26
* | | iOS: add support for native message dialogsRichard Moe Gustavsen2015-11-164-2/+209
* | | iOS: refactor removeMnemonics(const QString &) to QPlatformThemeRichard Moe Gustavsen2015-11-042-39/+2
|/ /
* | Move QEventDispatcherCoreFoundation to QtCoreMorten Johan Sørvig2015-10-161-1/+1
* | Make the CoreFoundation event dispatcher depend on QtCore onlyMorten Johan Sørvig2015-10-132-0/+22