summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qmacclipboard.mm
Commit message (Expand)AuthorAgeFilesLines
* Clean up QUtiMimeConverter APIVolker Hilsheimer2023-02-081-2/+2
* Reintroduce converter APIs for supporting native clipboard formatsVolker Hilsheimer2022-11-161-12/+12
* Make QMacMime::canConvert a non-virtual helper for other virtualsVolker Hilsheimer2022-11-091-8/+7
* macOS: clean up clipboard codeVolker Hilsheimer2022-11-071-97/+52
* QMacMime API cleanup: use uti instead of flavorVolker Hilsheimer2022-11-071-24/+24
* Standardize QMacMime and QWindowsMimeVolker Hilsheimer2022-11-071-3/+3
* macOS: Make QMacMime's handler scope type-safeVolker Hilsheimer2022-11-071-13/+13
* Rename QMacInternalPasteboardMime to QMacMimeVolker Hilsheimer2022-11-071-12/+12
* Fix spelling of converterVolker Hilsheimer2022-11-041-4/+4
* Clean up QMacMimeRegistry: remove convertorVolker Hilsheimer2022-11-031-6/+4
* Clean up QMacInternalPasteboardMime: remove convertorNameVolker Hilsheimer2022-11-031-7/+7
* Refactor: split QMacMime registry and virtual interfaceVolker Hilsheimer2022-11-031-5/+7
* QMacPasteboard: check QGuiApplication is alive for a promise containing QPixmapTimur Pocheptsov2022-09-141-1/+11
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-011-0/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-041-6/+8
* qcocoa: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* cocoa: move DEBUG_PASTEBOARD into logging categoryLiang Qi2021-05-051-62/+19
* Make QPointer comparisons hidden friendsAllan Sandfeld Jensen2020-10-231-1/+1
* Cleanup API of QMimeDataLars Knoll2020-09-211-3/+3
* macOS: Clean up headersTor Arne Vestbø2020-06-051-0/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-8/+8
|\
| * macOS: Clean up header includes to use quotes or brackets as appropriateTor Arne Vestbø2020-04-151-8/+8
* | macOS: Fix or ignore deprecated API in 10.14Tor Arne Vestbø2020-03-271-1/+1
|/
* macOS: support copying lazily provided data to the clipboardVolker Hilsheimer2019-12-101-2/+6
* macOS: Better document plain-text code-path in QMacPasteboard::retrieveDataTor Arne Vestbø2019-05-151-7/+6
* macOS: Remove broken UTF-16 handling in QMacPasteboard::retrieveDataTor Arne Vestbø2019-05-151-2/+0
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-271-5/+23
|\
| * Fix hang in QMacPasteboard::formats()Andrew Smolko2018-11-221-5/+23
* | Cocoa QPA: Clean up 0 as pointerGabriel de Dietrich2018-04-191-7/+7
|/
* QMacPasteBoard - protect against dangling pointersTimur Pocheptsov2017-03-221-0/+12
* Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-8/+8
* Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-261-13/+6
|\
| * Cocoa integration - fix a crash in QMacPasteboardTimur Pocheptsov2016-07-251-13/+6
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-2/+1
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* Cocoa: Delay QMimeData requests for DnD events.Morten Johan Sørvig2014-10-221-12/+44
* Don't use QStringLiteral in comparisonsMarc Mutz2014-10-091-1/+1
* Cocoa: Support pasting rich text to Qt appsMorten Johan Sørvig2014-04-051-0/+5
* Cocoa: remove qmacmime includes where not neededRichard Moe Gustavsen2014-03-061-1/+0
* Fix static builds on Mac.Morten Johan Sørvig2013-12-181-10/+10
* Fix compiler warnings.Erik Verbruggen2013-11-261-3/+4
* Fix minor typos in docs, printed messages & commentsSze Howe Koh2013-01-281-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Cocoa: fix memory leaksTeemu Katajisto2012-11-061-1/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Reduce QtWidgets dependencies in the Cocoa plugin.Morten Johan Sorvig2012-06-081-1/+1
* Add QMacPasteboardMime::count(QMimeData*).Morten Johan Sorvig2012-05-241-8/+2