index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.10.0
6.10.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
6.9.2
6.9.3
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
platforms
/
xcb
/
qxcbdrag.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
xcb: QXcbDrag - avoid excessive calls to currentDrag()
Tim Blechmann
2025-10-06
1
-4
/
+6
*
Prefer using namespace Qt::StringLiterals
Marc Mutz
2025-10-04
1
-1
/
+1
*
Remove Qt::WindowType::Desktop in QXcbDrag
Axel Spoerl
2025-09-26
1
-45
/
+7
*
CRA review: plugins/platforms/xcb/*
Liang Qi
2025-09-25
1
-0
/
+1
*
xcb: mark parameters as unused with QT_NO_CLIPBOARD in QXcbDrag::setActionList
Mitch Curtis
2025-09-03
1
-0
/
+3
*
QXcbDrag: Fix UB (unaligned load) in handleFinished()
Marc Mutz
2025-03-28
1
-3
/
+2
*
XCB platform plugin: use QBasicTimer instead of storing a timer id
Ahmad Samir
2024-08-31
1
-9
/
+5
*
Remove redundant qtimer.h includes
Ahmad Samir
2024-06-11
1
-1
/
+0
*
xcb: Correctly report whether QInternalMimeData::retrieveData_sys() fails
Vlad Zahorodnii
2024-05-28
1
-9
/
+10
*
xcb: make QXcbWindow inherit QObject
Liang Qi
2023-11-16
1
-1
/
+1
*
Implement XCB key mapper in terms of QPlatformKeyMapper
Tor Arne Vestbø
2023-10-09
1
-2
/
+3
*
platform plugins: use string view types more
Anton Kudryavtsev
2023-10-08
1
-1
/
+3
*
QObject: implement startTimer(int) in terms of startTimer(chrono)
Ahmad Samir
2023-03-11
1
-1
/
+1
*
XCB: do not use reserved identifiers
Giuseppe D'Angelo
2023-02-07
1
-34
/
+34
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-4
/
+4
*
xcb: fix D&D in same xembed client
Liang Qi
2022-09-01
1
-9
/
+24
*
xcb: use global coordinates for position of D&D for xembed client
Liang Qi
2022-09-01
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Plugins: replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-05-04
1
-4
/
+4
*
xcb: remove confusing indirections for qt selection owner
Gatis Paeglis
2021-10-22
1
-40
/
+13
*
Another round of replacing 0 with nullptr
Allan Sandfeld Jensen
2020-10-07
1
-3
/
+3
*
Cleanup API of QMimeData
Lars Knoll
2020-09-21
1
-5
/
+5
*
Fix memory sanitizer complaint about uninitialized value
Liang Qi
2020-09-04
1
-1
/
+1
*
xcb: avoid a usage of invalid reply in qxcbdrag
Liang Qi
2020-08-06
1
-4
/
+5
*
Use QList instead of QVector in plugins
Jarek Kobus
2020-07-06
1
-4
/
+4
*
Remove the QTextCodec dependency from the xcb plugin
Lars Knoll
2020-04-24
1
-3
/
+3
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Liang Qi
2020-03-24
1
-6
/
+102
|
\
|
*
xcb: Add support for XdndActionList property
Alexander Volkov
2020-03-23
1
-6
/
+102
*
|
Replace most use of QVariant::type and occurrences of QVariant::Type
Olivier Goffart
2020-01-23
1
-3
/
+3
*
|
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-10
/
+10
*
|
Deprecate constructing QFlags from a pointer
Allan Sandfeld Jensen
2019-11-20
1
-1
/
+1
|
/
*
Drag'n'Drop: fix attached Drag object deleted when DnD is progressing
Yulong Bai
2019-10-27
1
-1
/
+7
*
QHighDpi: Remove fromNativePixels()/toNativePixels() overloads
Morten Johan Sørvig
2019-05-22
1
-1
/
+1
*
xcb: lock-free event processing
Gatis Paeglis
2018-10-14
1
-2
/
+2
*
xcb: Use functors in QXcbConnection::checkEvent()
Gatis Paeglis
2018-08-16
1
-8
/
+6
*
xcb: Refactor align of xcb events
Mikhail Svetkin
2018-07-05
1
-2
/
+1
*
dnd: send DragEnter and DragMove on DnD start
Gatis Paeglis
2018-06-25
1
-0
/
+3
*
xcb: account for misbehaving Unity DnD Manager
Gatis Paeglis
2018-06-22
1
-0
/
+13
*
xcb: qxcbdrag.cpp cleanups
Gatis Paeglis
2018-06-22
1
-154
/
+114
*
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-06-07
1
-4
/
+0
|
\
|
*
Make sure we can build with -no-feature-draganddrop
Joerg Bornemann
2018-05-29
1
-4
/
+0
*
|
qpa: improve API to support DnDs from other processes
Gatis Paeglis
2018-05-04
1
-14
/
+23
|
/
*
Merge remote-tracking branch 'origin/5.10' into dev
Lars Knoll
2018-01-02
1
-0
/
+11
|
\
|
*
Merge remote-tracking branch 'origin/5.9' into 5.10
Liang Qi
2017-12-05
1
-0
/
+11
|
|
\
|
|
*
xcb: Set executed drop action when drop is outside the application
Błażej Szczygieł
2017-11-29
1
-0
/
+11
*
|
|
Replace Q_NULLPTR with nullptr where possible
Kevin Funk
2017-09-19
1
-3
/
+3
|
/
/
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-03-20
1
-1
/
+1
|
\
|
|
*
xcb: fix misuse of xcb_send_event
Gatis Paeglis
2017-03-01
1
-1
/
+1
*
|
Remove QPlatformDrag::platformDropData
Albert Astals Cid
2017-03-13
1
-9
/
+4
*
|
xcb: remove code and macros related to Q_XCB_DEBUG
Gatis Paeglis
2017-03-10
1
-4
/
+4
[next]