« Return to Thread: Review Request: Redesign Window Switcher layout design
| This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104948/ |
About scaling: did you consider some (eg hover selecting) name or "icon" list and a preview box? Right now you have to scroll through some eventually long list or know what you're looking for.
| kwin/kcmkwin/kwintabbox/layoutconfig.cpp (Diff revision 1) | |||
|---|---|---|---|
LayoutConfig::LayoutConfig(QWidget* parent) |
LayoutConfig::LayoutConfig(const QString& layoutName, QWidget* parent) |
||
| 52 | setMinimumSize(QSize(500, 500)); |
55 | QWidget::setLayout(vboxLayout); |
passing a widget parameter sets the layout - the overloaded ::setLayout() does not break this, does it?
| kwin/kcmkwin/kwintabbox/layoutconfig.cpp (Diff revision 1) | |||
|---|---|---|---|
LayoutConfig::LayoutConfig(QWidget* parent) |
LayoutConfig::LayoutConfig(const QString& layoutName, QWidget* parent) |
||
| 80 | if (QObject *item = rootObject()->findChild<QObject*>("view")) { |
91 | m_declarativeView->rootObject()->setProperty("currentIndex", row); |
bug? ::selectedLayout() below still checks the "view" object (and so seems qml)
- Thomas
On May 14th, 2012, 6:49 p.m., Martin Gräßlin wrote:
|
Review request for kwin.
By Martin Gräßlin.
Updated May 14, 2012, 6:49 p.m. Description
Testing
Bugs:
299278
Diffs
Screenshots |
« Return to Thread: Review Request: Redesign Window Switcher layout design
| Free embeddable forum powered by Nabble | Forum Help |