summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbmime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-4/+0
* Chop a possible trailing \0 from retrieved textLars Knoll2017-12-291-2/+9
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-061-6/+0
|\
| * xcb: fix build when xlib is not presentGatis Paeglis2017-04-031-6/+0
* | Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-301-1/+1
|/
* Plugins: use const (and const APIs) moreAnton Kudryavtsev2016-10-251-1/+1
* Plugins: use reserve() to optimize memory allocationsAnton Kudryavtsev2016-10-211-0/+1
* Plugins: optimize string usageAnton Kudryavtsev2016-10-181-3/+3
* Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-151-1/+1
* Use QStringBuilder more to optimize memory allocationsAnton Kudryavtsev2016-09-151-3/+1
* xcb: eradicate Q_FOREACH loopsMarc Mutz2016-08-171-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-041-1/+8
|\
| * xcb: Send also "text/plain" when a "text/uri-list" is dropped.Urs Fleisch2016-07-021-1/+8
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-20/+41
|\|
| * xcb: Fix dropping URL on Firefox window.Urs Fleisch2016-05-181-9/+10
| * xcb: Fix drop of text/uri-list and text/html.Urs Fleisch2016-05-181-11/+31
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* xcb: replace inefficient uses of QList with QVectorMarc Mutz2014-02-261-3/+4
* Make qtbase compile with QT_NO_TEXTCODECTasuku Suzuki2013-06-171-0/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Make qtbase compile with QT_NO_DRAGANDDROPTasuku Suzuki2012-06-241-2/+2
* Fix xcb plugin compilation for -qconfig largeTasuku Suzuki2012-05-261-0/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Make qtbase build with Qt-in-namespace againKent Hansen2011-09-281-0/+4
* Fix stale license headers from refactor branchJason McDonald2011-09-151-17/+17
* cosmetic changesLars Knoll2011-06-081-1/+1
* cleanups codeLars Knoll2011-06-071-17/+17
* Cleanup code for copy/paste of textLars Knoll2011-05-301-40/+12
* correctly decode pasted textLars Knoll2011-05-301-3/+8
* Correctly define standard XA_FOO atomsLars Knoll2011-05-301-16/+16
* Add xcb based mime type handlingLars Knoll2011-05-301-0/+311