aboutsummaryrefslogtreecommitdiff
path: root/src/gui_project.h
AgeCommit message (Expand)Author
2020-10-22Skeleton for merging via GUIThomas White
2020-09-24Export find_result_by_nameThomas White
2020-09-24Add "*.h5" match typeThomas White
2020-09-08Add integration radii to projectThomas White
2020-09-08Grey out next/prev buttons when at extremes of dataThomas White
2020-09-08Just use project structure in backendsThomas White
2020-09-04Add results from new indexing jobThomas White
2020-09-04API for looking up results via gui_resultThomas White
2020-09-02New way of loading streamsThomas White
2020-09-02Add a drop-down list of resultsThomas White
2020-09-02Store list of results for GUIThomas White
2020-08-26Add job title and notes fieldsThomas White
2020-08-25Implement progress bar for indexing via generic interfaceThomas White
2020-08-25Create a progress bar for each running jobThomas White
2020-08-25Read/write backend optionsThomas White
2020-08-25Final (?) version of backend APIThomas White
2020-08-21Redefine backend interface functionsThomas White
2020-08-21Framework for backend parameters via GUIThomas White
2020-08-14Hook up (almost all) indexing parametersThomas White
2020-08-13GUI: Sketch out indexing options etcThomas White
2020-07-29Show reflections in GUIThomas White
2020-07-29Let caller (rather than CrystFELImageView) own the image structureThomas White
2020-07-29Store the actual DataTemplate in GUI project structThomas White
2020-07-29Add default_project (and add Stream to GUI project struct)Thomas White
2020-07-29"Load stream" optionThomas White
2020-07-29Confirm exit and save projectThomas White
2020-07-29Implement save_project()Thomas White
2020-07-29Move match_filename() to gui_projectThomas White
2020-07-29Move GUI project structure stuff to gui_project.hThomas White
2020-07-29Basic project persistenceThomas White