summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbdrag.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Plugins: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-05-041-4/+4
* xcb: remove confusing indirections for qt selection ownerGatis Paeglis2021-10-221-40/+13
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-3/+3
* Cleanup API of QMimeDataLars Knoll2020-09-211-5/+5
* Fix memory sanitizer complaint about uninitialized valueLiang Qi2020-09-041-1/+1
* xcb: avoid a usage of invalid reply in qxcbdragLiang Qi2020-08-061-4/+5
* Use QList instead of QVector in pluginsJarek Kobus2020-07-061-4/+4
* Remove the QTextCodec dependency from the xcb pluginLars Knoll2020-04-241-3/+3
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-241-6/+102
|\
| * xcb: Add support for XdndActionList propertyAlexander Volkov2020-03-231-6/+102
* | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-3/+3
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-10/+10
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
|/
* Drag'n'Drop: fix attached Drag object deleted when DnD is progressingYulong Bai2019-10-271-1/+7
* QHighDpi: Remove fromNativePixels()/toNativePixels() overloadsMorten Johan Sørvig2019-05-221-1/+1
* xcb: lock-free event processingGatis Paeglis2018-10-141-2/+2
* xcb: Use functors in QXcbConnection::checkEvent()Gatis Paeglis2018-08-161-8/+6
* xcb: Refactor align of xcb eventsMikhail Svetkin2018-07-051-2/+1
* dnd: send DragEnter and DragMove on DnD startGatis Paeglis2018-06-251-0/+3
* xcb: account for misbehaving Unity DnD ManagerGatis Paeglis2018-06-221-0/+13
* xcb: qxcbdrag.cpp cleanupsGatis Paeglis2018-06-221-154/+114
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-4/+0
|\
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-4/+0
* | qpa: improve API to support DnDs from other processesGatis Paeglis2018-05-041-14/+23
|/
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-0/+11
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-051-0/+11
| |\
| | * xcb: Set executed drop action when drop is outside the applicationBłażej Szczygieł2017-11-291-0/+11
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-3/+3
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-1/+1
|\|
| * xcb: fix misuse of xcb_send_eventGatis Paeglis2017-03-011-1/+1
* | Remove QPlatformDrag::platformDropDataAlbert Astals Cid2017-03-131-9/+4
* | xcb: remove code and macros related to Q_XCB_DEBUGGatis Paeglis2017-03-101-4/+4
* | xcb: Wrap xcb callings in macrosAlexander Volkov2017-02-231-75/+35
|/
* Delete aborted QDragAleksey Lysenko2016-12-151-0/+3
* xcb: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-12-011-3/+3
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-0/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-0/+3
| |\
| | * XCB Drop from external app: fix keyboard modifier stateFrederik Gladhorn2016-09-161-0/+3
* | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-261-1/+31
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+15
|\|
| * xcb: Properly interpret data.l[0] field of XdndStatus messageAlexander Volkov2016-05-121-1/+1
| * QXcbDrag: forward mouse release event to initiator windowAlberto Mardegan2016-05-091-0/+14
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-2/+2
|\|
| * xcb: Fix drag and drop to Emacs.Urs Fleisch2016-05-021-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-11/+44
|\|
| * xcb: Fix drag and drop to applications like Emacs and Chromium.Urs Fleisch2016-04-251-11/+44
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-0/+6
|\|
| * xcb: Initialize all xcb_client_message_event_t members before useShawn Rutledge2016-03-151-0/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-0/+4
|\|