summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qmacclipboard.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix qtnamespace compile break on Mac.Sarah Smith2012-03-261-4/+0
* Implement cocoa clipboard support.Morten Johan Sorvig2012-03-151-100/+0
* Cocoa: Implement Drag-and-Drop.Friedemann Kleint2012-03-071-0/+653