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

List:       kde-bugs-dist
Subject:    [Bug 42023] PWM-Like tabbing support for windows
From:       Lucas Murray <lmurray () undefinedfire ! com>
Date:       2009-11-15 3:24:40
Message-ID: 20091115032440.8D02F2683C () immanuel ! kde ! org
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=42023


Lucas Murray <lmurray@undefinedfire.com> changed:

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




--- Comment #93 from Lucas Murray <lmurray undefinedfire com>  2009-11-15 04:24:08 ---
SVN commit 1049334 by lmurray:

Merged r970865:1049322 from /branches/work/kwin-tabbing
Adds window tabbing support to KWin.
FEATURE: 42023


 M  +1 -0      CMakeLists.txt  
 M  +7 -0      activation.cpp  
 M  +60 -0     bridge.cpp  
 M  +14 -0     bridge.h  
 M  +63 -3     client.cpp  
 M  +32 -1     client.h  
 A             clientgroup.cpp   [License: GPL (v2+)]
 A             clientgroup.h   [License: GPL (v2+)]
 M  +1 -0      clients/CMakeLists.txt  
 M  +1 -0      clients/oxygen/CMakeLists.txt  
 M  +2 -0      clients/oxygen/config/config.cpp  
 M  +1 -0      clients/oxygen/config/oxygenconfigurationui.cpp  
 M  +8 -1      clients/oxygen/config/oxygenconfigurationui.ui  
 M  +5 -6      clients/oxygen/oxygen.cpp  
 M  +1 -11     clients/oxygen/oxygen.h  
 M  +10 -4     clients/oxygen/oxygenbutton.cpp  
 M  +3 -4      clients/oxygen/oxygenbutton.h  
 M  +722 -55   clients/oxygen/oxygenclient.cpp  
 M  +96 -11    clients/oxygen/oxygenclient.h  
 A             clients/oxygen/oxygenclientgroupitemdata.cpp   [License: BSD X11
(BSD like)]
 A             clients/oxygen/oxygenclientgroupitemdata.h   [License: BSD X11
(BSD like)]
 M  +10 -0     clients/oxygen/oxygenconfiguration.cpp  
 M  +12 -0     clients/oxygen/oxygenconfiguration.h  
 M  +1 -3      clients/oxygen/oxygenshadowcache.cpp  
 M  +0 -5      clients/oxygen/oxygensizegrip.cpp  
 A             clients/tabstrip (directory)  
 A             clients/tabstrip/CMakeLists.txt  
 A             clients/tabstrip/config (directory)  
 A             clients/tabstrip/config/CMakeLists.txt  
 A             clients/tabstrip/config/tabstripconfig.cpp   [License: GPL
(v2+)]
 A             clients/tabstrip/config/tabstripconfig.h   [License: GPL (v2+)]
 A             clients/tabstrip/config/tabstripconfig.ui  
 A             clients/tabstrip/tabstrip.desktop  
 A             clients/tabstrip/tabstripbutton.cpp   [License: GPL (v2+)]
 A             clients/tabstrip/tabstripbutton.h   [License: GPL (v2+)]
 A             clients/tabstrip/tabstripdecoration.cpp   [License: GPL (v2+)]
 A             clients/tabstrip/tabstripdecoration.h   [License: GPL (v2+)]
 A             clients/tabstrip/tabstripfactory.cpp   [License: GPL (v2+)]
 A             clients/tabstrip/tabstripfactory.h   [License: GPL (v2+)]
 M  +25 -0     effects.cpp  
 M  +5 -0      effects.h  
 A             effects/_test/slidetabs (directory)  
 A             effects/_test/slidetabs/CMakeLists.txt  
 A             effects/_test/slidetabs/slidetabs.cpp   [License: GPL (v2+)]
 A             effects/_test/slidetabs/slidetabs.desktop  
 A             effects/_test/slidetabs/slidetabs.h   [License: GPL (v2+)]
 A             effects/_test/slidetabs/slidetabs_config.cpp   [License: GPL
(v2+)]
 A             effects/_test/slidetabs/slidetabs_config.desktop  
 A             effects/_test/slidetabs/slidetabs_config.h   [License: GPL
(v2+)]
 A             effects/_test/slidetabs/slidetabs_config.ui  
 A             effects/_test/swiveltabs (directory)  
 A             effects/_test/swiveltabs/CMakeLists.txt  
 A             effects/_test/swiveltabs/swiveltabs.cpp   [License: GPL (v2+)]
 A             effects/_test/swiveltabs/swiveltabs.desktop  
 A             effects/_test/swiveltabs/swiveltabs.h   [License: GPL (v2+)]
 A             effects/_test/swiveltabs/swiveltabs_config.cpp   [License: GPL
(v2+)]
 A             effects/_test/swiveltabs/swiveltabs_config.desktop  
 A             effects/_test/swiveltabs/swiveltabs_config.h   [License: GPL
(v2+)]
 A             effects/_test/swiveltabs/swiveltabs_config.ui  
 M  +2 -0      effects/presentwindows/presentwindows.cpp  
 M  +20 -1     effects/slideback/slideback.cpp  
 M  +3 -0      effects/slideback/slideback.h  
 M  +2 -0      events.cpp  
 M  +21 -5     geometry.cpp  
 M  +52 -0     kcmkwin/kwindecoration/preview.cpp  
 M  +14 -0     kcmkwin/kwindecoration/preview.h  
 M  +3 -0      kwinbindings.cpp  
 M  +8 -0      layers.cpp  
 M  +62 -0     lib/kcommondecoration.cpp  
 M  +18 -1     lib/kcommondecoration.h  
 M  +86 -23    lib/kdecoration.cpp  
 M  +96 -1     lib/kdecoration.h  
 M  +13 -0     lib/kdecorationbridge.h  
 M  +12 -0     lib/kwineffects.cpp  
 M  +6 -1      lib/kwineffects.h  
 M  +20 -0     manage.cpp  
 M  +13 -0     sm.cpp  
 M  +5 -0      sm.h  
 M  +9 -0      tabbox.cpp  
 M  +222 -0    useractions.cpp  
 M  +22 -0     workspace.cpp  
 M  +44 -0     workspace.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1049334

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
[prev in list] [next in list] [prev in thread] [next in thread] 

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