Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-05 | Mass update of copyright dates in source code comments | Thomas White | |
2021-03-01 | GUI: Pass --int-radius to indexamajig | Thomas White | |
Whoops - this was missed out before. This also reduces the precision displayed in the dialog box to reflect what is actually passed to indexamajig. | |||
2021-03-01 | GUI: Add lots of tooltips | Thomas White | |
2021-02-17 | CrystFELIndexingOpts: tweak spacing | Thomas White | |
2021-02-11 | Move i_maybe_disable to GTK utils | Thomas White | |
2021-02-08 | Formatting | Thomas White | |
2020-11-20 | Move indexing option tabs to side, and rearrange | Thomas White | |
This seems to give a more compact and logical layout | |||
2020-11-20 | GUI: Add stream output options including metadata to copy | Thomas White | |
2020-10-29 | Implement checkbox -> widget sensitivity dependencies | Thomas White | |
2020-10-29 | Custom GTK widgets should not show themselves | Thomas White | |
2020-10-26 | Label all uses of cell tolerances | Thomas White | |
I'm sick of fixing this same issue over and over again. New rule: any code handling unit cell tolerances MUST be labelled with details of units. | |||
2020-10-22 | CrystFELIndexingOpts: Fix incorrect variable for push-res value | Thomas White | |
2020-10-15 | Add TakeTwo to the list of indexers automatically used | Thomas White | |
2020-10-07 | Revert "Move asdf out of set of indexers used by default" | Thomas White | |
This reverts commit 62183aacf906f4aff771295aa378cff039dd50ff. The apparent slowness was due to a bug introduced in August 2019. See 2a8f415df845064186baa833f9fe1ad91c0f5753. | |||
2020-10-06 | Move asdf out of set of indexers used by default | Thomas White | |
Sadly, it has the same fatal flaw as TakeTwo: taking forever on a minority of patterns. | |||
2020-09-08 | Add integration radii to CrystFELIndexingOpts | Thomas White | |
2020-09-07 | Fix crystfel_indexing_opts_get_push_res | Thomas White | |
2020-09-07 | crystfel_indexing_opts_set_cell_file: Also set iv->cell_file | Thomas White | |
Missed during 4bb4779998. | |||
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-08-20 | Disable cell tolerances when "check cell" is unchecked | Thomas White | |
2020-08-20 | Remove unused function | Thomas White | |
2020-08-20 | GUI: Implement automatic indexing method selection | Thomas White | |
2020-08-19 | Disable indexing method chooser when auto mode is selected | Thomas White | |
2020-08-19 | Replace potentially confusing "Use unit cell" checkbox | Thomas White | |
2020-08-17 | Implement crystfel_indexing_opts_set_method_string() | Thomas White | |
2020-08-17 | Implement indexing method selection via GUI | Thomas White | |
2020-08-14 | Hook up (almost all) indexing parameters | Thomas White | |
2020-08-13 | GUI: Sketch out indexing options etc | Thomas White | |