Bug 299279 - Add layout specification to D-Bus call for invoking TabBox
Summary: Add layout specification to D-Bus call for invoking TabBox
Status: RESOLVED FIXED
Alias: None
Product: kwin
Classification: Plasma
Component: tabbox (show other bugs)
Version: git master
Platform: unspecified Linux
: NOR task
Target Milestone: 4.9
Assignee: KWin default assignee
URL: https://git.reviewboard.kde.org/r/104...
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-03 07:28 UTC by Martin Flöser
Modified: 2012-05-06 11:04 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 4.9.0
mgraesslin: ReviewRequest+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Flöser 2012-05-03 07:28:11 UTC
The D-Bus interface for activating TabBox should be extended to include the layout name. This would make it possible for Plasma Active to always request the window strip layout or for Plasma Netbook shell to request the grid layout.
Comment 1 Martin Flöser 2012-05-06 11:04:19 UTC
Forgot added the BUG keyword:

commit 69d67d630e1d22c15ee788f8611cafdc1a79a59d
Author: Martin Gräßlin <mgraesslin@kde.org>
Date:   Thu May 3 12:35:55 2012 +0200

    Add layout name to D-Bus interface to open TabBox
    
    If the layout name is specified a custom layout config is
    passed to the TabBoxHandler with the configured name.
    
    This can be used by Plasma Active to specify the window strip
    (overwrites any settings) and for Netbook shell as a replacement
    to opening Present Windows Effect.