aboutsummaryrefslogtreecommitdiff
path: root/src/gui_export.c
AgeCommit message (Collapse)Author
2023-02-24GUI: Avoid using format string for reminder windowThomas White
2023-02-17GUI: Automatically set appropriate extension for export filenameThomas White
2023-02-17GUI: Complain more loudly about export errorsThomas White
2023-02-17GUI: Add a reminder about the space group in the export headersThomas White
2023-02-16GUI: Avoid GTK warning if FoM unit cell is not setThomas White
2021-10-20Add "plain" MTZ file layout, distinct from "Bijvoet" layoutThomas White
Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/52
2021-10-20GUI: Set project name in MTZ filesThomas White
Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/28
2021-10-20Set crystal name in MTZ filesThomas White
When using the GUI, it will be set to the corresponding indexing result name.
2021-03-16Move MTZ and XDS export to libcrystfelThomas White
2021-02-18Wrap space_group_for_mtz with HAVE_LIBCCP4Thomas White
2021-02-15GUI: Complete the symmetry lookup table for exportThomas White
2021-02-12GUI: Put I+ and I- together in MTZ fileThomas White
2021-02-12GUI: Remove separate mtz-bij optionThomas White
2021-02-12GUI: Implement basic MTZ exportThomas White
2021-02-12GUI: Add CCP4 libraries and hide MTZ export options if not foundThomas White
2021-02-11GUI: Back out export reindex codeThomas White
The reindexing is really going to create a whole world of pain. Even if we can make it work correctly, it still might come as a surprise to people when the exported data is indexed differently (e.g. to data exported to some other format). Let's just forget the whole thing, and refuse to export to formats which don't have a way to represent the data we have. Perhaps revisit this later if it becomes a big problem and we want to put in the effort required.
2021-02-11GUI: Implement export to XDS_ASCIIThomas White
2021-02-11GUI: Validation bits for data exportThomas White
2021-02-11GUI: Go straight to GtkFileChooser for data exportThomas White
2021-02-10GUI: Sketch out data export windowThomas White