Bug 118416 - option to allow windows that are kept above to cover the panel
Summary: option to allow windows that are kept above to cover the panel
Status: RESOLVED FIXED
Alias: None
Product: kwin
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Mandriva RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: Lubos Lunak
URL:
Keywords:
: 114789 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-12-16 03:02 UTC by Helge Hielscher
Modified: 2006-02-23 23:16 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Helge Hielscher 2005-12-16 03:02:53 UTC
Version:            (using KDE KDE 3.5.0)
Installed from:    Mandriva RPMs

Please provide the option that selected windows may be moved over the panel. That means do not allow all other windows to cover the panel, but only windows that have "Keep Above Others" enabled.
Comment 1 Aaron J. Seigo 2005-12-16 06:19:40 UTC
this would be a window manager thing, not a panels thing.
Comment 2 Lubos Lunak 2005-12-16 14:56:41 UTC
SVN commit 488929 by lunakl:

Put Keep-above windows even above docks, it seems to make
more sense this way.
BUG: 118416



 M  +1 -1      layers.cpp  
 M  +1 -1      utils.h  


--- branches/KDE/3.5/kdebase/kwin/layers.cpp #488928:488929
@@ -29,7 +29,7 @@
  the clients were created.
 
  Every window has one layer assigned in which it is. There are 6 layers,
- from bottom : DesktopLayer, BelowLayer, NormalLayer, AboveLayer, DockLayer
+ from bottom : DesktopLayer, BelowLayer, NormalLayer, DockLayer, AboveLayer
  and ActiveLayer (see also NETWM sect.7.10.). The layer a window is in depends
  on the window type, and on other things like whether the window is active.
 
--- branches/KDE/3.5/kdebase/kwin/utils.h #488928:488929
@@ -57,8 +57,8 @@
     DesktopLayer = FirstLayer,
     BelowLayer,
     NormalLayer,
+    DockLayer,
     AboveLayer,
-    DockLayer,
     ActiveLayer, // active fullscreen, or active dialog
     NumLayers // number of layers, must be last
     };
Comment 3 Lubos Lunak 2006-02-23 23:16:45 UTC
*** Bug 114789 has been marked as a duplicate of this bug. ***