Commit graph

598 commits

Author SHA1 Message Date
Laurent Montel
e0d3b3ec1a Fix ui file
svn path=/trunk/KDE/kdebase/workspace/; revision=803568
2008-05-03 11:48:00 +00:00
Sebastian Kügler
6e09b1ac64 Make the default animation duration a bit shorter, 800 is quite ok on this machine (with some tearing, an ATI driver problem apparently. But it's still quite smooth.
svn path=/trunk/KDE/kdebase/workspace/; revision=803468
2008-05-03 00:09:46 +00:00
Sebastian Kügler
a49ddd0c38 Don't repaint quite so often, especially not when not necessary.
svn path=/trunk/KDE/kdebase/workspace/; revision=803467
2008-05-03 00:09:44 +00:00
Stephan Binner
c907b8acc1 i18n style guide fix
svn path=/trunk/KDE/kdebase/workspace/; revision=802656
2008-04-30 08:20:20 +00:00
Sebastian Kügler
5a955fbb97 Only scale in normal windows (!w->isSpecialWindow()).
svn path=/trunk/KDE/kdebase/workspace/; revision=802484
2008-04-29 16:20:48 +00:00
Sebastian Kügler
d35fe96770 Coverswitch: Fade windows not on the current desktop in and out
when the effect is started and stopped.

svn path=/trunk/KDE/kdebase/workspace/; revision=802483
2008-04-29 16:20:06 +00:00
Script Kiddy
e110315896 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=802307

The following changes were in SVN, but were removed from git:

M	wallpapers/Leafs_Labyrinth/metadata.desktop
2008-04-29 05:57:03 +00:00
Martin Gräßlin
ce394a7d6d Bring some changes from coverswitch to flipswitch (we should have a superclass for those two effects):
* Physic based animation via TimeLine
 * Default animation 200 msec
 * Fade in and out panel and window caption box during start/stop animation
 * Switch to stop animation if alt+tab is released during start animation
 * TwinView/Xinerama support

BUG: 159111

svn path=/trunk/KDE/kdebase/workspace/; revision=802160
2008-04-28 17:51:52 +00:00
Sebastian Kügler
ff15813559 Make translucency for active/inactive and moving/resizing fade in
smoothly, using TimeLine. There's a config option allowing you to
set the time. We're defaulting to 1500 msec, which sounds rather
long but in fact feels quite well. Apparently eye and math
disagree a bit :)

svn path=/trunk/KDE/kdebase/workspace/; revision=802133
2008-04-28 16:10:10 +00:00
Martin Gräßlin
6925faa034 Adding some checks for Null-pointers. This should prevent from very unlikely crashes when a window closes during the animation.
BUG: 160871

svn path=/trunk/KDE/kdebase/workspace/; revision=802111
2008-04-28 15:01:01 +00:00
Script Kiddy
e920946da5 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=801563

The following changes were in SVN, but were removed from git:

M	wallpapers/Code_Poets_Dream/metadata.desktop
M	wallpapers/Colorado_Farm/metadata.desktop
M	wallpapers/EOS/metadata.desktop
M	wallpapers/Fields_of_Peace/metadata.desktop
M	wallpapers/Finally_Summer_in_Germany/metadata.desktop
M	wallpapers/Fresh_Morning/metadata.desktop
M	wallpapers/Golden_Ripples/metadata.desktop
M	wallpapers/Green_Concentration/metadata.desktop
M	wallpapers/There_is_Rain_on_the_Table/metadata.desktop
2008-04-26 20:50:45 +00:00
Albert Astals Cid
3b9121ec3f const & in foreach
svn path=/trunk/KDE/kdebase/workspace/; revision=801427
2008-04-26 16:03:02 +00:00
Cédric Borgese
4c47bfb484 Use a new, (too-)much-much-much simpler config dialog.
Maybe it is too simple this time, i'll wait for your feedback on it ;)

svn path=/trunk/KDE/kdebase/workspace/; revision=800803
2008-04-24 21:22:52 +00:00
Script Kiddy
34493c40be SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=800564
2008-04-24 12:06:37 +00:00
Martin Gräßlin
1970e94260 Don't show complete animation if alt+tab is released during start animation. Directly switch to correct point in stop animation.
svn path=/trunk/KDE/kdebase/workspace/; revision=799885
2008-04-22 18:09:50 +00:00
Script Kiddy
ca4e1b8519 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=799694
2008-04-22 01:45:51 +00:00
Cédric Borgese
7be1a64c1d Reenable wobbly for "non-normal" windows as it disable it for kcm windows too.
Instead, disable the effect at openning to avoid get it in menu, combo boxed, ...
CCMAIL: sebas@kde.nl

svn path=/trunk/KDE/kdebase/workspace/; revision=799614
2008-04-21 23:34:56 +00:00
Cédric Borgese
e65a9e49ea Add a new filter for smoother move.
It may also help to keep the effect stable with more extreme values for the parameters.

svn path=/trunk/KDE/kdebase/workspace/; revision=799612
2008-04-21 23:25:03 +00:00
Martin Gräßlin
89458622c7 Make physic based animation also work with "high" animation durations.
Use of addTime() instead of setProgress().
Only set curve shape once.

svn path=/trunk/KDE/kdebase/workspace/; revision=799466
2008-04-21 16:09:11 +00:00
Sebastian Kügler
4e04b678af It's wobbly windows, not wobbly menus, tooltips, combos ...
This check only seems to catch dropdownmenus, but the code looks
right to me ... maybe an omission somewhere else?

Anyway, it makes the wobbly experiences much calmer.

svn path=/trunk/KDE/kdebase/workspace/; revision=799290
2008-04-21 00:17:42 +00:00
Sebastian Kügler
3069aa1d21 Make window translucent when minizing, make for a fancier effect.
svn path=/trunk/KDE/kdebase/workspace/; revision=799283
2008-04-20 23:49:31 +00:00
Sebastian Kügler
9075540ef0 Don't set curveshape twice, caught by Andre Duffeck
svn path=/trunk/KDE/kdebase/workspace/; revision=799113
2008-04-20 12:56:46 +00:00
Cédric Borgese
e4ecf50281 Use english words in code and interface.
svn path=/trunk/KDE/kdebase/workspace/; revision=799110
2008-04-20 12:29:20 +00:00
Malcolm Hunter
e46fbb1445 Typo fixes
svn path=/trunk/KDE/kdebase/workspace/; revision=798926
2008-04-19 23:32:40 +00:00
Malcolm Hunter
be582d3a1a Typo fixes
svn path=/trunk/KDE/kdebase/workspace/; revision=798922
2008-04-19 22:36:47 +00:00
Sebastian Kügler
a4d3693625 CoverSwitch now uses TimeLine.
svn path=/trunk/KDE/kdebase/workspace/; revision=798727
2008-04-19 00:28:38 +00:00
Sebastian Kügler
3ae042aa69 DesktopGrid now uses TimeLine.
svn path=/trunk/KDE/kdebase/workspace/; revision=798726
2008-04-19 00:28:35 +00:00
Sebastian Kügler
ad388f8aa4 rename mTimeLine to mTimeLineWindows to make it sufficiently clear that we have more than one timeline
svn path=/trunk/KDE/kdebase/workspace/; revision=798724
2008-04-19 00:12:28 +00:00
Sebastian Kügler
a827c19cf1 Minimizing windows now uses the new TimeLine feature. This way, they
accelerate towards the taskbar.

svn path=/trunk/KDE/kdebase/workspace/; revision=798723
2008-04-19 00:12:24 +00:00
Cédric Borgese
25caa4315d Implements wobbly when closing window but disable it for now.
svn path=/trunk/KDE/kdebase/workspace/; revision=798649
2008-04-18 19:04:00 +00:00
Cédric Borgese
666d612295 Add wobblyness when opening windows.
svn path=/trunk/KDE/kdebase/workspace/; revision=798624
2008-04-18 17:43:00 +00:00
Script Kiddy
7c8262068d SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=798572

The following changes were in SVN, but were removed from git:

M	wallpapers/Code_Poets_Dream/metadata.desktop
M	wallpapers/Colorado_Farm/metadata.desktop
M	wallpapers/Curls_on_Green/metadata.desktop
M	wallpapers/Emotion/metadata.desktop
M	wallpapers/Fields_of_Peace/metadata.desktop
M	wallpapers/Finally_Summer_in_Germany/metadata.desktop
M	wallpapers/Fresh_Morning/metadata.desktop
M	wallpapers/Golden_Ripples/metadata.desktop
M	wallpapers/Green_Concentration/metadata.desktop
M	wallpapers/Ladybuggin/metadata.desktop
M	wallpapers/Leafs_Labyrinth/metadata.desktop
M	wallpapers/Red_Leaf/metadata.desktop
M	wallpapers/Skeeter_Hawk/metadata.desktop
M	wallpapers/There_is_Rain_on_the_Table/metadata.desktop
2008-04-18 15:51:48 +00:00
Cédric Borgese
c1b759bd10 Fix bad empty test.
svn path=/trunk/KDE/kdebase/workspace/; revision=798510
2008-04-18 13:06:29 +00:00
Cédric Borgese
f668280204 Follow the kwin effect ordering policy (http://lists.kde.org/?l=kwin&m=120395261420290&w=2)
svn path=/trunk/KDE/kdebase/workspace/; revision=798508
2008-04-18 13:05:27 +00:00
André Wöbbeking
8e27faa7a0 - use icon like the other effects do
- Encoding is not needed anymore

svn path=/trunk/KDE/kdebase/workspace/; revision=798501
2008-04-18 12:53:10 +00:00
André Wöbbeking
f0899e4b28 add icon
svn path=/trunk/KDE/kdebase/workspace/; revision=798498
2008-04-18 12:50:17 +00:00
Cédric Borgese
0b6bb6a95f Implement a wobbly like effect for kwin.
svn path=/trunk/KDE/kdebase/workspace/; revision=798476
2008-04-18 12:01:47 +00:00
Martin Gräßlin
a6e32ded65 Default animation duration should be the same in ui as in the effect
svn path=/trunk/KDE/kdebase/workspace/; revision=798111
2008-04-17 14:20:22 +00:00
Martin Gräßlin
4c77b8c85d Makes CoverSwitch working with TwinView/Xinerama Settings. Switching is now only shown on the current screen and not extended to both screens.
CCBUG: 159111

svn path=/trunk/KDE/kdebase/workspace/; revision=798109
2008-04-17 14:15:55 +00:00
Aaron J. Seigo
2726b01a2b don't start at 0 degrees every time the mouse is pressed, but base the angle on the time. this allows one to press the keyboard, let go and press it again without it jumping.
svn path=/trunk/KDE/kdebase/workspace/; revision=797314
2008-04-15 12:54:17 +00:00
Script Kiddy
b4dd43913a SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=797202

The following changes were in SVN, but were removed from git:

M	wallpapers/Code_Poets_Dream/metadata.desktop
M	wallpapers/Emotion/metadata.desktop
M	wallpapers/Finally_Summer_in_Germany/metadata.desktop
M	wallpapers/Fresh_Morning/metadata.desktop
M	wallpapers/Leafs_Labyrinth/metadata.desktop
M	wallpapers/Skeeter_Hawk/metadata.desktop
M	wallpapers/There_is_Rain_on_the_Table/metadata.desktop
2008-04-15 02:02:03 +00:00
Aaron J. Seigo
a09d1a775d make cover switch look more elegent with a black reflective surface that "floats" on top of the desktop (by simply fading out to nothing)
CCMAIL:ubuntu@martin-graesslin.com

svn path=/trunk/KDE/kdebase/workspace/; revision=797007
2008-04-14 17:59:37 +00:00
Script Kiddy
234009287b SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=796259

The following changes were in SVN, but were removed from git:

M	wallpapers/Code_Poets_Dream/metadata.desktop
M	wallpapers/Colorado_Farm/metadata.desktop
M	wallpapers/Curls_on_Green/metadata.desktop
M	wallpapers/Emotion/metadata.desktop
M	wallpapers/Fields_of_Peace/metadata.desktop
M	wallpapers/Finally_Summer_in_Germany/metadata.desktop
M	wallpapers/Fresh_Morning/metadata.desktop
M	wallpapers/Golden_Ripples/metadata.desktop
M	wallpapers/Green_Concentration/metadata.desktop
M	wallpapers/Ladybuggin/metadata.desktop
M	wallpapers/Leafs_Labyrinth/metadata.desktop
M	wallpapers/Red_Leaf/metadata.desktop
M	wallpapers/Skeeter_Hawk/metadata.desktop
M	wallpapers/There_is_Rain_on_the_Table/metadata.desktop
2008-04-13 01:57:40 +00:00
Script Kiddy
0370c195d0 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=795059
2008-04-09 03:58:49 +00:00
Script Kiddy
32b1d968ee SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=794314

The following changes were in SVN, but were removed from git:

M	wallpapers/Code_Poets_Dream/metadata.desktop
M	wallpapers/Colorado_Farm/metadata.desktop
M	wallpapers/Curls_on_Green/metadata.desktop
M	wallpapers/Emotion/metadata.desktop
M	wallpapers/Fields_of_Peace/metadata.desktop
M	wallpapers/Finally_Summer_in_Germany/metadata.desktop
M	wallpapers/Fresh_Morning/metadata.desktop
M	wallpapers/Golden_Ripples/metadata.desktop
M	wallpapers/Green_Concentration/metadata.desktop
M	wallpapers/Ladybuggin/metadata.desktop
M	wallpapers/Leafs_Labyrinth/metadata.desktop
M	wallpapers/Red_Leaf/metadata.desktop
M	wallpapers/Skeeter_Hawk/metadata.desktop
M	wallpapers/There_is_Rain_on_the_Table/metadata.desktop
2008-04-07 02:20:20 +00:00
Magnus Romnes
d492155fb7 * Added support for opacity in menus.
* Moved configuration dialog to .ui file.


svn path=/trunk/KDE/kdebase/workspace/; revision=794038
2008-04-06 10:19:26 +00:00
Script Kiddy
d8b44755c9 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=793709
2008-04-04 21:35:57 +00:00
Malcolm Hunter
d93af97050 Typo fixes
svn path=/trunk/KDE/kdebase/workspace/; revision=793054
2008-04-02 21:53:17 +00:00
Louai Al-Khanji
340489c14a Better shadow color calculation. Picks up palette changes on the fly.
svn path=/trunk/KDE/kdebase/workspace/; revision=793031
2008-04-02 21:15:04 +00:00
Louai Al-Khanji
fe3f250020 Whoops, these are supposed to be on by default.
svn path=/trunk/KDE/kdebase/workspace/; revision=791340
2008-03-29 02:38:17 +00:00