summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios
Commit message (Expand)AuthorAgeFilesLines
* Include minus sign in ImhFormattedNumbersOnly's available keysEdward Welbourne2021-03-301-3/+1
* iOS: Protect against a possible crash after the window is deletedAndy Shaw2021-03-302-1/+3
* 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-201-1/+2
* iOS: Disable three-finger-tap editing interaction menu when there's no focus ...Tor Arne Vestbø2021-02-111-0/+13
* iOS: don't report selection changed if it didn't changeRichard Moe Gustavsen2021-02-111-1/+5
* iOS: close edit menu upon focus transferRichard Moe Gustavsen2021-02-051-0/+3
* 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
* Move QtPlatformCompositorSupport into QtOpenGLTor Arne Vestbø2020-05-283-4/+4
* CMake: Use -fapplication-extension when building Qt libraries on macOSAlexandru Croitor2020-05-281-0/+4
* Move CoreText font engine/database to QtGuiTor Arne Vestbø2020-05-274-5/+3
* Move QRasterBackingStore to QtGuiTor Arne Vestbø2020-05-213-3/+2
* Move QMacInternalPasteboardMime to QtGuiTor Arne Vestbø2020-05-214-4/+4
* Enable Universal Links on iOSLars Schmertmann2020-05-191-0/+20
* Remove QScreen::orientationUpdateMaskShawn Rutledge2020-05-072-12/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-044-5/+62
|\
| * iOS: Pick up theme palette from system colorsTor Arne Vestbø2020-04-303-5/+51
| * iOS: Teach edit menu popover to have a readonly modeShawn Rutledge2020-04-301-0/+11