summaryrefslogtreecommitdiff
path: root/src/search/SearchModel.h
AgeCommit message (Collapse)AuthorFilesLines
2013-03-22Move all GUI source files into gui/Simon Robertshaw1-83/+0
2013-03-09allow new searches even if tags haven't loadedjacob11-1/+1
fixes search buttons being enabled but not working until the tags list is loaded
2012-09-29lock icon on unpublished savesjacob11-1/+1
2012-09-06Fix one more compiling errorjacob11-1/+1
(was using outdated SearchModel.h so reverted to official version)
2012-09-05Ensure errors are caught and displayed during tag operations. Fix some ↵Simon Robertshaw1-1/+1
issues with the Tag ui. Fixes #157
2012-09-03Load tags seperately from saves in searchSimon Robertshaw1-0/+8
2012-09-02Prevent changing of sorting mode when results haven't loaded. Fixes #172Simon Robertshaw1-2/+2
2012-08-14Prevent page count for being all over the place in searchSimon Robertshaw1-0/+1
2012-08-06Started work on save as current nameSimon Robertshaw1-0/+1
2012-08-04Tags, fixes #55Simon Robertshaw1-0/+4
2012-06-07Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ↵Simon Robertshaw1-6/+6
(stamps and local saves). Rename Stamps browser to LocalBrowser, ready for sharing code with the local save browser
2012-05-07A bit of refactoring (elements)Simon Robertshaw1-1/+1
2012-04-14Add ability to get favouritesSimon Robertshaw1-2/+6
2012-04-06Confirmation Dialogue, Save selection and multi-deleteSimon Robertshaw1-0/+7
2012-02-12Better names for sort, allow showing own savesSimon Robertshaw1-1/+1
2012-01-29Background retrieval of save info and save list.Simon Robertshaw1-0/+11
2012-01-26I've got to a point where I can no longer be bothered to think of a proper ↵Simon Robertshaw1-0/+4
commit comment
2012-01-21Reset page on sort changeSimon Robertshaw1-2/+2
2012-01-21Fix thumbnail crash, turns out SaveButton was storing a Thumbnail pointer, ↵Simon Robertshaw1-1/+17
not a Thumbnail as I thought
2012-01-21Better handling of save vector from clientSimon Robertshaw1-2/+2
2012-01-20More stuff, need to fix memory leakSimon Robertshaw1-1/+1
2012-01-19Add "cajun" for JSON reading and writing, Save searching in client and some ↵Simon Robertshaw1-0/+3
more stuff for searcg
2012-01-19Some folder changes, started search and clientSimon Robertshaw1-1/+2
2012-01-17Some minor changesSimon Robertshaw1-0/+23