<div class="gmail_quote">On Sun, Sep 19, 2010 at 1:34 PM, Boudewijn Rempt <span dir="ltr">&lt;<a href="mailto:boud@valdyas.org">boud@valdyas.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Sunday 19 September 2010, Dmitry Kazakov wrote:<br>
&gt; &gt;<br>
&gt; &gt; The the KisNodeGraphListener is extended by a method to notify about node<br>
&gt; &gt; changes. Nodes call it when the systemLocked is turned off. I used<br>
&gt; &gt; systemLocked as it only called once an operation is finished, so we don&#39;t do<br>
&gt; &gt; updates that are not needed.<br>
&gt; &gt; The node model manages a queue for the nodes that will be updated after a<br>
&gt; &gt; one second timeout.<br>
&gt; &gt;<br>
&gt; &gt; Any comments?<br>
&gt; &gt;<br>
&gt;<br>
&gt; I have two comments about this:<br>
&gt; 1) I don&#39;t think it is very good to use systemLocked call for this. I&#39;m not<br>
&gt; sure this ability (to lock the system) should live in future releases. It&#39;s<br>
&gt; not good idea to block UI for any reason. So i temped to deprecate it in the<br>
&gt; future.<br>
<br>
</div>Well, systemLocked only locks the gui for a particular layer, so it&#39;s pretty safe. I don&#39; think we&#39;ll lose that. But I still think that using KisImage::void sigImageUpdated should be enough to kick off the thumbnails timer.<br>

<br></blockquote><div><br>sigImageUpdated doesn&#39;t contain information about the node that should be updated. With sigNodeChanged only the node that was changed with regenerate it&#39;s preview image.<br><br>As Boud said systemLocked only blocks the current node. Even without the systemLocked the node would have to be locked in some way. The queue that was proposed isn&#39;t a solution as it would just delay changes.<br>
</div></div>