summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-025-17/+224
|\|
| * iOS: silence compiler warning about unimplemented 'selectionRectsForRange'Richard Moe Gustavsen2015-09-101-0/+9
| * iOS: filter responder actions from menu syncRichard Moe Gustavsen2015-09-041-1/+1
| * iOS: compose key events from QKeySequencesRichard Moe Gustavsen2015-09-041-10/+18
| * iOS: handle all directions when calculating positionFromPositionRichard Moe Gustavsen2015-09-011-1/+11
| * iOS: filter first responder actions from edit menuRichard Moe Gustavsen2015-09-012-1/+32
| * iOS: store shortcut sequence in menu itemRichard Moe Gustavsen2015-09-012-1/+7
| * iOS: add undo/redo supportRichard Moe Gustavsen2015-09-011-0/+53
| * iOS: listen for standard text edit shortcutsRichard Moe Gustavsen2015-09-011-0/+18
| * iOS: send arrow keys to Qt to handle cursor movementRichard Moe Gustavsen2015-09-012-0/+67
| * iOS: send key events through QPARichard Moe Gustavsen2015-09-011-7/+5
| * iOS: Make setFrame in desktop view take superview transforms into accountTor Arne Vestbø2015-08-281-1/+8
* | iOS: Restore mirror mode using [UIScreen mainScreen] instead of nilTor Arne Vestbø2015-09-091-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-262-10/+45
|\|
| * iOS: calculate bounds in desktop view using transformed window bounds for bot...Richard Moe Gustavsen2015-08-251-1/+2
| * iOS: ensure that we restore text selection with correct cursor and anchor posRichard Moe Gustavsen2015-08-111-1/+1
| * iOS: support cut/copy/paste shortcuts when using Bluetooth keyboardRichard Moe Gustavsen2015-08-111-8/+42