grass icon indicating copy to clipboard operation
grass copied to clipboard

wxGUI: Integrate Grapical Modeler into single window layout

Open landam opened this issue 2 years ago • 0 comments

Screencast from 2023-11-08 12-05-31.webm

Implemeneted:

  • graphical modeler opens in main notebook when single layout enabled
  • dock/undock icon added into toolbar
  • title set correctly on model changed
  • modeler settings replaced by new icon to avoid confusion with GUI settings icon modeler-settings
  • new icon added into toolbar to allow setting model properties (this functionality was available only from the menu) options

Not implemented (will be solved in subsequent PRs):

  • menu not shown (could be integrated in the main menu as a new "Modeler" item)

Related changes in API:

  • gmodeler code refactored (new modules canvas and panels)
  • display/map like classes/methods/variables renamed (eg. MapNotebook renamed to MainNotebook, ...)

landam avatar Jun 04 '23 09:06 landam