summaryrefslogtreecommitdiff
path: root/src/localbrowser/LocalBrowserController.h
AgeCommit message (Collapse)AuthorFilesLines
2012-12-18selecting a stamp moves it to the front of the list again (unless you hold ctrl)jacob11-1/+2
attempted to do MVC right?
2012-10-05Flush stamps list to file when deletins, Rename stamps undelete function to ↵Simon Robertshaw1-1/+2
rescan
2012-10-05Stamp fix button to bring back deleted stampsjacob11-0/+1
2012-07-21Prevent race condition when reloading local stamps, fix task so "after()" ↵Simon Robertshaw1-0/+1
gets called and correct stamp name so they actually get deleted"
2012-06-07Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ↵Simon Robertshaw1-0/+39
(stamps and local saves). Rename Stamps browser to LocalBrowser, ready for sharing code with the local save browser