https://bugs.kde.org/show_bug.cgi?id=448566
Marco Martin <notm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/3d0beae8285f | |b82ea6b51ba10f2e47dc515727e | |2 --- Comment #8 from Marco Martin <notm...@gmail.com> --- Git commit 3d0beae8285fb82ea6b51ba10f2e47dc515727e2 by Marco Martin. Committed on 06/06/2022 at 13:48. Pushed by mart into branch 'master'. Drag windows between screens in WindowHeap Allow dragging windows between screens, using a placeholder thumbnail item to render part of the thumbnail on the other screen. Related: bug 283333, bug 453996 M +13 -0 src/effects/desktopgrid/qml/DesktopView.qml M +60 -3 src/effects/private/qml/WindowHeap.qml M +0 -1 src/effects/windowview/qml/main.qml M +10 -0 src/libkwineffects/kwineffects.cpp M +3 -0 src/libkwineffects/kwineffects.h M +49 -0 src/libkwineffects/kwinquickeffect.cpp M +7 -0 src/libkwineffects/kwinquickeffect.h M +5 -0 src/scripting/workspace_wrapper.cpp M +2 -0 src/scripting/workspace_wrapper.h https://invent.kde.org/plasma/kwin/commit/3d0beae8285fb82ea6b51ba10f2e47dc515727e2 -- You are receiving this mail because: You are watching all bug changes.