summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* macOS: Remove QtWidget dependency from platform pluginTor Arne Vestbø2020-06-048-79/+11
* Move macOS print support from platform plugin into QtPrintSupportTor Arne Vestbø2020-06-0412-3467/+1
* Move QAbstractFileIconEngine into QtGuiTor Arne Vestbø2020-06-033-5/+2
* Move QtAccessibilitySupport into QtGuiTor Arne Vestbø2020-06-023-4/+1
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-022-2/+5
* CMake: Regenerate src/pluginsAlexandru Croitor2020-05-292-19/+8
* Move QPlatformBackingStoreOpenGLSupport handling out of platform pluginsTor Arne Vestbø2020-05-292-9/+0
* 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-275-7/+5
* Move QtVulkanSupport into QtGui and QtOpenGLTor Arne Vestbø2020-05-223-5/+1
* Move QRasterBackingStore to QtGuiTor Arne Vestbø2020-05-213-3/+2
* Move QMacInternalPasteboardMime to QtGuiTor Arne Vestbø2020-05-214-4/+3
* Remove QPlatformNativeInterface functions for CGImage conversionTor Arne Vestbø2020-05-132-18/+0
* QCocoaDrag - avoid using the deprecated API if possibleTimur Pocheptsov2020-05-083-1/+104
* QStringView: add toNSString() / toCFString()Marc Mutz2020-05-081-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-046-21/+129
|\
| * Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-04-301-1/+4
| |\
| | * macOS: Avoid modifying hash while iterating itTor Arne Vestbø2020-04-301-1/+4
| * | Merge remote-tracking branch 'origin/5.15.0' into 5.15Liang Qi2020-04-285-18/+114
| |\|
| | * Cocoa: If the grabRect is null then add in a null image for the areaAndy Shaw2020-04-261-1/+10
| | * Merge 5.15 into 5.15.0Alexandru Croitor2020-04-231-2/+4
| | |\
| | * | macOS: Restore fallback sizes when setting application or window iconsTor Arne Vestbø2020-04-202-4/+9
| | * | macOS: Support [NSPanel becomesKeyOnlyIfNeeded]Tor Arne Vestbø2020-04-171-1/+8
| | * | macOS: Activate non-modal windows during modal session if they support itTor Arne Vestbø2020-04-171-2/+5
| | * | macOS: Rework worksWhenModal and update on modal session changeTor Arne Vestbø2020-04-172-11/+83
| * | | macOS: draw toolbar separator line in unfifed modeMorten Johan Sørvig2020-04-281-2/+11
| | |/ | |/|
* | | macOS: Remove copy of QT_IGNORE_DEPRECATIONSTor Arne Vestbø2020-04-301-8/+0
* | | macOS/iOS: set focus reason when handling window deactivationVolker Hilsheimer2020-04-292-3/+5
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-271-2/+4
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-271-2/+4
| |\| |
| | * | macOS: Don't optimize out aggressive backingstore flushes when single-bufferedTor Arne Vestbø2020-04-221-2/+4
| | |/
* | / CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-272-2/+2
|/ /
* | Remove deprecated ApplicationAttribute enum valuesVolker Hilsheimer2020-04-241-1/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-2241-513/+157
|\|
| * macOS: Remove a bunch of dead (forward) declarationsTor Arne Vestbø2020-04-1519-270/+25
| * macOS: Clean up header includes to use quotes or brackets as appropriateTor Arne Vestbø2020-04-1512-47/+50
| * Fix deprecation warnings in QCocoaCursorVolker Hilsheimer2020-04-142-9/+9
| * macOS: Replace foreach with ranged for loopsTor Arne Vestbø2020-04-149-10/+12
| * macOS: Move translations to their respective source filesTor Arne Vestbø2020-04-147-192/+74
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-084-28/+69
|\|
| * qpa: Remove references to lighthouseTor Arne Vestbø2020-04-032-3/+1
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-272-25/+68
| |\
| | * macOS: Flush sublayers via separate IOSurface backingstoresTor Arne Vestbø2020-03-252-25/+68
* | | Resolve QWidget window handle without depending on QtWidgetsTor Arne Vestbø2020-04-021-15/+10
* | | Fix deprecation warnings in QCocoaCursorVolker Hilsheimer2020-03-302-9/+9
* | | macOS: Fix or ignore deprecated API in 10.14Tor Arne Vestbø2020-03-278-32/+38
* | | Fix deprecation warnings from NSColor(Space) with macOS 10.14 SDKVolker Hilsheimer2020-03-231-27/+2
* | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-169-261/+116
|\| |
| * | macOS: Ensure GL symbols are resolved from the OpenGL frameworkLucas Wang2020-03-151-1/+1