summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios
Commit message (Expand)AuthorAgeFilesLines
* QAbstractFileEngine: remove redundant endEntryList() overridesAhmad Samir2024-03-032-6/+0
* iOS: Propagate focus changes to VoiceOverTor Arne Vestbø2024-02-155-5/+31
* Remove extra semi-colonsTasuku Suzuki2024-02-061-2/+2
* iOS: Guard traitCollectionDidChange against lack of QGuiApplicationTor Arne Vestbø2024-02-051-0/+3
* iOS: Guard against displayLayer after platform window is goneTor Arne Vestbø2024-02-051-0/+3
* iOS: Remove QUIView from superview on QIOSWindow destructionTor Arne Vestbø2024-02-051-4/+5
* iOS: Avoid category method name clash for UIResponderPaul Heimann2024-01-116-12/+12
* QIcon: turn platform engines on by defaultVolker Hilsheimer2023-12-071-4/+1
* iOS: Allow raising and lowering child windowsTor Arne Vestbø2023-12-061-11/+19
* Rename QWSI::handleWindowActivated to QWSI::handleFocusWindowChangedTor Arne Vestbø2023-11-231-2/+2
* Add initial implementation of macOS and iOS icon theme implementationsVolker Hilsheimer2023-11-232-0/+10
* iOS: Use 160x160 as default normal window size, like on other platformsTor Arne Vestbø2023-11-201-5/+7
* Prevent reparenting of foreign window embedding containerTor Arne Vestbø2023-11-151-1/+6
* Ensure foreign window can be reparented out of contained window againTor Arne Vestbø2023-11-131-4/+10
* iOS: Fix foreign window auto testTor Arne Vestbø2023-11-132-11/+23
* iOS: Make nextTouchId static, unsigned and let it overflowShawn Rutledge2023-11-091-6/+4
* Include what you need: <QPointer>Marc Mutz2023-10-125-0/+9
* platform plugins: use string view types moreAnton Kudryavtsev2023-10-081-2/+2
* ios: Fix crash when closing app while showing a native screenAlbert Astals Cid2023-09-131-1/+4
* qiosclipboard: use const methods moreAnton Kudryavtsev2023-09-091-2/+4
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-2/+0
* iOS: Add support for foreign windowsTor Arne Vestbø2023-08-184-13/+55
* Rename accent color in QPaletteSanthosh Kumar2023-08-181-1/+1
* Mark ios plugin as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-085-0/+15
* iOS: Implement QPlatformWindow::setMask() for masking rendering and inputTor Arne Vestbø2023-08-072-0/+20
* iOS: Add version check when setting accent colorDoris Verria2023-07-101-1/+2
* iOS: Propagate UIColor.tintColor as QPalette::AccentColorTor Arne Vestbø2023-06-261-0/+2
* iOS plugin: Make sure window is of type QUIWindow when determining the color ...Doris Verria2023-06-231-6/+10
* iOS: Tear down all text interaction recognizers on focus object changeTor Arne Vestbø2023-06-201-7/+14
* iOS: Don't eat touch event when detecting edit menu tap gestureTor Arne Vestbø2023-06-201-0/+10
* iOS: Ignore next touch event if keyboard has lost focus during touchAxel Spoerl2023-06-081-1/+5
* iOS: Don't invalidate a11y whenever UI elements are added or removedTor Arne Vestbø2023-06-073-5/+14
* Ignore removed/changed screens if no QIOSIntegration instance existsJan Moeller2023-04-181-0/+6
* Fix crash in QIOSTextResponderChristian Strømme2023-04-041-2/+6
* QIOSFileEngineAssetsLibrary: bail out early on non-existing dirsTimur Pocheptsov2023-04-021-0/+12
* iOS: request authorization before presenting image-pickerTimur Pocheptsov2023-03-283-3/+43
* Plumb QMessageBox::setCheckBox() through QPlatformMessageDialogHelperTor Arne Vestbø2023-03-091-1/+1
* iOS: Respect QSurfaceFormat::colorSpace() when using MetalTor Arne Vestbø2023-03-021-0/+11
* QIosFileDialog - properly handle QUrl for assets-libraryTimur Pocheptsov2023-02-151-3/+7
* Rename Qt::Appearance to Qt::ColorSchemeTor Arne Vestbø2023-02-133-8/+8
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-103-23/+1
* Clean up QUtiMimeConverter APIVolker Hilsheimer2023-02-081-3/+3
* iOS: Fix build with -no-openglTor Arne Vestbø2023-02-016-5/+27
* Enable shared library build of Qt for iOSTor Arne Vestbø2023-01-102-0/+3
* iOS File Dialog: Allow picking files if name filter is '*' (all files)Doris Verria2022-12-201-1/+6
* iOS: Don't assume screens will not be connected before QIOSIntegrationTor Arne Vestbø2022-12-161-2/+2
* iOS File Dialog: Support setting name filtersDoris Verria2022-12-151-13/+45
* iOS a11y: Ensure parent elements are stacked below their childrenTor Arne Vestbø2022-12-151-1/+3
* iOS: initialize font traitsVolker Hilsheimer2022-12-121-1/+1
* Teach QErrorMessage to use native dialog helper if availableTor Arne Vestbø2022-12-041-0/+3