Skip to content

Reorg dirs: move widgets from GUI/Views/IntensityDataWidgets to new directory GUI/Views/ProjectionWidgets

t.knopff requested to merge reorg_dirs into develop

The sourcecode

  • IntensityDataProjectionsWidget.*
  • ProjectionsEditor.*
  • ProjectionsEditorActions.*
  • ProjectionsEditorCanvas.*
  • ProjectionsPlot.* and
  • ProjectionsPropertyPanel.*
  • ProjectionsToolBar.*
  • ProjectionsWidgets.* and
  • SaveProjectionsAssistant.*

has been moved from GUI/Views/IntensityDataWidgets/ to the new directory GUI/Views/ProjectionsWidgets/ because it is a separate component. By doing so the dependencies get clearer because the projections editor is based on functionality of the mask editor (in MaskWidgets) which itself is based on functionality found in IntensityDataWidgets.

Merge request reports

Loading