summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qdnd_x11.cpp
Commit message (Collapse)AuthorAgeFilesLines
* XdndLeave events have incorrect source idBradley T. Hughes2009-08-201-2/+4
| | | | | | | | When sending XdndLeave events, we should use the effectiveWinId() of the drag source (just like we do when sending XdndEnter and XdndPosition events). Task-number: 255559
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* Merge branch '4.5'Thiago Macieira2009-08-111-6/+7
|\ | | | | | | | | | | Conflicts: configure tests/auto/moc/tst_moc.cpp
| * Fix crash in QX11Data::xdndHandleEnter when XGetWindowProperty failsOctavian Voicu2009-08-061-6/+7
| | | | | | | | | | | | | | Task-number: 259143 Merge-request: 1119 Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com>
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | | | | | Reviewed-by: Trust Me
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+2064
|
* Fix warningOlivier Goffart2009-05-131-2/+1
| | | | Reviewed-by: Denis
* Fixed handling of XA_PIXMAP format type in QClipboard on X11.Denis Dzyubenko2009-05-051-18/+5
| | | | | | | | | | | When requesting image/ppm type we didn't return the proper pixmap because type 'PIXMAP' is not a proper image format name, but a reserved atom, so the fix is to remove redundant check that was triggered before we entered the actual function that tries to convert the clipboard content. Task-number: 252501 Reviewed-by: Brad
* Long live Qt!Lars Knoll2009-03-231-0/+2064