Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-09-01 | Keep a separate record of unit cell file | Thomas White | |
There seems to be no way to get a clear answer from the GtkFileChooser about whether a file is actually set. Instead, it now keeps a separate record which is set to NULL when the "clear" button is pressed, and set to the filename from the GtkFileChooserButton on the "file-set" signal. | |||
2020-09-01 | SLURM: Show error message if job can't be cancelled | Thomas White | |
2020-08-31 | Only write unit cell file to project file if it's set | Thomas White | |
2020-08-31 | SLURM: Implement cancel_task | Thomas White | |
2020-08-31 | SLURM: Separate stderr and stdout files for each block | Thomas White | |
2020-08-31 | Split up job for submission via SLURM | Thomas White | |
2020-08-31 | GUI: Fix units of tolerances | Thomas White | |
2020-08-31 | SLURM: Don't use job response message in case of failure | Thomas White | |
2020-08-31 | SLURM: Give full path to indexamajig, and set up path | Thomas White | |
2020-08-31 | SLURM: Add option for extra PATH variable | Thomas White | |
2020-08-28 | Add hashbang to script | Thomas White | |
2020-08-28 | Fix premature unref of workdir_file | Thomas White | |
2020-08-28 | SLURM: Add environment | Thomas White | |
2020-08-28 | SLURM: Fix return value of get_task_status | Thomas White | |
Job tracking isn't implemented yet, but this prevents a screenful of warning messages. | |||
2020-08-28 | SLURM: Set UID and GID | Thomas White | |
2020-08-28 | Write notes to file | Thomas White | |
2020-08-28 | s/job title/job name/ | Thomas White | |
2020-08-28 | Actually submit a SLURM job | Thomas White | |
2020-08-28 | Insist on a job name | Thomas White | |
2020-08-28 | Avoid GSL running statistics for CrystFELImageView auto-scale | Thomas White | |
This changes the meaning slightly (it assumes all the panels are at least roughly the same size), and the code isn't very nice. However, it's not "science-critical" and it's worth it to get back to compatability with old GSL versions. | |||
2020-08-28 | Make sure indexing_backend_selected is initialised | Thomas White | |
2020-08-27 | Drop GTK2 and GDK2 altogether | Thomas White | |
Only the main GUI and cell_explorer use GTK, and the GUI is completely bound to GTK3. | |||
2020-08-27 | TakeTwo: Remove internal declarations | Thomas White | |
2020-08-27 | Fix indentation | Thomas White | |
2020-08-27 | Only compile image-msgpack.c if MessagePack is found | Thomas White | |
2020-08-27 | Fix function prototypes and returns for focus-out-event | Thomas White | |
2020-08-27 | indexamajig: Hide --hdf5-peaks | Thomas White | |
This option is no longer used, and generates a warning. The peak location comes in the geometry file instead. |