<div class="gmail_quote">On Sun, Sep 19, 2010 at 2:04 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><div></div><div class="h5">On Sunday 19 September 2010, Sven Langkamp wrote:<br>
&gt; On Sun, Sep 19, 2010 at 1:34 PM, Boudewijn Rempt &lt;<a href="mailto:boud@valdyas.org">boud@valdyas.org</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; On Sunday 19 September 2010, Dmitry Kazakov wrote:<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; The the KisNodeGraphListener is extended by a method to notify about<br>
&gt; &gt; node<br>
&gt; &gt; &gt; &gt; changes. Nodes call it when the systemLocked is turned off. I used<br>
&gt; &gt; &gt; &gt; systemLocked as it only called once an operation is finished, so we<br>
&gt; &gt; don&#39;t do<br>
&gt; &gt; &gt; &gt; updates that are not needed.<br>
&gt; &gt; &gt; &gt; The node model manages a queue for the nodes that will be updated after<br>
&gt; &gt; a<br>
&gt; &gt; &gt; &gt; one second timeout.<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Any comments?<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; I have two comments about this:<br>
&gt; &gt; &gt; 1) I don&#39;t think it is very good to use systemLocked call for this. I&#39;m<br>
&gt; &gt; not<br>
&gt; &gt; &gt; sure this ability (to lock the system) should live in future releases.<br>
&gt; &gt; It&#39;s<br>
&gt; &gt; &gt; not good idea to block UI for any reason. So i temped to deprecate it in<br>
&gt; &gt; the<br>
&gt; &gt; &gt; future.<br>
&gt; &gt;<br>
&gt; &gt; Well, systemLocked only locks the gui for a particular layer, so it&#39;s<br>
&gt; &gt; pretty safe. I don&#39; think we&#39;ll lose that. But I still think that using<br>
&gt; &gt; KisImage::void sigImageUpdated should be enough to kick off the thumbnails<br>
&gt; &gt; timer.<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; sigImageUpdated doesn&#39;t contain information about the node that should be<br>
&gt; updated. With sigNodeChanged only the node that was changed with regenerate<br>
&gt; it&#39;s preview image.<br>
<br>
</div></div>Yes, that&#39;s right. One thing I might have missed is what happens when painting with the freehand tool -- that doesn&#39;t use systemlocked, does it?<br></blockquote><div><br>Yes, in some places we are still missing systemLocked. The layerbox can also be used to find them ;)<br>
For testing you can use the gradient tool. <br></div></div>