Commit graph

6203 commits

Author SHA1 Message Date
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
2009-06-30 20:09:04 +00:00
Martin Gräßlin
ae0bac5c42 New mode for present windows effect: selecting all windows of same class as active window.
svn path=/trunk/KDE/kdebase/workspace/; revision=989722
2009-06-30 19:11:02 +00:00
Script Kiddy
69efc325fa SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=989621
2009-06-30 14:32:51 +00:00
Laurent Montel
a0b2d6df03 Cleanup
svn path=/trunk/KDE/kdebase/workspace/; revision=989484
2009-06-30 11:38:55 +00:00
Laurent Montel
e21e432708 Fixuifiles
svn path=/trunk/KDE/kdebase/workspace/; revision=989478
2009-06-30 11:35:24 +00:00
Laurent Montel
fb35ff9813 Pedantic
svn path=/trunk/KDE/kdebase/workspace/; revision=989477
2009-06-30 11:34:57 +00:00
Martin Gräßlin
d1e8306c66 Move Aurorae into kwin source directory as discussed on IRC
svn path=/trunk/KDE/kdebase/workspace/; revision=989434
2009-06-30 09:29:16 +00:00
Script Kiddy
3e681ee37c SVN_SILENT made messages (.desktop file)
svn path=/branches/KDE/4.3/kdebase/workspace/; revision=989382
2009-06-30 07:57:16 +00:00
Thomas Lübking
9b57c200cf backport 987057
svn path=/branches/KDE/4.3/kdebase/workspace/; revision=989176
2009-06-29 16:53:58 +00:00
Thomas Lübking
a9ad73af5a backport 987056
svn path=/branches/KDE/4.3/kdebase/workspace/; revision=989174
2009-06-29 16:53:15 +00:00
Script Kiddy
7cb589d10b SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=989120

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

M	wallpapers/The_Rings_of_Saturn/metadata.desktop
2009-06-29 14:09:39 +00:00
Script Kiddy
af815429bb SVN_SILENT made messages (.desktop file)
svn path=/branches/KDE/4.3/kdebase/workspace/; revision=989020

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

M	wallpapers/The_Rings_of_Saturn/metadata.desktop
2009-06-29 08:03:40 +00:00
Martin Gräßlin
369910865a Add "show desktop" to screen edges.
FEATURE: 195359

svn path=/trunk/KDE/kdebase/workspace/; revision=988839
2009-06-28 20:32:50 +00:00
Martin Gräßlin
494c3a98be Make NoAction the top most action, so that it is easier to add new actions and added missing buddies in config UI.
svn path=/trunk/KDE/kdebase/workspace/; revision=988794
2009-06-28 17:56:06 +00:00
Martin Gräßlin
a26c5b1225 Configurable mouse actions in present windows for clicking a window and desktop.
It's possible to activate a window, exit without activating, bring window to current desktop, send window on all desktops, mimize the window and close the window.
Clicking desktop allows to activate selected window, exit without activating, show the desktop (minimize all apps) and of course do nothing.
FEATURE: 163116

svn path=/trunk/KDE/kdebase/workspace/; revision=988788
2009-06-28 17:17:29 +00:00
Script Kiddy
7b16349392 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=988696

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

M	wallpapers/Air/metadata.desktop
M	wallpapers/Evening/metadata.desktop
M	wallpapers/The_Rings_of_Saturn/metadata.desktop
2009-06-28 14:31:57 +00:00
Script Kiddy
3a0fc7f001 SVN_SILENT made messages (.desktop file)
svn path=/branches/KDE/4.3/kdebase/workspace/; revision=988517

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

M	wallpapers/Air/metadata.desktop
M	wallpapers/Evening/metadata.desktop
M	wallpapers/The_Rings_of_Saturn/metadata.desktop
2009-06-28 07:58:38 +00:00
Lucas Murray
2be3875ee2 Backport r988406:
Raise window icon by a single pixel.

svn path=/branches/KDE/4.3/kdebase/workspace/; revision=988407
2009-06-28 03:23:54 +00:00
Lucas Murray
2aa56602db Raise window icon by a single pixel.
svn path=/trunk/KDE/kdebase/workspace/; revision=988406
2009-06-28 03:20:03 +00:00
Script Kiddy
e31c2b6678 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=988277
2009-06-27 17:05:57 +00:00
Martin Gräßlin
bdea05eceb Increase versioning to have some version numbers for 4.3 branch
svn path=/trunk/KDE/kdebase/workspace/; revision=988114
2009-06-27 10:30:36 +00:00
Martin Gräßlin
fcbd01779a Add support for activating present windows via XAtoms.
Present windows can be activated for all windows of a desktop by setting the atom _KDE_PRESENT_WINDOWS_DESKTOP to the number of desktop or -1 for all desktops.
Another atom _KDE_PRESENT_WINDOWS_GROUP can be used to activate present windows on a group of windows (e.g. tasks applet).
When present windows is deactivated the property on the manager window will be deleted.

svn path=/trunk/KDE/kdebase/workspace/; revision=988110
2009-06-27 10:21:49 +00:00
Script Kiddy
9f24a8951f SVN_SILENT made messages (.desktop file, second try)
svn path=/branches/KDE/4.3/kdebase/workspace/; revision=988080

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

M	wallpapers/Evening/metadata.desktop
2009-06-27 08:56:07 +00:00
Lucas Murray
d4647a3fbc Display a warning message when compositing is enabled during KDE
failsafe mode.
BUG: 197874

svn path=/trunk/KDE/kdebase/workspace/; revision=987757
2009-06-26 15:29:00 +00:00
Lucas Murray
eb8b93901b Backport r987516:
Obey window size hints when doing unrestricted resizes.
CCBUG: 196326

svn path=/branches/KDE/4.3/kdebase/workspace/; revision=987518
2009-06-26 09:09:20 +00:00
Lucas Murray
9842c3247e Obey window size hints when doing unrestricted resizes.
BUG: 196326

svn path=/trunk/KDE/kdebase/workspace/; revision=987516
2009-06-26 09:06:48 +00:00
Lucas Murray
feaaab26cb Backport r987507:
Be more strict in KWIN_COMPOSE handling.

svn path=/branches/KDE/4.3/kdebase/workspace/; revision=987508
2009-06-26 08:38:23 +00:00
Lucas Murray
ae71d8300f Be more strict in KWIN_COMPOSE handling.
svn path=/trunk/KDE/kdebase/workspace/; revision=987507
2009-06-26 08:36:25 +00:00
Hugo Pereira Da Costa
d3bb688f86 fixed indentation.
svn path=/branches/KDE/4.3/kdebase/workspace/; revision=987425
2009-06-26 03:24:08 +00:00
Hugo Pereira Da Costa
d26e3a64c4 Backport r987422: Added dbus call to get whether kwin compositing is enabled or not, rather than
systematically returning false. This enables nicer painting of decoration previews.

svn path=/branches/KDE/4.3/kdebase/workspace/; revision=987424
2009-06-26 03:19:22 +00:00
Hugo Pereira Da Costa
e48740a6fb fixed indentation
svn path=/trunk/KDE/kdebase/workspace/; revision=987422
2009-06-26 03:07:18 +00:00
Lucas Murray
3d54acecf2 Backport r987409:
Display debugging messages when compositing mode has been forced by
KWIN_COMPOSE or KDE_FAILSAFE environment variables.

svn path=/branches/KDE/4.3/kdebase/workspace/; revision=987421
2009-06-26 02:59:40 +00:00
Hugo Pereira Da Costa
5e783b34b9 Added dbus call to get whether kwin compositing is enabled or not, rather than
systematically returning false. This enables nicer painting of decoration previews.


svn path=/trunk/KDE/kdebase/workspace/; revision=987420
2009-06-26 02:55:05 +00:00
Hugo Pereira Da Costa
31bdb777a9 Backport r987415:
Changed painting of preview decorations, to use widget->render() instead of 
widget->show(). This allows to have oxygen decorations painted properly (with visible 
shadows), to handle window resize properly, and does not affect other decorations.


svn path=/branches/KDE/4.3/kdebase/workspace/; revision=987419
2009-06-26 02:52:16 +00:00
Hugo Pereira Da Costa
031bdd0239 Changed painting of preview decorations, to use widget->render() instead of
widget->show(). This allows to have oxygen decorations painted properly (with visible 
shadows), to handle window resize properly, and does not affect other decorations.

 --This line, and those below, will be ignored--

M    preview.cpp
M    preview.h

svn path=/trunk/KDE/kdebase/workspace/; revision=987415
2009-06-26 01:53:38 +00:00
Bruno Bigras
3835a4119d Remove duplicate includes
svn path=/trunk/KDE/kdebase/workspace/; revision=987413
2009-06-26 01:39:07 +00:00
Lucas Murray
ce0a650857 Display debugging messages when compositing mode has been forced by
KWIN_COMPOSE or KDE_FAILSAFE environment variables.

svn path=/trunk/KDE/kdebase/workspace/; revision=987409
2009-06-26 01:28:15 +00:00
Script Kiddy
8ebed3b253 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=987253
2009-06-25 18:31:11 +00:00
Hugo Pereira Da Costa
dbb4b8ffca FEATURE: added option to enable/disable the horizontal bar between decoration title bar
and window contents.


svn path=/trunk/KDE/kdebase/workspace/; revision=987096
2009-06-25 15:14:11 +00:00
Hugo Pereira Da Costa
57ec9fea9a FEATURE: added option to enable/disable the horizontal bar between decoration title bar
and window contents.

svn path=/trunk/KDE/kdebase/workspace/; revision=987095
2009-06-25 15:12:55 +00:00
Martin Gräßlin
bac5a27869 Resize effect: paints a rubber band on top of the window while resizing illustrating the geometry to change.
It requires some more adjustments so that the rubber band is also shown when window content is not shown during resize.

svn path=/trunk/KDE/kdebase/workspace/; revision=987091
2009-06-25 14:41:45 +00:00
Lucas Murray
9d6aa6abed Fix slight layout glitch.
svn path=/branches/KDE/4.3/kdebase/workspace/; revision=987071
2009-06-25 13:47:14 +00:00
Lucas Murray
2c6dccdb99 Make KWin system setting panels consistent with the rest of KDE again by
reverting part of r986282.
CCMAIL: christoph@maxiom.de

svn path=/trunk/KDE/kdebase/workspace/; revision=987069
2009-06-25 13:34:36 +00:00
Thomas Lübking
d6370c5711 fix various glitches regarding the stacking order and multiple paints due to ARBG decos as discussed on kwin-devel
svn path=/trunk/KDE/kdebase/workspace/; revision=987057
2009-06-25 12:55:12 +00:00
Thomas Lübking
794c36df97 fix various glitches regarding the stacking order and multiple paints due to ARBG decos as discussed on kwin-devel
svn path=/trunk/KDE/kdebase/workspace/; revision=987056
2009-06-25 12:54:47 +00:00
Script Kiddy
bdb47399d0 SVN_SILENT made messages (.desktop file)
svn path=/branches/KDE/4.3/kdebase/workspace/; revision=987011

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

M	wallpapers/Air/metadata.desktop
M	wallpapers/Evening/metadata.desktop
M	wallpapers/Spring_Sunray/metadata.desktop
M	wallpapers/The_Rings_of_Saturn/metadata.desktop
2009-06-25 10:59:40 +00:00
Lucas Murray
80dcebfdb2 Backport:
Prevent KWin from automatically disabling compositing when the user
changes the system time or timezone.
CCBUG: 184607

svn path=/branches/KDE/4.3/kdebase/workspace/; revision=986966
2009-06-25 10:13:43 +00:00
Lucas Murray
a20ba6a900 Prevent KWin from automatically disabling compositing when the user
changes the system time or timezone.
BUG: 184607

svn path=/trunk/KDE/kdebase/workspace/; revision=986962
2009-06-25 10:09:09 +00:00
Script Kiddy
63ac56bbdc SVN_SILENT made messages (.desktop file)
svn path=/trunk/playground/artwork/aurorae/; revision=986497
2009-06-24 17:31:49 +00:00
Script Kiddy
57a205ff99 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=986478

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

M	wallpapers/Air/metadata.desktop
M	wallpapers/Evening/metadata.desktop
M	wallpapers/Spring_Sunray/metadata.desktop
M	wallpapers/The_Rings_of_Saturn/metadata.desktop
2009-06-24 17:22:21 +00:00