This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104436/

On March 29th, 2012, 3:22 p.m., Thomas Lübking wrote:

kwin/effects/coverswitch/coverswitch.cpp (Diff revision 1)
void CoverSwitchEffect::slotTabBoxAdded(int mode)
581
                    captionFrame->setIcon(selected_window->icon());
581
                    captionFrame->setIcon(selected_window->icon());
maybe the icon should be set in ::updateCaption() as well?

On March 29th, 2012, 3:29 p.m., Martin Gräßlin wrote:

As icon currently everywhere (including layout based switchers) the normal Plasma Icon is used. I think it makes sense to change that to the more generic "Show Desktop" icon as used by the Plasmoid and will open a Review Request for it.
What i meant is that (now) updateIcon() and updateCaption() seem to always come as pair so it might have made sense to just set the icon as part of the caption with updateCaption() as well. *shrug*

- Thomas


On March 29th, 2012, 8:40 a.m., Martin Gräßlin wrote:

Review request for kwin.
By Martin Gräßlin.

Updated March 29, 2012, 8:40 a.m.

Description

Use "Show Desktop" for the desktop entry with the same message as in "normal" TabBox.

BoxSwitch is not adjusted as it's scheduled for removal in 4.9

Testing

yes :-)
Bugs: 273478

Diffs

  • kwin/effects/coverswitch/coverswitch.h (b7a9da3)
  • kwin/effects/coverswitch/coverswitch.cpp (fe517d0)
  • kwin/effects/flipswitch/flipswitch.h (f3fca73)
  • kwin/effects/flipswitch/flipswitch.cpp (a32c47c)

View Diff