Summary: | [PATCH] JJ: option for switching desktop feedback -- not good placement | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Maciej Pilichowski <bluedzins> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | mike |
Priority: | VHI | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | moves the option from "window behavior" to "multiple desktops" |
Description
Maciej Pilichowski
2006-06-21 21:33:23 UTC
The multiple desktops configuration is provided by kcmxinerama. Reassigning to the closest matching product/component I can find... Lubos, what is this JJ in the title? JJ = Junior Job Created attachment 32473 [details]
moves the option from "window behavior" to "multiple desktops"
Hi
I've made a patch that moves the option from "window behavior" to "multiple desktops".
It's my first patch so let me know if I did some mistakes.
*** Bug 191148 has been marked as a duplicate of this bug. *** I am going to redo all kwin kcms with Qt Designer for KDE 4.4 and will integrate this feature. SVN commit 995230 by graesslin: Rework of the multiple desktops kcm. Now it uses a ui file which makes it easier to maintain. It brings together all options for multiple desktops. That is: * number of desktops * pager layout * activity per desktop * desktop names * desktop effect for switching animation * OSD on desktop switch * Shortcuts for desktop changing The plasma options (pager and activity) are still missing and currently disabled. FEATURE: 129605 CCBUG: 153799 M +2 -1 CMakeLists.txt D desktop.cpp D desktop.h A desktopnameswidget.cpp [License: GPL (v2+)] A desktopnameswidget.h [License: GPL (v2+)] A main.cpp [License: GPL (v2+)] A main.h [License: GPL (v2+)] A main.ui WebSVN link: http://websvn.kde.org/?view=rev&revision=995230 |