summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbclipboard.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* add an xcb based clipboard implementationLars Knoll2011-05-301-0/+782