summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* iOS: add missing Q_DECL_OVERRIDERichard Moe Gustavsen2015-07-277-45/+45
* iOS: use UIKeyboardTypeNumbersAndPunctuation for Qt::ImhPreferNumbersRichard Moe Gustavsen2015-07-271-0/+2
* ios: Do not drop the user-provided default QSurfaceFormatLaszlo Agocs2015-07-251-1/+1
* Return format as specified in original QWindowMike Krus2015-06-262-0/+9
* iOS: handle loading assets with different format than jpgRichard Moe Gustavsen2015-06-101-2/+2
* iOS: remove 'truncation from double to float' compiler warningRichard Moe Gustavsen2015-05-131-1/+1
* QPA plugins: Use _iid macros instead of strings in Q_PLUGIN_METADATA.Friedemann Kleint2015-05-131-1/+1
* ios: change file engine caching logic for loading assetsRichard Moe Gustavsen2015-05-101-18/+9
* ios: Add support for QOpenGLWidget and QQuickWidgetLaszlo Agocs2015-05-074-9/+125
* ios: implement Qt::WindowTransparentForInputRichard Moe Gustavsen2015-05-061-0/+6
* ios: don't autoactivate if _q_showWithoutActivatingRichard Moe Gustavsen2015-05-061-1/+2
* ios: don't accept first responder if Qt::WindowDoesNotAcceptFocusRichard Moe Gustavsen2015-05-062-1/+4
* ios: factor out authorization checkRichard Moe Gustavsen2015-05-061-29/+32
* ios: add support for fetching entry list in QIOSFileEngineAssetsLibraryRichard Moe Gustavsen2015-05-062-4/+78
* ios: add fallback in QIOSFileEngineAssetsLibrary for loading assets from ALAs...Richard Moe Gustavsen2015-05-061-0/+20
* ios: add helper class for enumerating all available assetsRichard Moe Gustavsen2015-05-061-0/+116
* ios: report correct file flags for assets 'directory'Richard Moe Gustavsen2015-05-061-2/+5
* ios: don't report read access to assets if unauthorized accessRichard Moe Gustavsen2015-05-061-2/+5
* ios: resolve m_assetUrl already in QIOSFileEngineAssetsLibrary::setFileName()Richard Moe Gustavsen2015-05-062-14/+13
* qiostextresponder: Add support for ImhLatinOnlyKai Uwe Broulik2015-04-121-0/+2
* qiostextresponder: Use UIKeyboardTypePhonePad for ImhDialableCharactersOnlyKai Uwe Broulik2015-04-111-1/+1
* iOS: check if Qt has an active window before scrolling to cursorRichard Moe Gustavsen2015-04-041-0/+3
* iOS: enable changing menu items in QIOSMenu while it's showingRichard Moe Gustavsen2015-04-042-19/+51
* iOS: Update statusbar style based on MaximizeUsingFullscreenGeometryHintTor Arne Vestbø2015-03-272-13/+18
* Add Qt::WindowFlag to signal that maximizing should cover full screen geometryTor Arne Vestbø2015-03-271-1/+2
* iOS: Implement basic QPlatformOffscreenSurface subclassTor Arne Vestbø2015-03-251-1/+15
* iOS: Base size of menu picker toolbar on the picker size itselfTor Arne Vestbø2015-03-191-1/+2
* iOS: only use image picker dialog as native dialog for loading filesRichard Moe Gustavsen2015-03-181-1/+3
* iOS: Leave it up to QIOSTextInputResponder to decide when to reconfigureTor Arne Vestbø2015-03-183-32/+70
* iOS: stop listening for keyboard visibility after QIOSMenu::dismiss()Richard Moe Gustavsen2015-03-161-3/+3
* iOS: Clarify implementation of QIOSWindow::isExposed()Tor Arne Vestbø2015-03-161-0/+19
* iOS: Check if window was active on setVisible(false) through native APIsTor Arne Vestbø2015-03-163-1/+19
* iOS: Add platform plugin option to debug window managementTor Arne Vestbø2015-03-164-0/+82
* iOS: convert directory in qiosfiledialog to local file before checking filenameRichard Moe Gustavsen2015-03-151-1/+2
* iOS: return file urls rather than asset urls from file dialogRichard Moe Gustavsen2015-03-152-8/+19
* iOS: ensure keyboard is visible, even when IM hints hasn't changedRichard Moe Gustavsen2015-03-121-17/+16