summaryrefslogtreecommitdiff
path: root/src/interface/SaveButton.h
AgeCommit message (Collapse)AuthorFilesLines
2013-03-22Move all GUI source files into gui/Simon Robertshaw1-83/+0
2013-03-14Move requestbroker into new folder, make request process function a method ↵Simon Robertshaw1-1/+1
of Request
2013-03-12Make thumbnailbroker more general purpose, image requests for requestbroker, ↵Simon Robertshaw1-5/+4
avatars in previewview
2013-01-07local save deletion and renaming with the right click context menujacob11-4/+5
2012-10-26bring back the old vote barsjacob11-2/+2
2012-09-16Right click menu to go to history and user info for save buttonsSimon Robertshaw1-1/+6
2012-09-16Show number of votes and the history button on your own savesjacob11-0/+5
2012-08-14Fix crash when using search (std::remove doesn't seem to work as I ↵Simon Robertshaw1-0/+5
expected), Add clickable author names for search. Fixes #95
2012-07-31ThumbnailBroker for background retrieval and renderingSimon Robertshaw1-1/+5
2012-07-27Local file browser + some more interesting things like Progress bar UI componentSimon Robertshaw1-0/+1
2012-07-06Move graphics into seperate folderSimon Robertshaw1-1/+1
2012-06-07Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ↵Simon Robertshaw1-4/+8
(stamps and local saves). Rename Stamps browser to LocalBrowser, ready for sharing code with the local save browser
2012-04-22Correct quirks with drawrect and fillrect, change UI components accordingly, ↵Simon Robertshaw1-0/+1
shorten save name in save button
2012-04-06Confirmation Dialogue, Save selection and multi-deleteSimon Robertshaw1-1/+8
2012-01-29Vote view in save preview, better handling of controller destructionSimon Robertshaw1-4/+3
2012-01-21Basic skeleton for save previewSimon Robertshaw1-0/+1
2012-01-21Fix thumbnail crash, turns out SaveButton was storing a Thumbnail pointer, ↵Simon Robertshaw1-0/+1
not a Thumbnail as I thought
2012-01-21Better handling of save vector from clientSimon Robertshaw1-4/+4
2012-01-19Some folder changes, started search and clientSimon Robertshaw1-0/+50