summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbdrag.h
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-151-14/+20
* xcb: Fix DnD for separate X screensAlexander Volkov2015-10-091-1/+1
* xcb: Always send dnd events to the proxy window if it existsAlexander Volkov2015-09-221-1/+1
* Fix highdpi drag-n-drop for X11Paul Olav Tvete2015-07-301-9/+8
* Remove QT_DEVICE_PIXEL_RATIO support from xcbPaul Olav Tvete2015-07-291-0/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-1/+1
|\
| * Fix drag and drop regressionGatis Paeglis2015-01-191-6/+6
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-7/+7
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-241-1/+1
|\
| * [XCB] Fix crash in QML drag-and-dropGatis Paeglis2014-03-141-1/+1
* | xcb: replace inefficient uses of QList with QVectorMarc Mutz2014-02-261-1/+1
* | xcb: replace a use of an inefficient QList with QVectorMarc Mutz2014-02-261-2/+1
|/
* Move QBasicDrag and QSimpleDrag to QtGui.Samuel Rødal2013-05-301-1/+1
* Don't send QMouseEvent events from the QXcbDrag::timerEvent()Gatis Paeglis2013-05-131-2/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Simplify transaction expiry mechanismGatis Paeglis2012-10-131-1/+6
* Stop delivering messages when drop has occurred.Gatis Paeglis2012-10-021-1/+1
* Retrieve drop data with a proper timestampGatis Paeglis2012-10-021-0/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-1/+2
* Fix xcb plugin compilation for -qconfig largeTasuku Suzuki2012-05-261-0/+4
* XShaping drag and drop fixesAlbert Astals Cid2012-05-101-1/+1
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
* Refactor the QPA dnd interface.Friedemann Kleint2012-02-291-19/+26
* 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
* Fixes to the Xdnd code in xcbLars Knoll2011-09-211-0/+1
* cleanups codeLars Knoll2011-06-071-6/+3
* Implement XDnD in the xcb pluginLars Knoll2011-06-071-3/+42
* X11 DnD implementationLars Knoll2011-06-071-0/+122