summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qdnd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-151-14/+20
* gui: Add several QList::reserve() calls.Sérgio Martins2015-06-221-2/+6
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Fix drag and drop regressionGatis Paeglis2015-01-191-1/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Move deletion of the QDrag object into QDragManager::drag().Friedemann Kleint2014-07-011-0/+1
* 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 Qt compile with -DQDND_DEBUG and fix debug messagesBerthold Krevert2012-08-221-56/+0
* Clear qt_button_down widget when starting a drag.Friedemann Kleint2012-07-111-0/+1
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-2/+2
* Refactor the QPA dnd interface.Friedemann Kleint2012-02-291-370/+32
* Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.Friedemann Kleint2012-02-201-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
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix compiler warnings.Friedemann Kleint2011-10-271-5/+8
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-131-19/+0
* Don't crash if qApp->overrideCursor() is 0Lars Knoll2011-09-281-3/+2
* Use the drag cursor shapesLars Knoll2011-09-281-12/+13
* Fix support for drag pixmapsLars Knoll2011-09-211-22/+46
* Support non-desktop platforms better with QDragManager.Laszlo Agocs2011-07-251-0/+18
* Implement XDnD in the xcb pluginLars Knoll2011-06-071-54/+14
* Add a startDrag to QPlatformDragLars Knoll2011-06-071-1/+3
* add a platform interface for DnDLars Knoll2011-06-011-134/+40
* Clean up DnD codeLars Knoll2011-06-011-24/+381
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* | re-add in-process DnD implementationLars Knoll2011-05-221-0/+2
* | move drag handling back to GuiLars Knoll2011-05-201-0/+490
* | split kernel/ up according to the future library splitLars Knoll2011-05-041-491/+0
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+491