Refactor peak exporting
- Made
MtzExportDialog
applicable to all export format, rename toPeakExportDialog
- 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)