<table><tr><td style="">hein created this revision.<br />hein added reviewers: Plasma, davidedmundson, mart.<br />Restricted Application added projects: Plasma, Frameworks.<br />Restricted Application added a subscriber: Frameworks.
</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/D9138" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>When the component completes <tt style="background: #ebebeb; font-size: 13px;">FrameSvg::setRepaintBlocked(false)</tt><br />
is called, which calls <tt style="background: #ebebeb; font-size: 13px;">updateFrameData</tt>, which emits<br />
<tt style="background: #ebebeb; font-size: 13px;">repaintNeeded</tt>, which is connected to <tt style="background: #ebebeb; font-size: 13px;">doUpdate</tt> anyway.</p>

<p>This saves one <tt style="background: #ebebeb; font-size: 13px;">doUpdate</tt> per instanciation. The reason for that<br />
is as follows:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">The concept or repaint blocking is implemented in <tt style="background: #ebebeb; font-size: 13px;">FrameSvg</tt>, which inherits from <tt style="background: #ebebeb; font-size: 13px;">Svg</tt>.</li>
<li class="remarkup-list-item">The <tt style="background: #ebebeb; font-size: 13px;">repaintNeeded</tt> signal connected to <tt style="background: #ebebeb; font-size: 13px;">doUpdate</tt> is the one in <tt style="background: #ebebeb; font-size: 13px;">Svg</tt>.</li>
<li class="remarkup-list-item"><tt style="background: #ebebeb; font-size: 13px;">Svg</tt> code emits <tt style="background: #ebebeb; font-size: 13px;">repaintNeeded</tt> liberally even when repaints are blocked, since it doesn't know anything about this.</li>
</ul>

<p>Hence we check if repaints are blocked in doUpdate and abort,<br />
implementing the QQmlParserStatus interface in the right class.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R242 Plasma Framework (Library)</div></div></div><br /><div><strong>BRANCH</strong><div><div>master</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D9138" rel="noreferrer">https://phabricator.kde.org/D9138</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/declarativeimports/core/framesvgitem.cpp</div></div></div><br /><div><strong>To: </strong>hein, Plasma, davidedmundson, mart<br /><strong>Cc: </strong>plasma-devel, Frameworks, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart<br /></div>