[kwin] [Bug 356869] kwin 5.5.1 - decoration area spacing not updated after adding/removing buttons

2015-12-27 Thread Hugo Pereira Da Costa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356869 Hugo Pereira Da Costa changed: What|Removed |Added Product|Breeze |kwin Target

[kwin] [Bug 356869] kwin 5.5.1 - decoration area spacing not updated after adding/removing buttons

2015-12-27 Thread Hugo Pereira Da Costa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356869 Hugo Pereira Da Costa changed: What|Removed |Added Latest Commit|http://commits.kde.org/bree

[kwin] [Bug 356869] kwin 5.5.1 - decoration area spacing not updated after adding/removing buttons

2015-12-27 Thread Hugo Pereira Da Costa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356869 Hugo Pereira Da Costa changed: What|Removed |Added Latest Commit|http://commits.kde.org/oxyg

[kwin] [Bug 356869] kwin 5.5.1 - decoration area spacing not updated after adding/removing buttons

2015-12-27 Thread Hugo Pereira Da Costa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356869 Hugo Pereira Da Costa changed: What|Removed |Added Latest Commit|http://commits.kde.org/bree

[kwin] [Bug 356869] kwin 5.5.1 - decoration area spacing not updated after adding/removing buttons

2015-12-27 Thread Hugo Pereira Da Costa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356869 --- Comment #17 from Hugo Pereira Da Costa --- (In reply to Thomas Lübking from comment #16) > I guess I should write a virtuality deco ;-) > > > Works when adding buttons not when removing. > That's rather odd, but there's

[kwin] [Bug 356869] kwin 5.5.1 - decoration area spacing not updated after adding/removing buttons

2015-12-27 Thread Till Schäfer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356869 --- Comment #25 from Till Schäfer --- (In reply to Hugo Pereira Da Costa from comment #15) > Also, (OT) in the meanwhile, I've noticed that > KDecoration2::DecoratedClient::widthChanged is called at every window move >

[kwin] [Bug 356869] kwin 5.5.1 - decoration area spacing not updated after adding/removing buttons

2015-12-27 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356869 --- Comment #18 from Thomas Lübking --- "changed" is indeed a functor pointing one of them, so that's correct. Though what's odd is that those changed events should wipe and recreate the button groups, so either the group is

[kwin] [Bug 356869] kwin 5.5.1 - decoration area spacing not updated after adding/removing buttons

2015-12-27 Thread Hugo Pereira Da Costa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356869 Hugo Pereira Da Costa changed: What|Removed |Added Latest Commit|http://commits.kde.org/bree

[kwin] [Bug 356869] kwin 5.5.1 - decoration area spacing not updated after adding/removing buttons

2015-12-27 Thread Hugo Pereira Da Costa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356869 Hugo Pereira Da Costa changed: What|Removed |Added Latest Commit|

[kwin] [Bug 356869] kwin 5.5.1 - decoration area spacing not updated after adding/removing buttons

2015-12-27 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356869 --- Comment #16 from Thomas Lübking --- I guess I should write a virtuality deco ;-) > Works when adding buttons not when removing. That's rather odd, but there's probably even better: void

[kwin] [Bug 356869] kwin 5.5.1 - decoration area spacing not updated after adding/removing buttons

2015-12-27 Thread Hugo Pereira Da Costa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356869 --- Comment #11 from Hugo Pereira Da Costa --- >From my recollection (but I can re-double check), updateButtonGeometry *is* called (when would it be otherwise ?). But this is not reflected on the screen. Ok I will double check.

[kwin] [Bug 356869] kwin 5.5.1 - decoration area spacing not updated after adding/removing buttons

2015-12-27 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356869 --- Comment #14 from Thomas Lübking --- ps: connecting it delayed! -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 356869] kwin 5.5.1 - decoration area spacing not updated after adding/removing buttons

2015-12-27 Thread Hugo Pereira Da Costa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356869 --- Comment #19 from Hugo Pereira Da Costa --- (In reply to Thomas Lübking from comment #18) > "changed" is indeed a functor pointing one of them, so that's correct. > > Though what's odd is that those changed events should wipe

[kwin] [Bug 356869] kwin 5.5.1 - decoration area spacing not updated after adding/removing buttons

2015-12-27 Thread Hugo Pereira Da Costa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356869 --- Comment #15 from Hugo Pereira Da Costa --- Tried to connect (delayed) decorationButtonsLeftChanged and decorationButtonsRightChanged from DecorationSettings. Works when adding buttons not when removing. Also, (OT) in the

[kwin] [Bug 356869] kwin 5.5.1 - decoration area spacing not updated after adding/removing buttons

2015-12-27 Thread Hugo Pereira Da Costa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356869 --- Comment #22 from Hugo Pereira Da Costa --- PS: thanks for the help. Will also fix oxygen. -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 356869] kwin 5.5.1 - decoration area spacing not updated after adding/removing buttons

2015-12-27 Thread Hugo Pereira Da Costa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356869 --- Comment #12 from Hugo Pereira Da Costa --- (In reply to Thomas Lübking from comment #10) > I don't think it's a repaint, but a relayout error, ie. missing > ::updateButtonsGeometry() call - you probably need to connect that to

[kwin] [Bug 356869] kwin 5.5.1 - decoration area spacing not updated after adding/removing buttons

2015-12-27 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356869 --- Comment #10 from Thomas Lübking --- I don't think it's a repaint, but a relayout error, ie. missing ::updateButtonsGeometry() call - you probably need to connect that to DecorationButtonGroup::geometryChanged() for

[kwin] [Bug 356869] kwin 5.5.1 - decoration area spacing not updated after adding/removing buttons

2015-12-18 Thread Till Schäfer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356869 --- Comment #7 from Till Schäfer --- I can confirm, that plastik is unaffected. -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 356869] kwin 5.5.1 - decoration area spacing not updated after adding/removing buttons

2015-12-18 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356869 Martin Gräßlin changed: What|Removed |Added Ever confirmed|0 |1

[kwin] [Bug 356869] kwin 5.5.1 - decoration area spacing not updated after adding/removing buttons

2015-12-18 Thread Till Schäfer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356869 --- Comment #1 from Till Schäfer --- Created attachment 96170 --> https://bugs.kde.org/attachment.cgi?id=96170=edit the normal state of the decoration -- You are receiving this mail because: You are watching all bug

[kwin] [Bug 356869] kwin 5.5.1 - decoration area spacing not updated after adding/removing buttons

2015-12-18 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356869 --- Comment #3 from Martin Gräßlin --- I assume resizing the window will fix it? -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 356869] kwin 5.5.1 - decoration area spacing not updated after adding/removing buttons

2015-12-18 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356869 --- Comment #6 from Thomas Lübking --- Seems to be only reproducible with breeze? How does the plastik deco behave on your side? -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 356869] kwin 5.5.1 - decoration area spacing not updated after adding/removing buttons

2015-12-18 Thread Till Schäfer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356869 --- Comment #4 from Till Schäfer --- yes, resizing fixes it. -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 356869] kwin 5.5.1 - decoration area spacing not updated after adding/removing buttons

2015-12-18 Thread Till Schäfer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356869 --- Comment #2 from Till Schäfer --- Created attachment 96171 --> https://bugs.kde.org/attachment.cgi?id=96171=edit the state of the decoration after adding a button -- You are receiving this mail because: You are