Changes between Version 16 and Version 17 of wxGUIDevelopment/SingleWindow
- Timestamp:
- 04/08/21 10:05:49 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wxGUIDevelopment/SingleWindow
v16 v17 77 77 - Refactoring: Creation of a separate class for workspace management (Layer Manager needs to be lightened). 78 78 - 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. 80 80 - Refactoring: Creation of a separate function responsible for instantiating all five panels (Data, Display, Modules, Console, Python). 81 81 - Refactoring: Edit of functions related to creating notebook tabs for multi-layout. Applies to _createNoteBook, AddNvizTools, RemoveNVizTools, etc.