summaryrefslogtreecommitdiffstats
path: root/backend.py
Commit message (Collapse)AuthorAgeFilesLines
* interrupt, saveGravatar ryuslash2010-04-271-2/+10
| | | | | | | On keyboard interrupt in the regular flow of downloading the collected images of this session and of last session are saved so as not to destroy the archive accidentally this way. If an item is added to the new collection, it is removed from the old one. If a save is being dumped (uncleanly saved because of KB interrupt), the old collection is appended to the new one. Upon loading the returned string is split to enable removing of the old items.
* Nasty bug where it didn't actually save anythingGravatar ryuslash2010-04-221-1/+3
|
* Not checking and kirbybaseGravatar ryuslash2010-04-191-0/+60
Using kirbybase to store downloaded images A nasty bug that always returned the wrong result when checking whether an image had already been downloaded has been fixed