[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 134703] task-switch windows-borders: enhance functionality or
From:       Lubos Lunak <l.lunak () kde ! org>
Date:       2007-04-24 13:29:15
Message-ID: 20070424132915.19810.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=134703         
l.lunak kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From l.lunak kde org  2007-04-24 15:29 -------
SVN commit 657576 by lunakl:

Option to turn off alt+tab outline:
kwinrc:[Windows]:TabboxOutline:false
FEATURE:134703



 M  +1 -0      options.cpp  
 M  +1 -0      options.h  
 M  +1 -1      tabbox.cpp  


--- branches/KDE/3.5/kdebase/kwin/options.cpp #657575:657576
 @ -54,6 +54,7  @
     moveMode = stringToMoveResizeMode( config->readEntry("MoveMode", "Opaque" ));
     resizeMode = stringToMoveResizeMode( config->readEntry("ResizeMode", "Opaque" \
));  show_geometry_tip = config->readBoolEntry("GeometryTip", false);
+    tabboxOutline = config->readBoolEntry("TabboxOutline", true);
 
     QString val;
 
--- branches/KDE/3.5/kdebase/kwin/options.h #657575:657576
 @ -301,6 +301,7  @
         uint dockShadowSize;
         bool onlyDecoTranslucent;
         bool resetKompmgr;
+        bool tabboxOutline;
 
     private:
         WindowOperation OpTitlebarDblClick;
--- branches/KDE/3.5/kdebase/kwin/tabbox.cpp #657575:657576
 @ -548,7 +548,7  @
 void TabBox::updateOutline()
     {
     Client* c = currentClient();
-    if( c == NULL || this->isHidden() || !c->isShown( true ) || \
!c->isOnCurrentDesktop()) +    if( !options->tabboxOutline || c == NULL || \
this->isHidden() || !c->isShown( true ) || !c->isOnCurrentDesktop())  {
         XUnmapWindow( qt_xdisplay(), outline_left );
         XUnmapWindow( qt_xdisplay(), outline_right );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic