Martin Gräßlin
0a7e48f7aa
KWin uses kdelibs coding style.
15 years ago
Lucas Murray
20f1a79d04
Less warnings please.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1031490
17 years ago
Will Stephenson
653a856146
Fix spelling mistake.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1025696
17 years ago
Laurent Montel
3ce5dd0ffc
Fix includes
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1018077
17 years ago
Martin Gräßlin
dd4ac7a947
Backport rev 1001760: Remove default shortcuts for cylinder and sphere. The effect isn't enabled by default and cylinder and sphere are not so important that it qualifies for a default shortcut.
...
svn path=/branches/KDE/4.3/kdebase/workspace/; revision=1001761
17 years ago
Martin Gräßlin
af108ed88f
Remove default shortcuts for cylinder and sphere. The effect isn't enabled by default and cylinder and sphere are not so important that it qualifies for a default shortcut.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1001760
17 years ago
Andrius Štikonas
f3dad43a18
Use KIntSpinBox instead of QSpinBox for better integration with KDE. As a bonus this allows to use plural suffix in spinboxes since KDE 4.3 if necessary.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=989742
17 years ago
Martin Gräßlin
7fc3bbf39d
Drop the multi screen mode where the cube is scaled on one screen. So there is only the span cube on all screens option. The mode is dropped for the following reasons:
...
* it looks strange
* it changes the projection matrix which makes the code ugly
* it never worked with cylinder or sphere
* it was broken in trunk anyway
svn path=/trunk/KDE/kdebase/workspace/; revision=940977
17 years ago
Martin Gräßlin
ed311a899d
Add an option so that windows can hover above the cube similar to 3D Windows plugin in Compiz. Currently this disables "windows overlapping edges" feature when this option is set (no change when not set).
...
FEATURE: 184689
svn path=/trunk/KDE/kdebase/workspace/; revision=927550
17 years ago
Martin Gräßlin
4fa09b63b4
Sphere and Cylinder become part of Cube effect. That is much more convenient than having an own effect for each (only loading the shader is actually required).
...
Btw caps of cylinder and sphere are working correctly again.
svn path=/trunk/KDE/kdebase/workspace/; revision=925809
17 years ago
Michael Jansen
366488f20c
Commit 921749 changed the component name for kwin effects configuration kcms
...
from kwin to kcm_kwin4_effect_xyz . That broke global shortcuts configuration.
CCMAIL: kwin@kde.org
CCMAIL: lmurray@undefinedfire.com
svn path=/trunk/KDE/kdebase/workspace/; revision=924534
17 years ago
Martin Gräßlin
f7f5bc8326
Split cube mode and animation of desktop switching in separate effects: say hello to CubeSlide effect.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=922342
17 years ago
Martin Gräßlin
a3c57fcab0
Option to not animate windows shown on all desktops during desktop switching animation.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=922030
17 years ago
Martin Gräßlin
7b5a71d2dd
Option to not change the opacity of windows in cube mode. That way only the cube (that is the desktops) will be painted in a transparent way.
...
FEATURE: 182195
svn path=/trunk/KDE/kdebase/workspace/; revision=922029
17 years ago
Martin Gräßlin
026c90a983
Option to not animate the panels during desktop switching animation.
...
FEATURE: 177730
svn path=/trunk/KDE/kdebase/workspace/; revision=922026
17 years ago
Martin Gräßlin
59208e430a
Option to invert mouse and cursor keys in cube mode.
...
FEATURE: 178398
svn path=/trunk/KDE/kdebase/workspace/; revision=922025
17 years ago
Lucas Murray
846496d2c1
Cleaned up the effects/ directory by moving each individual effect into
...
its own directory, cleaned up the effect config macros and renamed
"MakeTransparent" to "Translucency" so that it matches its visible name.
svn path=/trunk/KDE/kdebase/workspace/; revision=921749
17 years ago
Martin Gräßlin
585addb450
Add a widget to assign an effect to screen edges in the kwincompositing dialog.
...
Remove the previous configuration for assigning screen edges from the config dialogs of the single effects.
svn path=/trunk/KDE/kdebase/workspace/; revision=880728
18 years ago
Albert Astals Cid
ac02cafa87
Add some context for translators
...
svn path=/trunk/KDE/kdebase/workspace/; revision=878368
18 years ago
Laurent Montel
9de9871c3b
Not necessary to use a QGridLayout when we have just one widget
...
svn path=/trunk/KDE/kdebase/workspace/; revision=861453
18 years ago
Luboš Luňák
2a87593638
Add a global configuration option for animation speed. See description
...
of Effect::animationTime() for how-to-use.
TODO: Effects need to reload config after doing the change in the kcm.
NOTE: Default TimeLine constructor now creates invalid object, it is
necessary to explicitly call setDuration() in order to ensure all
animations respect this setting.
CCMAIL: kwin@kde.org
svn path=/trunk/KDE/kdebase/workspace/; revision=854690
18 years ago
Martin Gräßlin
95c30f158f
Cube/Cylinder/Sphere can be used for "walk through desktop" functionality. This new mode has to be enabled in the settings. Default is off. Mouse functionality is disabled in this tab box mode.
...
CCBUG: 169888
svn path=/trunk/KDE/kdebase/workspace/; revision=854275
18 years ago
Martin Gräßlin
c6cac7dde5
Reworked the UI for cube configuration. There are two tabs (basic and advanced) now and the whole UI is more clearly arranged.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=853730
18 years ago
Martin Gräßlin
a59111148c
Cube & co becomes zoomable (usage: + and -). Adding also a config option to define the default zoom.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=852059
18 years ago
Martin Gräßlin
c67256e037
Option for Compiz like mouse dragging in cube effects. That is cube is closed on release of mouse button. Option is disabled by default.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=851485
18 years ago
Martin Gräßlin
e7ef7b6975
Config option for selecting the wallpaper/skydome.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=848178
18 years ago
Martin Gräßlin
39fd589c4d
Bring back optional one big cube for multi monitor setup. One big cube is used for desktop changed but not the default for ctrl+f11 mode.
...
BUG: 168404
svn path=/trunk/KDE/kdebase/workspace/; revision=843084
18 years ago
Martin Gräßlin
37512e7591
Add of config option if the cube should be shown when desktop is changed via pager or ctrl+f1-4.
...
Turned of per default.
svn path=/trunk/KDE/kdebase/workspace/; revision=842306
18 years ago
Martin Gräßlin
fc777afc8f
Now we are able to display an image on the cube caps.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=834710
18 years ago
Laurent Montel
79328d79c9
Fix includes
...
svn path=/trunk/KDE/kdebase/workspace/; revision=833041
18 years ago
Martin Gräßlin
89c2ad7c4b
Move Cube effect to trunk
...
svn path=/trunk/KDE/kdebase/workspace/; revision=832912
18 years ago