summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios
Commit message (Expand)AuthorAgeFilesLines
* iOS: Decouple UIWindow management from QIOSScreenTor Arne Vestbø5 days8-49/+108
* QWindow: Persist foreign winId to support destroy/create cyclesTor Arne Vestbø5 days1-1/+2
* Disable copy and move of QAbstractFileEngineHandlerEdward Welbourne5 days1-0/+3
* iOS: Don't report UIDevice.currentDevice.orientation through QScreenTor Arne Vestbø6 days2-76/+7
* iOS: Remove plumbing for QWindow::reportContentOrientationChangeTor Arne Vestbø6 days5-105/+0
* iOS: Move QUIWindow implementation out of qiosscreen.mmTor Arne Vestbø6 days7-49/+73
* iOS: Handle geometry of maximized windows outside of QIOSScreenTor Arne Vestbø6 days4-37/+40
* iOS: Support message box at startup without relying on screen's windowTor Arne Vestbø6 days2-20/+17
* iOS: Reduce dependency on screen's UIWindow in QIOSScreen::grabWindowTor Arne Vestbø6 days1-6/+6
* iOS: Track virtual keyboard gestures via focus window instead of screenTor Arne Vestbø6 days1-9/+6
* Add preliminary support for Qt for visionOSTor Arne Vestbø7 days19-66/+161
* QFileSystemEngine: make factory functions return unique_ptr<QABFE>Ahmad Samir2024-03-211-3/+3
* QAbstractFileEngineIterator: add `bool advance()` virtual methodAhmad Samir2024-03-201-7/+5
* iOS: Don't apply UIWindow safeAreInsets to available geometry on visionOSTor Arne Vestbø2024-03-201-5/+20
* iOS: Compute screen available geometry without UIScreen.applicationFrameTor Arne Vestbø2024-03-201-22/+9
* iOS: Use UIWindow bounds for fullscreen/maximized geometry on macOSTor Arne Vestbø2024-03-191-15/+25
* iOS: Replace deprecated UTType constantsTor Arne Vestbø2024-03-191-4/+4
* iOS: Remove support QClipboard::FindBufferTor Arne Vestbø2024-03-191-31/+8
* iOS: Remove NSView.safeAreaInsets wrapperTor Arne Vestbø2024-03-194-8/+2
* QAbstractFileEngine: add a path parameter to beginEntryList()Ahmad Samir2024-03-172-5/+6
* QAbstractFileEngine: make {begin,end}EntryList() return a unique_ptrAhmad Samir2024-03-172-4/+5
* 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