This removes all the hacks to add kwin4_effect_ to the name of the Effect
and adjusts the desktop files of the effect configuration's parent
component.
Note: the scripted effects still start with kwin4_effect_ prefix.
REVIEW: 117367
The desktops KCM allows selecting between the virtual desktop switching
effects. For those it offers configuring and showing the information.
The KServiceTypeTrader based search is adjusted to be only used for the
scripted effects. The built-in effects are queried through the
information available through the BuiltInEffects namespace.
The desktop layout (number of rows) should be
controlled by the window manager as it is also
responsible for the number of desktops and the
names of them.
The setting for the rows is moved from the pager
UI to the virtual desktops KCM. The desktop layout
is set when KWin starts and updated by the KCM.
With this change there is no process claiming the
manager selection for pager any more. This means
the KDE Plasma Workspaces are no longer compliant
to the complete section of _NET_DESKTOP_LAYOUT in
the EWMH.
REVIEW: 102073
BUG: 277965
FEATURE: 105779
FEATURE: 213353
FIXED-IN: 4.8.0
using dbus calls on plasma (the option will still be disabled if
plasma-desktop isn't running)
svn path=/trunk/KDE/kdebase/workspace/; revision=1029999
to set a new global shortcut for a action. Have a look at the parameters
of setGlobalShortcut()
The method is now only called for newly created actions. No need to overwrite
existing shortcuts. Step 2 will follow with next commit.
svn path=/trunk/KDE/kdebase/workspace/; revision=1021773
and call it where appropriate.
Leaving the dialog with cancel now leaves the user settings unchanged.
As expected.
svn path=/trunk/KDE/kdebase/workspace/; revision=1021767
configuration purposes.
And do it before you set a global shortcut. Doing it after that is good
intention but still tool late.
svn path=/trunk/KDE/kdebase/workspace/; revision=1021763
BUG: 187952
CCBUG: 197992
CCBUG: 203320
extrapolate and (if available) set shortcuts for new virtual desktops
automatically
svn path=/trunk/KDE/kdebase/workspace/; revision=1011934
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
svn path=/trunk/KDE/kdebase/workspace/; revision=995230