https://bugs.kde.org/show_bug.cgi?id=433034
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/3ca1fc800d7f | |7d8b36a3ec5436f644439c6f014 | |6 Version Fixed In| |6.0 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #8 from Nate Graham <n...@kde.org> --- Git commit 3ca1fc800d7f7d8b36a3ec5436f644439c6f0146 by Nate Graham. Committed on 08/05/2023 at 12:12. Pushed by ngraham into branch 'master'. Make "Thumbnail Grid" the default Task Switcher and make it live here Per https://invent.kde.org/plasma/plasma-desktop/-/issues/53, we're making an overhauled version of the Thumbnail Grid Task Switcher the default one in Plasma 6. Currently the default Task Switcher is specified as the "Breeze" Task Switcher which isn't ideal since it doesn't live in this repo, and it's possible to use KWin without Plasma, where it does live. So as a part of making Thumbnail Grid the new default Task Switcher, let's also move it here so that KWin's default Task Switcher is always available. This commit grabs the Thumbnail Grid Task Switcher verbatim from where it currently lives in the kdeplasma-addons-repo as of commit 54d16f44a56530854444b844536933a3107ef8a6. FIXED-IN: 6.0 M +1 -0 src/CMakeLists.txt M +1 -1 src/kwin.kcfg A +6 -0 src/tabbox/switchers/CMakeLists.txt A +225 -0 src/tabbox/switchers/thumbnail_grid/contents/ui/main.qml [License: GPL(v2.0+)] A +132 -0 src/tabbox/switchers/thumbnail_grid/metadata.json M +1 -1 src/tabbox/tabboxconfig.h M +1 -1 src/tabbox/tabboxhandler.cpp https://invent.kde.org/plasma/kwin/commit/3ca1fc800d7f7d8b36a3ec5436f644439c6f0146 -- You are receiving this mail because: You are watching all bug changes.