summaryrefslogtreecommitdiff
path: root/src/search/SearchView.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-03-22Move all GUI source files into gui/Simon Robertshaw1-718/+0
2013-03-04by date turns white like my own does when selectedjacob11-36/+39
2013-02-25fix even more memory leaksjacob11-0/+7
2013-01-15don't allow 1-3 letter searches, because bad search results are just returnedjacob11-1/+2
2013-01-07local save deletion and renaming with the right click context menujacob11-5/+6
2013-01-07delay deleting save buttons, to prevent possible crash laterjacob11-2/+5
2012-09-26Fix own / fav buttons being enabled even when not logged injacob11-2/+4
2012-09-16remove unneeded checkjacob11-1/+1
2012-09-16Add icons back to search buttons, fix positioning of them, disable my own / f...jacob11-8/+26
2012-09-16Show number of votes and the history button on your own savesjacob11-0/+8
2012-09-13Save history and new multiline formatterSimon Robertshaw1-1/+1
2012-09-06Some improvements to the appearence of the save browser and previewjacob11-2/+4
2012-09-05Allow mass unfavouring, unfavouring from the preview view. Fixes #149Simon Robertshaw1-2/+7
2012-09-03Load tags seperately from saves in searchSimon Robertshaw1-69/+102
2012-09-02Prevent changing of sorting mode when results haven't loaded. Fixes #172Simon Robertshaw1-0/+2
2012-09-01Use original naming for sorting button in save search, fixes #155Simon Robertshaw1-1/+4
2012-08-17RichText label (used for MOTD), fixes #123Simon Robertshaw1-1/+2
2012-08-14Fix crash when using search (std::remove doesn't seem to work as I expected),...Simon Robertshaw1-0/+4
2012-08-12Use forward declarations more to avoid excessive includesSimon Robertshaw1-3/+4
2012-08-12Message of the day and user session check on startupSimon Robertshaw1-0/+12
2012-08-05Clear search buttonSimon Robertshaw1-2/+35
2012-08-05Icon adjustmentsSimon Robertshaw1-1/+2
2012-08-05Persistent search window responds to user auth eventsSimon Robertshaw1-30/+72
2012-08-04Nicer colour for "popular tags" headerSimon Robertshaw1-1/+1
2012-08-04Tags, fixes #55Simon Robertshaw1-1/+98
2012-08-04Get rid of useless free space in search viewSimon Robertshaw1-3/+3
2012-06-18Don't rely on Window class freeing for components that may not be addedSimon Robertshaw1-0/+7
2012-06-07Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ...Simon Robertshaw1-1/+1
2012-05-22Better icon alignment, improve appearance of previewSimon Robertshaw1-7/+7
2012-05-15Move style into ComponentSimon Robertshaw1-7/+7
2012-04-14Add ability to get favouritesSimon Robertshaw1-3/+47
2012-04-14Graphics:: Extra icons for Report and Favourite. Client:: Get favourite stat...Simon Robertshaw1-0/+30
2012-04-06Confirmation Dialogue, Save selection and multi-deleteSimon Robertshaw1-0/+99
2012-04-03Search and stamps scolling with mouse wheel, Esc to exitSimon Robertshaw1-0/+16
2012-02-12Better names for sort, allow showing own savesSimon Robertshaw1-7/+9
2012-02-11Comments on save preview and some minor changes for vote barsSimon Robertshaw1-0/+5
2012-01-29Background retrieval of save info and save list.Simon Robertshaw1-3/+20
2012-01-28Voting, fix save browserSimon Robertshaw1-1/+1
2012-01-26I've got to a point where I can no longer be bothered to think of a proper co...Simon Robertshaw1-0/+5
2012-01-22Merge remote-tracking branch 'origin/master'FrankBro1-0/+11
2012-01-22Started the rest of the UIFrankBro1-2/+2
2012-01-21Basic skeleton for save previewSimon Robertshaw1-0/+11
2012-01-21Fix thumbnail crash, turns out SaveButton was storing a Thumbnail pointer, no...Simon Robertshaw1-9/+101
2012-01-21Fix search crashSimon Robertshaw1-0/+2
2012-01-21Better handling of save vector from clientSimon Robertshaw1-1/+1
2012-01-20More stuff, need to fix memory leakSimon Robertshaw1-2/+27
2012-01-19Add "cajun" for JSON reading and writing, Save searching in client and some m...Simon Robertshaw1-28/+52
2012-01-19Some folder changes, started search and clientSimon Robertshaw1-2/+52
2012-01-17Some minor changesSimon Robertshaw1-0/+10