summaryrefslogtreecommitdiff
path: root/src/save/ServerSaveActivity.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-03-22Move all GUI source files into gui/Simon Robertshaw1-311/+0
2013-03-16Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-1/+44
2013-03-16Nicer resize method for VideoBuffer, fix Local and Server save previewsSimon Robertshaw1-2/+7
2013-03-16new PSTN arms get deco color of the pushing pistonsjacob11-1/+0
2013-03-16add a button to show the save uploading rules inside the save upload dialogjacob11-1/+45
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-03-10AvatarButton/holder, rename ThumbnailBroker for more general purposesSimon Robertshaw1-2/+2
2013-01-07paused checkbox when savingjacob11-1/+7
2012-12-29fix save as new name not actually causing the new save & title to be loadedjacob11-5/+2
2012-11-16fix crashes when deleting stamps or getting an error when savingjacob11-2/+2
2012-10-05Ensure save is stored in memory for reload when using Save as current name, ↵Simon Robertshaw1-2/+9
correct ServerSaveActivity to call SaveUploaded when doing an instant upload
2012-10-05don't render fire on stamps (reduces lag)jacob11-1/+1
2012-10-01Limit save description lengthSimon Robertshaw1-0/+1
2012-09-30fix saves getting corrupted when saving, fix error messages not showing ↵jacob11-1/+1
(correctly)
2012-09-25some improvements to the render options interface and checkboxes (icons and ↵jacob11-1/+1
tooltips coming next)
2012-08-27Enable decorations in renderer for local save items, disable for server save ↵Simon Robertshaw1-1/+1
previews.
2012-08-10Correct position of cancel button in server save dialogueSimon Robertshaw1-1/+1
2012-08-07Save as current name complete, resolves #5Simon Robertshaw1-3/+60
2012-08-06Started work on save as current nameSimon Robertshaw1-1/+16
2012-08-04Better exiting from windows (Escape and Enter) and 'q' for exit, fixes #35 ↵Simon Robertshaw1-0/+2
and #60
2012-08-03Untick publish box for save prompt my default if the save does not belong to ↵Simon Robertshaw1-3/+33
the user, addresses issue #43
2012-08-01Local Saving, Server Saving rewriteSimon Robertshaw1-0/+149