[kdeplasma-addons] [Bug 381173] Wrong countdown speed in timer plasmoid's window.

2018-05-23 Thread Friedrich W . H . Kossebau
https://bugs.kde.org/show_bug.cgi?id=381173 Friedrich W. H. Kossebau changed: What|Removed |Added Status|CONFIRMED |RESOLVED

[kdeplasma-addons] [Bug 381173] Wrong countdown speed in timer plasmoid's window.

2018-05-23 Thread Friedrich W . H . Kossebau
https://bugs.kde.org/show_bug.cgi?id=381173 Friedrich W. H. Kossebau changed: What|Removed |Added CC||kosse...@kde.org

[kdeplasma-addons] [Bug 381173] Wrong countdown speed in timer plasmoid's window.

2018-05-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=381173 --- Comment #18 from Nate Graham --- Peter, since the original patch seems to have stalled, would you like to submit one based on your findings so far? -- You are receiving this mail because: You are watching all bug changes.

[kdeplasma-addons] [Bug 381173] Wrong countdown speed in timer plasmoid's window.

2018-05-10 Thread Peter Mühlenpfordt
https://bugs.kde.org/show_bug.cgi?id=381173 --- Comment #17 from Peter Mühlenpfordt --- I don't think this is a bug of QtQuick `Timer`. IMO the problem is a duplicate creation of `TimerView` and therefore duplicate timer trigger. If I remove/comment out e.g. the second (main.qml,

[kdeplasma-addons] [Bug 381173] Wrong countdown speed in timer plasmoid's window.

2018-05-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=381173 --- Comment #16 from Nate Graham --- A friendly ping with a "How would you like me to proceed?" might do the trick. -- You are receiving this mail because: You are watching all bug changes.

[kdeplasma-addons] [Bug 381173] Wrong countdown speed in timer plasmoid's window.

2018-05-09 Thread Mariusz Mazur
https://bugs.kde.org/show_bug.cgi?id=381173 --- Comment #15 from Mariusz Mazur --- My last comment contains a proposal to work around the issue pointed out by the reviewer. And I end with: "(…) I'm waiting to know how you'd like to proceed on this patch and the other

[kdeplasma-addons] [Bug 381173] Wrong countdown speed in timer plasmoid's window.

2018-05-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=381173 --- Comment #14 from Nate Graham --- (In reply to Mariusz Mazur from comment #13) > Upstream reviewer went silent two weeks ago without making a decision > (https://phabricator.kde.org/D12536), so anybody interested in having this >

[kdeplasma-addons] [Bug 381173] Wrong countdown speed in timer plasmoid's window.

2018-05-09 Thread Mariusz Mazur
https://bugs.kde.org/show_bug.cgi?id=381173 --- Comment #13 from Mariusz Mazur --- Upstream reviewer went silent two weeks ago without making a decision (https://phabricator.kde.org/D12536), so anybody interested in having this applet working can patch it themselves

[kdeplasma-addons] [Bug 381173] Wrong countdown speed in timer plasmoid's window.

2018-05-09 Thread David
https://bugs.kde.org/show_bug.cgi?id=381173 --- Comment #12 from David --- same problem -- You are receiving this mail because: You are watching all bug changes.

[kdeplasma-addons] [Bug 381173] Wrong countdown speed in timer plasmoid's window.

2018-05-09 Thread David
https://bugs.kde.org/show_bug.cgi?id=381173 David changed: What|Removed |Added CC||spearhead...@gmail.com ---

[kdeplasma-addons] [Bug 381173] Wrong countdown speed in timer plasmoid's window.

2018-05-02 Thread Peter Mühlenpfordt
https://bugs.kde.org/show_bug.cgi?id=381173 Peter Mühlenpfordt changed: What|Removed |Added CC||de...@ukn8.de -- You are

[kdeplasma-addons] [Bug 381173] Wrong countdown speed in timer plasmoid's window.

2018-04-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=381173 --- Comment #10 from Nate Graham --- Thank you! -- You are receiving this mail because: You are watching all bug changes.

[kdeplasma-addons] [Bug 381173] Wrong countdown speed in timer plasmoid's window.

2018-04-26 Thread Mariusz Mazur
https://bugs.kde.org/show_bug.cgi?id=381173 --- Comment #9 from Mariusz Mazur --- Ok, found a spare hour to figure this out (courtesy of car mechanic having scheduling problems). All patches submitted, including the one that fixes this issue (D12536). -- You are

[kdeplasma-addons] [Bug 381173] Wrong countdown speed in timer plasmoid's window.

2018-04-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=381173 --- Comment #8 from Nate Graham --- It's actually pretty easy, and I'd be happy to walk you through it. The documentation is at https://community.kde.org/Infrastructure/Phabricator Submitting via the web interface is literally a 5-minute

[kdeplasma-addons] [Bug 381173] Wrong countdown speed in timer plasmoid's window.

2018-04-25 Thread Mariusz Mazur
https://bugs.kde.org/show_bug.cgi?id=381173 --- Comment #7 from Mariusz Mazur --- Fixes for this bug (and probably 391634) can be found here: https://github.com/mmazur/kdeplasma-addons/tree/timerfixes Anybody willing to get them merged has my blessing. I'll probably

[kdeplasma-addons] [Bug 381173] Wrong countdown speed in timer plasmoid's window.

2018-04-24 Thread Rik Mills
https://bugs.kde.org/show_bug.cgi?id=381173 Rik Mills changed: What|Removed |Added CC||rikmi...@kubuntu.org -- You

[kdeplasma-addons] [Bug 381173] Wrong countdown speed in timer plasmoid's window.

2018-04-24 Thread Mariusz Mazur
https://bugs.kde.org/show_bug.cgi?id=381173 --- Comment #6 from Mariusz Mazur --- Ok, so I've rewritten the timer logic and now the plasmoid is (much more) precise independently of issues with Qt. And fixed a few other bugs while I was at it. So first order of

[kdeplasma-addons] [Bug 381173] Wrong countdown speed in timer plasmoid's window.

2018-04-24 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=381173 David Edmundson changed: What|Removed |Added CC|

[kdeplasma-addons] [Bug 381173] Wrong countdown speed in timer plasmoid's window.

2018-04-24 Thread Mariusz Mazur
https://bugs.kde.org/show_bug.cgi?id=381173 --- Comment #4 from Mariusz Mazur --- QtQuick's Timer became unreliable and is notifying the plasmoid that a second has passed twice each time it passes. I'll rewrite the handling to make sure that's no longer the issue.

[kdeplasma-addons] [Bug 381173] Wrong countdown speed in timer plasmoid's window.

2018-04-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=381173 Nate Graham changed: What|Removed |Added CC||n...@kde.org -- You are receiving

[kdeplasma-addons] [Bug 381173] Wrong countdown speed in timer plasmoid's window.

2018-04-24 Thread Mariusz Mazur
https://bugs.kde.org/show_bug.cgi?id=381173 Mariusz Mazur changed: What|Removed |Added CC|

[kdeplasma-addons] [Bug 381173] Wrong countdown speed in timer plasmoid's window.

2017-06-14 Thread Natalia
https://bugs.kde.org/show_bug.cgi?id=381173 Natalia changed: What|Removed |Added CC||rk...@mail.ru --- Comment #2 from

[kdeplasma-addons] [Bug 381173] Wrong countdown speed in timer plasmoid's window.

2017-06-13 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=381173 Kai Uwe Broulik changed: What|Removed |Added CC|

[kdeplasma-addons] [Bug 381173] Wrong countdown speed in timer plasmoid's window.

2017-06-13 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=381173 Dr. Chapatin changed: What|Removed |Added CC||yy...@gmx.com -- You are

[kdeplasma-addons] [Bug 381173] Wrong countdown speed in timer plasmoid's window.

2017-06-13 Thread Kott
https://bugs.kde.org/show_bug.cgi?id=381173 Kott changed: What|Removed |Added Summary|Wrong countdown speed in|Wrong countdown speed in