summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbclipboard.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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