https://bugs.kde.org/show_bug.cgi?id=504848
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/e0569606ab | |5a5075a55e6d528e93d7abaf45d | |4f5 Status|ASSIGNED |RESOLVED --- Comment #5 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit e0569606ab5a5075a55e6d528e93d7abaf45d4f5 by Vlad Zahorodnii. Committed on 06/06/2025 at 06:47. Pushed by vladz into branch 'master'. Implement proper virtual desktop reordering At the moment, the only available to move a virtual desktop from one position to another is to move windows. While this works fine if a window is not in any special state, it doesn't work out with tiling. This change introduces basic infrastructure to reorder virtual desktops. M +0 -22 src/plugins/overview/overvieweffect.cpp M +0 -2 src/plugins/overview/overvieweffect.h M +1 -1 src/plugins/overview/qml/main.qml M +12 -0 src/scripting/virtualdesktopmodel.cpp M +1 -0 src/scripting/virtualdesktopmodel.h M +10 -0 src/scripting/workspace_wrapper.cpp M +5 -0 src/scripting/workspace_wrapper.h M +30 -0 src/virtualdesktops.cpp M +10 -0 src/virtualdesktops.h M +25 -1 src/x11window.cpp M +3 -0 src/x11window.h https://invent.kde.org/plasma/kwin/-/commit/e0569606ab5a5075a55e6d528e93d7abaf45d4f5 -- You are receiving this mail because: You are watching all bug changes.