Hi All,<div><br></div><div>Last night I thought it might be cool to try and implement auto saving for layers that are in edit mode in QGIS.  There was a request [1] opened up a while ago and while a plugin could have been made to fill the hole I think that this kind of stuff is nice to have built in.</div>


<div><br></div><div>So I had a go at adding it myself.  The idea is that you can set the auto save interval, in milliseconds (will change to seconds), for each layer.  After that a timer fires at the interval and saves the layer for you.  I thought a per-layer auto save feature is better then a blanket auto save for all as it gives the user more control.</div>

<div><br></div><div>I added a checkable button in a dropdown style button (like measure tools) under the normal save button, that when selected asks the user for a interval and then enables autosaving.</div><div><br></div>

<div>The branch for my changes are at <a href="https://github.com/NathanW2/Quantum-GIS/tree/autosave">https://github.com/NathanW2/Quantum-GIS/tree/autosave</a> I would love if people would be able to test it for me and make sure I haven&#39;t made any mistakes while coding (still newish to Qt &amp; C++). </div>

<meta http-equiv="content-type" content="text/html; charset=utf-8"><div><br></div><div>[1] <a href="http://hub.qgis.org/issues/4135" target="_blank">http://hub.qgis.org/issues/4135</a></div><div><br></div><div>Regards,</div>

<div>Nathan Woodrow</div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="http://woostuff.wordpress.com/">http://woostuff.wordpress.com/</a></div>