Skip to content

Refactor peak exporting

Zamaan Raza requested to merge export-dialogue into main
  • Made MtzExportDialog applicable to all export format, rename to PeakExportDialog
  • Removed many unnecessary menu entries
  • Fixed MtZExportDialog visuals
  • Fixed several dialog and exporter bugs
  • Remove merge computations from all GUI classes, they are now handled by PeakExporter
  • Remove unused LinkedComboBox
  • Fixed segfault caused by deleted PeakComboBox objects without destructor.
  • Removed export dialogue from SubframeMergedPeaks since all the parameters are already there (no comment field though)

Merge request reports