[frameworks-knotifications] [Bug 356523] Hide/restore window from system tray cause change it position

2016-12-18 Thread Andrea Scarpino
https://bugs.kde.org/show_bug.cgi?id=356523 Andrea Scarpino changed: What|Removed |Added CC||a.fetto...@gmail.com ---

[frameworks-knotifications] [Bug 356523] Hide/restore window from system tray cause change it position

2016-12-02 Thread Anthony
https://bugs.kde.org/show_bug.cgi?id=356523 Anthony changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[frameworks-knotifications] [Bug 356523] Hide/restore window from system tray cause change it position

2016-12-02 Thread Anthony
https://bugs.kde.org/show_bug.cgi?id=356523 --- Comment #24 from Anthony --- Git commit 6198841710fb128987c308bd3ef3ff8cbd294ce0 by Anthony Fieroni. Committed on 03/12/2016 at 06:50. Pushed by anthonyfieroni into branch 'master'. [KStatusNotifierItem] Save / restore widget

[frameworks-knotifications] [Bug 356523] Hide/restore window from system tray cause change it position

2016-03-28 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356523 --- Comment #23 from David Edmundson --- *** Bug 360949 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

[frameworks-knotifications] [Bug 356523] Hide/restore window from system tray cause change it position

2016-03-28 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356523 David Edmundson changed: What|Removed |Added CC|

[frameworks-knotifications] [Bug 356523] Hide/restore window from system tray cause change it position

2016-03-28 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356523 David Edmundson changed: What|Removed |Added CC|

[frameworks-knotifications] [Bug 356523] Hide/restore window from system tray cause change it position

2016-01-27 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356523 --- Comment #20 from Thomas Lübking --- Either the window was undecorated or the call to the wininfo was made before it was decorated by the WM (in either case frameGeometry() and geometry() are equal) Why there's this

[frameworks-knotifications] [Bug 356523] Hide/restore window from system tray cause change it position

2016-01-27 Thread Martin Klapetek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356523 --- Comment #14 from Martin Klapetek --- > Any results here? No. @Thomas > Actually™ you should not have to explicitly set the current geometry I did some testing - if I remove this call completely, the placement is fully random

[frameworks-knotifications] [Bug 356523] Hide/restore window from system tray cause change it position

2016-01-27 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356523 --- Comment #15 from Thomas Lübking --- What if you explicity associatedWidget->setAttribute(Qt::WA_Moved); (the individual sets will likely cause this whereas the combined one will figure it's no effective change and

[frameworks-knotifications] [Bug 356523] Hide/restore window from system tray cause change it position

2016-01-27 Thread Martin Klapetek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356523 --- Comment #16 from Martin Klapetek --- > associatedWidget->setAttribute(Qt::WA_Moved); Should just this be in or with some of the other lines? This standalone puts it always to the bottom-left corner of my screen. >

[frameworks-knotifications] [Bug 356523] Hide/restore window from system tray cause change it position

2016-01-27 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356523 --- Comment #17 from Thomas Lübking --- This alone should do (and not even be required), but I guess there there's more to it in the SNI case, like the widget being destroyed and recreated (so you've not moved this widget at

[frameworks-knotifications] [Bug 356523] Hide/restore window from system tray cause change it position

2016-01-27 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356523 --- Comment #18 from Anthony --- How this works correctly before 5.15? -- You are receiving this mail because: You are watching all bug changes.

[frameworks-knotifications] [Bug 356523] Hide/restore window from system tray cause change it position

2016-01-27 Thread Martin Klapetek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356523 --- Comment #19 from Martin Klapetek --- That's very likely some unrelated change, this code hasn't been altered for ages. -- You are receiving this mail because: You are watching all bug changes.

[frameworks-knotifications] [Bug 356523] Hide/restore window from system tray cause change it position

2016-01-26 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356523 --- Comment #13 from Anthony --- Any results here? -- You are receiving this mail because: You are watching all bug changes.

[frameworks-knotifications] [Bug 356523] Hide/restore window from system tray cause change it position

2016-01-05 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356523 --- Comment #12 from Thomas Lübking --- Actually™ you should not have to explicitly set the current geometry, QWidget::show() should do that automagically if the widget was ever moved (by the client code or the user) - also

[frameworks-knotifications] [Bug 356523] Hide/restore window from system tray cause change it position

2016-01-04 Thread Martin Klapetek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356523 Martin Klapetek changed: What|Removed |Added CC||thomas.luebk...@gmail.com

[frameworks-knotifications] [Bug 356523] Hide/restore window from system tray cause change it position

2016-01-04 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356523 --- Comment #11 from Thomas Lübking --- i don't recall the code, but if the wininfo isn't required otherwise, you can omit it. the widget should still have the proper geometry and Qt::WA_Moved will (hopefully still) make Qt

[frameworks-knotifications] [Bug 356523] Hide/restore window from system tray cause change it position

2015-12-12 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356523 Thomas Lübking changed: What|Removed |Added Product|kwin