o "Tasks" -> "Windows" when no windows are on current virtual desktop
when pressing alt-tab o Space cleanups (thanks to Kate) svn path=/trunk/kdebase/kwin/; revision=320065
This commit is contained in:
parent
1cec93a4f6
commit
078ca783a9
1 changed files with 45 additions and 45 deletions
|
@ -51,7 +51,7 @@ TabBox::TabBox( Workspace *ws, const char *name )
|
||||||
|
|
||||||
showMiniIcon = false;
|
showMiniIcon = false;
|
||||||
|
|
||||||
no_tasks = i18n("*** No Tasks ***");
|
no_tasks = i18n("*** No Windows ***");
|
||||||
m = DesktopMode; // init variables
|
m = DesktopMode; // init variables
|
||||||
reconfigure();
|
reconfigure();
|
||||||
reset();
|
reset();
|
||||||
|
@ -1061,7 +1061,7 @@ int Workspace::previousDesktopFocusChain( int iDesktop ) const
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
auxiliary functions to travers all clients according the focus
|
auxiliary functions to travers all clients according the focus
|
||||||
order. Useful for kwm´s Alt-tab feature.
|
order. Useful for kwms Alt-tab feature.
|
||||||
*/
|
*/
|
||||||
Client* Workspace::nextFocusChainClient( Client* c ) const
|
Client* Workspace::nextFocusChainClient( Client* c ) const
|
||||||
{
|
{
|
||||||
|
@ -1078,7 +1078,7 @@ Client* Workspace::nextFocusChainClient( Client* c ) const
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
auxiliary functions to travers all clients according the focus
|
auxiliary functions to travers all clients according the focus
|
||||||
order. Useful for kwm´s Alt-tab feature.
|
order. Useful for kwms Alt-tab feature.
|
||||||
*/
|
*/
|
||||||
Client* Workspace::previousFocusChainClient( Client* c ) const
|
Client* Workspace::previousFocusChainClient( Client* c ) const
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue