summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbclipboard.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-051-5/+7
|\
| * Plug QMimeData leaks in QXcbClipboardMarc Mutz2016-10-021-5/+7
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* xcb: Use XShape for DnD when a compositing manager is not runningAlexander Volkov2015-10-141-22/+2
* Handle SelectionWindowDestroy in QXcbClipboardMartin Gräßlin2015-03-271-1/+2
* QPA plugins: Fix const correctness in old style castsThiago Macieira2015-03-091-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QXcbClipboard: don't hold on to the screen pointerSandro Mani2015-02-041-6/+13
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-181-1/+2
|\
| * Handle SelectionClientClose in QXcbClipboardMartin Gräßlin2014-12-101-1/+2
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-4/+4
|/
* xcb: Fix getting the primary screen from QXcbConnection::screens()Alexander Volkov2014-10-291-1/+1
* Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-291-0/+3
|\
| * XCB: fix a possible array overflow leading to a crashGiuseppe D'Angelo2014-09-221-0/+3
* | Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | xcb: replace inefficient uses of QList with QVectorMarc Mutz2014-02-261-2/+3
|/
* xcb: every window should have a title in debug modeShawn Rutledge2013-10-091-0/+22
* Fix timing issue in incremental data retrieval mechanismGatis Paeglis2013-09-191-4/+11
* Implement INCR property mechanism for large data transfers [XCB]Gatis Paeglis2013-09-191-4/+126
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Make sure timestamp is initialized before using it for seting selection owner.Gatis Paeglis2012-10-131-0/+3
* Retrieve drop data with a proper timestampGatis Paeglis2012-10-021-2/+4
* Don't let mimeData return 0.Gatis Paeglis2012-10-021-12/+25
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix mimedata updating and signal emision issues in xcb clipboard.Gatis Paeglis2012-08-021-26/+38
* Fix badAtom issues introduced by behavior changes between Xlib and xcb.Gatis Paeglis2012-08-021-22/+7
* Fix xcb plugin compilation for -qconfig largeTasuku Suzuki2012-05-261-0/+4
* Cleaned up debug and warning output in xcb plugin.Samuel Rødal2012-03-021-9/+9
* QClipboard: Fix autotest failsDebao Zhang2012-02-271-0/+1
* 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
* Rename check to checkEvent.Stephen Kelly2012-01-101-2/+2
* Use clipboard_timeout instead of hardcoded 5000 (since its the same value)Albert Astals Cid2012-01-051-1/+1
* Free the repliesAlbert Astals Cid2012-01-051-0/+2
* Check for the clipboard manager when looping due to app quitingAlbert Astals Cid2012-01-051-2/+12
* 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
* workaround XCB-ICCCM 3.8 breakage, second instanceOswald Buddenhagen2011-09-231-0/+2
* Fix stale license headers from refactor branchJason McDonald2011-09-151-17/+17
* Don't crash if Clipboard and Selection hold the same mimedateLars Knoll2011-06-201-1/+2
* use selection changed events from XFixesLars Knoll2011-06-201-18/+32
* Enhance Xcb clipboard codeLars Knoll2011-06-201-67/+133
* cosmetic changesLars Knoll2011-06-081-4/+4
* cleanups codeLars Knoll2011-06-071-65/+64
* Fix some remaining issues with DnDLars Knoll2011-06-071-18/+7
* Implement XDnD in the xcb pluginLars Knoll2011-06-071-4/+4
* X11 DnD implementationLars Knoll2011-06-071-14/+19
* Cleanup code for copy/paste of textLars Knoll2011-05-301-21/+0
* correctly decode pasted textLars Knoll2011-05-301-6/+7
* partially working pasteLars Knoll2011-05-301-6/+18