Skip to content

Reorg dirs: resolved dependency of `GUI/utils' on `GUI/Views`

t.knopff requested to merge reorg_dirs into develop

In this MR the dependency of GUI/utils on GUI/Views has been resolved:

  • The utility function binifyAxes has been moved from GUI/Views/ImportDataWidgets/ImportDataUtils.* to GUI/utils/OutputDataUtils.* because its usage is not restricted to or dependent on UI elements.
  • The code GUI/utils/StyleUtils.* has been moved to GUI/Views/StyleUtils.* because it is only used by UI components but depends on other classes found in the GUI/Views subdirectory.
  • Some smaller corrections.

Merge request reports

Loading