Summary: | Battery widget does unnecessary repaints | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Eckhart Wörner <ewoerner> |
Component: | widget-battery | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde, markg85, notmart, russianneuromancer |
Priority: | NOR | ||
Version: | 4.8.90 (beta2) | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Eckhart Wörner
2012-06-14 13:28:29 UTC
*** Bug 302034 has been marked as a duplicate of this bug. *** It is likely a regression since the applet is completely rewritten in QML. I just checked, the unnecessary repaints predate the rewrite. (In reply to comment #3) > I just checked, the unnecessary repaints predate the rewrite. Then it's a good point for improvement :) Git commit 81cf79994a067f7c9d7952240105d9acf92a2fc2 by Marco Martin. Committed on 20/06/2012 at 14:06. Pushed by mart into branch 'master'. avoid repaints when the same id is set again M +4 -0 plasma/declarativeimports/core/svgitem.cpp http://commits.kde.org/kde-runtime/81cf79994a067f7c9d7952240105d9acf92a2fc2 probably the repaint problem before is unrelated to the repaint problem now, because is a completely different implementation the above commit should at least partly solve it, not sure if completely tough Just ran for > 4 minutes with the kwin effect on not touching anything. The battery applet did not repaint. Closing as fixed. Please reopen if you still encounter an issue. |