Changes between Version 16 and Version 17 of wxGUIDevelopment/SingleWindow


Ignore:
Timestamp:
Apr 8, 2021, 10:05:49 AM (3 years ago)
Author:
lindakladivova
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wxGUIDevelopment/SingleWindow

    v16 v17  
    7777- Refactoring: Creation of a separate class for workspace management (Layer Manager needs to be lightened).
    7878- Refactoring: Creation of a separate file for the Display tab. Then the main script for creating a Layer Manager will no longer contain functions related to displaying layers in the Display tab. A separate file is also created for the Display toolbar.
    79 - Refactoring: The main script together with the relevant toolbars will be moved to a new App directory. This means that the Layer Manager will take over the role of the Display tab. So we will have a new directory, which will be the parent for tabs (panes) and we will define a Single Layout in it.
     79- Refactoring: The main script together with the relevant toolbars and other files will be moved to a new App directory. This means that the Layer Manager will take over the role of the Display tab. So we will have a new directory, which will be the parent for tabs (panes) and we will define a Single Layout in it.
    8080- Refactoring: Creation of a separate function responsible for instantiating all five panels (Data, Display, Modules, Console, Python).
    8181- Refactoring: Edit of functions related to creating notebook tabs for multi-layout. Applies to _createNoteBook, AddNvizTools, RemoveNVizTools, etc.