Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-01 | GUI: Add lots of tooltips | Thomas White | |
2021-02-26 | GUI: Automatically generate new job names | Thomas White | |
2021-02-22 | Read job progress from written log files, even for local BE | Thomas White | |
This simplifies the backends somewhat, and makes them look more similar - e.g. there is now only one routine to find out how far along a merging job is. It has the added bonus of adding a log file for local jobs, which we would've had to add soon anyway. | |||
2021-02-18 | GUI: Avoid passing a few NULLs to GTK | Thomas White | |
2021-02-18 | SLURM: Submit merging and ambigator jobs via script | Thomas White | |
2021-02-18 | GUI: Show ambiguity options box first | Thomas White | |
This makes the GtkNotebook open on the right tab. See the documentation for gtk_notebook_set_current_page() | |||
2021-02-18 | GUI: Actually run ambigator (local backend only) | Thomas White | |
2021-02-18 | GUI: Track separately whether ambiguity operation should be used | Thomas White | |
This allows values to be held for both, which is more helpful. | |||
2021-02-17 | GUI: Re-work local backend plumbing | Thomas White | |
A single command line is not expressive enough for at least two cases: process_hkl, which needs to be run two extra times to generate the splits, and ambigator, which needs to have its input streams concatenated first. This also splits out the routine for creating the working folder and writing the notes file. | |||
2021-02-17 | GUI: Move ambigator parameters to separate structure | Thomas White | |
2021-02-17 | GUI: Plumbing, ready to run ambigator job | Thomas White | |
2021-02-17 | GUI: Generalise job notes page | Thomas White | |
2021-02-17 | GUI: Move ambigator options into a GtkNotebook | Thomas White | |
2021-02-16 | GUI: Add ambigator options | Thomas White | |