evil-mad / robopaint

The software for your friendly painting robot kit!
126 stars 34 forks source link

Add a history feature, to replace mode-managed files #266

Closed techninja closed 8 years ago

techninja commented 8 years ago

Every mode that saves SVG data will now save a file to the svg-cache user data folder, and refresh the date modified descending sorted list available next to quick load.

robopaint _041

Those goes hand in hand with the removal of Edit mode warnings #252, so now the file is saved regardless, and you can always go back and get something. Even added a delete feature if you don't want something cluttering your list. It lists the top 50 files (because it's easy to scroll), and if you delete anything in the list, anything older will repopulate to the bottom.

oskay commented 8 years ago

This looks like a huge improvement!

techninja commented 8 years ago

I thought you didn't want "features" :stuck_out_tongue_winking_eye:!

We should get you setup locally so you can do pull request reviewing, otherwise the only one we have to do this is @docprofsky, who appears to be too busy to get this looked at. When I get back from Westport monday night, I'll likely get this merged regardless and roll the Beta2 release.

techninja commented 8 years ago

Eh, I'll just merge this.