Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-10 | render_hkl: Fix non-Cairo render_za() implementation | Thomas White | |
2020-09-10 | render_hkl: Move struct resrings out of #ifdef | Thomas White | |
This causes a compilation failure when Cairo is not available. | |||
2020-09-09 | get_matrix_name: Improve string handling | Thomas White | |
2020-09-09 | CrystFELImageView: Skip entire draw_sig if image is NULL | Thomas White | |
2020-09-09 | Add optional measurement of time spent in indexers | Thomas White | |
2020-09-09 | CrystFELImageView: Better cross-hairs | Thomas White | |
2020-09-09 | Show job title in progress bar | Thomas White | |
2020-09-09 | GUI: Do "Index this frame" in a temporary folder | Thomas White | |
2020-09-08 | Show prediction boxes at the right size | Thomas White | |
2020-09-08 | Add integration radii to CrystFELIndexingOpts | Thomas White | |
2020-09-08 | Add integration radii to project | Thomas White | |
2020-09-08 | Fixup peak box | Thomas White | |
2020-09-08 | Grey out next/prev buttons when at extremes of data | Thomas White | |
2020-09-08 | Make peak box bigger (and add crosshairs) at high magnification | Thomas White | |
2020-09-08 | Select the right radio button in "Load data" dialogue box | Thomas White | |
2020-09-08 | Just use project structure in backends | Thomas White | |
We have to pass the crystfelproject anyway, to add the new results to the list. It seems messy to pass everything else separately, when at this moment the values must be exactly what is in the project structure anyway. | |||
2020-09-08 | Local/SLURM BE: Add full path to stream in results | Thomas White | |
2020-09-08 | Remove "Command line:" in stream | Thomas White | |
This wasn't present in the old version, and it was missing a space anyway. | |||
2020-09-08 | Un-export image_read_image_data | Thomas White | |
Not needed since f5b3c4db36fa. | |||
2020-09-08 | Set install_rpath for everything | Thomas White | |
See https://github.com/mesonbuild/meson/issues/2567 | |||
2020-09-07 | Set Show Reflections menu item when loading project | Thomas White | |
2020-09-07 | GUI: Set default peak radii to match indexamajig's defaults | Thomas White | |
2020-09-07 | Show cell parameters after "Index this frame" | Thomas White | |
2020-09-07 | Fix crystfel_indexing_opts_get_push_res | Thomas White | |
2020-09-07 | Fix update_peaks logic | Thomas White | |
2020-09-07 | crystfel_indexing_opts_set_cell_file: Also set iv->cell_file | Thomas White | |
Missed during 4bb4779998. | |||
2020-09-07 | Catch another "NULL" event -> // | Thomas White | |
2020-09-04 | Local BE: duplicate job title | Thomas White | |
add_result() takes ownership of all of these | |||
2020-09-04 | Omit some more arguments if NULL | Thomas White | |
2020-09-04 | Add results from new indexing job | Thomas White | |
2020-09-04 | Set results selector to "internal" when indexing one pattern | Thomas White | |
2020-09-04 | Update imageview on change of results | Thomas White | |
2020-09-04 | stream_read_chunk: Set image->spectrum | Thomas White | |
2020-09-04 | draw_refls: Set line width | Thomas White | |
2020-09-04 | Add a FIXME | Thomas White | |
2020-09-04 | Ensure peak/reflection drawing option is set correctly | Thomas White | |
2020-09-04 | stream_make_index: Don't require an event ID for every chunk | Thomas White | |
Event ID is not written if not needed | |||
2020-09-04 | make_key: Handle NULL event | Thomas White | |
2020-09-04 | Look up and show results in GUI | Thomas White | |
2020-09-04 | API for looking up results via gui_result | Thomas White | |
2020-09-04 | New API for random access to stream | Thomas White | |
2020-09-02 | Get rid of STREAM_IMAGE_DATA | Thomas White | |
No longer needed, and didn't fit very well in the first place. | |||
2020-09-02 | New way of loading streams | Thomas White | |
The old way: When a stream is loaded, completely change how many functions including update_imageview() work. The new way: When a steram is loaded, populate the list of filename/event IDs from the stream, and add the stream as a results source | |||
2020-09-02 | Add a drop-down list of results | Thomas White | |
2020-09-02 | Store list of results for GUI | Thomas White | |
2020-09-02 | Fix job tracking logic | Thomas White | |
2020-09-01 | SLURM: Don't forget to close the stderr files | Thomas White | |
Also, don't print the entire contents every time. We'll have to find another way to track warning messages. | |||
2020-09-01 | SLURM: Store full path to stderr files | Thomas White | |
2020-09-01 | SLURM: Don't crash if stderr file can't be read | Thomas White | |
2020-09-01 | SLURM: Track job status | Thomas White | |