summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios
Commit message (Expand)AuthorAgeFilesLines
* Use qmath.h's conversions between degrees and radiansEdward Welbourne2021-09-101-3/+4
* Adapt the implementation of QDesktopService on iOS to AndroidLars Schmertmann2021-09-101-6/+4
* CMake: Fix plugin target names to end in Plugin suffixAlexandru Croitor2021-08-121-2/+3
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-062-2/+2
* Shift iOS a11y translations into C++ fileMike Achtelik2021-08-044-1/+122
* iOS: cleanup connection when a screen disconnectsRichard Moe Gustavsen2021-06-161-1/+3
* iOS: Accessibility: Set the correct traits for EditableTextAndy Shaw2021-05-141-1/+9
* iOS: Accessibility: Don't cut off the last character from the text valueAndy Shaw2021-05-071-2/+1
* iOS: Keep undo/redo widgets enabled on the undo shortcut bar after undoTamás Martinec2021-05-051-1/+14
* iOS: Implement QIOSScreen::logicalBaseDpi()Morten Sørvig2021-05-032-2/+2
* iOS: Protect against a possible crash after the window is deletedAndy Shaw2021-03-292-1/+3
* Include minus sign in ImhFormattedNumbersOnly's available keysEdward Welbourne2021-03-161-3/+1
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-242-4/+4
* iOS: Pass the text to handleExtendedKeyEvent when knownAndy Shaw2021-02-231-4/+7
* macOS: don't let windows that are transparent for input become key windowVolker Hilsheimer2021-02-191-1/+2
* iOS: Disable three-finger-tap editing interaction menu when there's no focus ...Tor Arne Vestbø2021-02-111-0/+13
* iOS: close edit menu upon focus transferRichard Moe Gustavsen2021-02-051-0/+3
* iOS: don't report selection changed if it didn't changeRichard Moe Gustavsen2021-02-041-1/+5
* iOS: hide edit menu if typing on the input panelRichard Moe Gustavsen2021-02-041-4/+8
* iOS: Use new QPlatformInputContext geometry APIMorten Sørvig2021-02-013-25/+22
* iOS: always hide edit menu when showing the magnifier glassRichard Moe Gustavsen2021-02-011-6/+1
* iOS: ensure we close the edit menu when the user taps outside the input areaRichard Moe Gustavsen2021-01-201-32/+50
* iOS: ensure we hide the edit menu while dragging on the selection handlesRichard Moe Gustavsen2021-01-201-0/+9
* iOS: Handle keyboard events when using an external keyboardAndy Shaw2021-01-204-8/+75
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-122-94/+0
* Remove the qmake project filesJoerg Bornemann2021-01-074-109/+0
* CMake: Re-generate project files in srcJoerg Bornemann2020-11-302-0/+2
* Disable copying and assigning of QEventVolker Hilsheimer2020-11-191-6/+10
* CMake: Fix iOS platform plugin not being a default pluginAlexandru Croitor2020-11-071-0/+1
* CMake: Regenerate qtbase projectsAlexandru Croitor2020-10-301-0/+29
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-076-15/+15
* Change QString::fromLatin1 and friends to use QByteArrayViewLars Knoll2020-10-051-1/+1
* QFlags: remove deprecated constructorEdward Welbourne2020-10-032-6/+6
* CMake Build: Fix iOS build with PCH and CMake 3.18.3Cristian Adam2020-09-251-0/+8
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-4/+4
* Cleanup API of QMimeDataLars Knoll2020-09-211-2/+2
* Fix -Wunguarded-availability-new for userInterfaceStyleAndré Klitzing2020-09-141-4/+6
* QStyle: return 'Fusion' instead of 'fusion'Richard Moe Gustavsen2020-09-121-1/+1
* Fix warning: don't compare Qt::TouchPointReleased and QEventPoint::StateShawn Rutledge2020-09-021-1/+1
* QAtomic*: purge deprecated load() and save() methodsEdward Welbourne2020-08-141-2/+3
* Register QPlatformBackingStoreOpenGLSupport when neededTor Arne Vestbø2020-07-292-4/+4
* iOS: Add Metal framework as dependencyTor Arne Vestbø2020-07-293-1/+3
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-6/+6
* Add ; to Q_UNUSEDLars Schmertmann2020-07-074-7/+7
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-062-4/+4
* Fix UITouch event handling on tvOSMike Krus2020-06-291-9/+23
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-164-21/+19
* Long live std::pair!Giuseppe D'Angelo2020-06-101-1/+1
* CMake: Regenerate src/pluginsAlexandru Croitor2020-05-292-16/+11
* Move QPlatformBackingStoreOpenGLSupport handling out of platform pluginsTor Arne Vestbø2020-05-291-5/+1