<table><tr><td style="">rjvbb updated this revision to Diff 19073.<br />rjvbb added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D7640" rel="noreferrer">View Revision</a></tr></table><br /><div><div><p>Following Breeze's example, we can defer the creation of a timer for the busy/indeterminate state to when we encounter one, i.e. when <tt style="background: #ebebeb; font-size: 13px;">Style::drawControl()</tt> is called with <tt style="background: #ebebeb; font-size: 13px;">CE_ProgressBarContents</tt>.</p>

<p>Determining if the timer can be killed is a bit trickier of course (without changing considerably more), so I could do this:</p>

<p>1- start the timer if still necessary</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">A- when an animated PB is shown for the 1st time (= as usual), but not when a non animated PB is shown.
B- when an indeterminate PB is *drawn* for the 1st time</pre></div>

<p>2- return to the idle frequency when there are no more visible animated PBs (= current proposed change)<br />
3- kill the timer when all PBs are closed, destroyed or hidden</p>

<p>Slight complication: Style::drawControl() is const, so one also has to move <tt style="background: #ebebeb; font-size: 13px;">m_timer</tt>, <tt style="background: #ebebeb; font-size: 13px;">m_progressBarAnimateTimer</tt> and <tt style="background: #ebebeb; font-size: 13px;">m_progressBarAnimateFps</tt> to a private class, which in addition would have to have a <tt style="background: #ebebeb; font-size: 13px;">q</tt> pointer and a startParentTimer() "proxy" so we can call Style::startTimer() from a const member function.</p>

<p>For now I've only implemented this for Qt5, let me know if this is too much (complicated, or of a hack).</p></div></div><br /><div><strong>CHANGES SINCE LAST UPDATE</strong><div><a href="https://phabricator.kde.org/D7640?vs=19044&id=19073" rel="noreferrer">https://phabricator.kde.org/D7640?vs=19044&id=19073</a></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D7640" rel="noreferrer">https://phabricator.kde.org/D7640</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>qt4/style/qtcurve.cpp<br />
qt4/style/qtcurve.h<br />
qt5/style/qtcurve.cpp<br />
qt5/style/qtcurve.h<br />
qt5/style/qtcurve_api.cpp<br />
qt5/style/qtcurve_p.h</div></div></div><br /><div><strong>To: </strong>rjvbb, yuyichao, Plasma<br /><strong>Cc: </strong>davidedmundson, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart, lukas<br /></div>