summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qiosclipboard.mm
Commit message (Expand)AuthorAgeFilesLines
* iOS: Remove support QClipboard::FindBufferTor Arne Vestbø2024-03-191-31/+8
* qiosclipboard: use const methods moreAnton Kudryavtsev2023-09-091-2/+4
* Clean up QUtiMimeConverter APIVolker Hilsheimer2023-02-081-3/+3
* Reintroduce converter APIs for supporting native clipboard formatsVolker Hilsheimer2022-11-161-6/+6
* Make QMacMime::canConvert a non-virtual helper for other virtualsVolker Hilsheimer2022-11-091-8/+8
* QMacMime API cleanup: use uti instead of flavorVolker Hilsheimer2022-11-071-2/+2
* Standardize QMacMime and QWindowsMimeVolker Hilsheimer2022-11-071-2/+2
* macOS: Make QMacMime's handler scope type-safeVolker Hilsheimer2022-11-071-3/+3
* Rename QMacInternalPasteboardMime to QMacMimeVolker Hilsheimer2022-11-071-6/+4
* Refactor: split QMacMime registry and virtual interfaceVolker Hilsheimer2022-11-031-3/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Cleanup API of QMimeDataLars Knoll2020-09-211-2/+2
* Move QMacInternalPasteboardMime to QtGuiTor Arne Vestbø2020-05-211-1/+2
* Clean up our Objective-C usageJake Petroules2018-02-201-13/+11
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-2/+2
* iOS: add support for adding mimetypes other than text on the clipboardRichard Moe Gustavsen2017-04-181-1/+13
* port to modularized platformsupport librariesOswald Buddenhagen2016-10-151-1/+1
* fix build with various QT_NO_* definesNick Shaforostoff2016-08-261-0/+4
* Updated license headersJani Heikkinen2016-01-151-14/+20
* iOS: Clean up style in Objective-C message signaturesTor Arne Vestbø2015-05-241-2/+2
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* qiosclipboard: take ownership over mime dataRichard Moe Gustavsen2014-10-101-1/+10
* QIOSPasteboard: handle zero-pointer argument to setMimeDataRichard Moe Gustavsen2014-09-111-0/+4
* iOS: implement clipboardRichard Moe Gustavsen2014-03-061-0/+238