[Feat] Single-Window GUI: Integrate new map display wx.Panels into a AuiNotebook center pane #1735
Labels
enhancement
New feature or request
gsoc
Reserved for Google Summer of Code student(s)
GUI
wxGUI related
Projects
Is your feature request related to a problem? Please describe.
This PR aims at the basic integration of the new Map Display into the center AuiNotebook pane.
It only fixes the existing functionality, does not add anything new.
Firstly several Issues were made addressing for this purpose. However, later we decided to make just one Issue with several tasks. The below-mentioned separate Issues are closed now and merged into this general Issue.
It involves several minor tasks:
Remove methods related to the depreciated Map Display wx.Frame. ([Feat] Single-Window GUI: Remove methods related to the depreciated Map Display wx.Frame #1738)
Fix behavior when adding or switching to a new location (now it does not close previously opened map displays).([Feat] Single-Window GUI: Fix functionalities related to data management #1737)
Make a newly added AuiNotebook tab active when adding a new Display tab. ([Feat] Single-Window GUI: Focus a new AuiNotebook tab when a new Display tab is added #1736)
Edit an existing closing event for the Display tab. This event should close the related AuiNotebook tab. ([Feat] Single-Window GUI events: Close Display tab #1741)
Edit an existing event for the switching between Display tabs. This event should make the related AuiNotebook tab active. ([Feat] Single-Window GUI events: Switch between AuiNotebook tabs #1744)
Fix an existing RenameDisplay event handle. ([Feat] Single-Window GUI: Renaming of Display tabs does not work #1745)
Fix adding and removing of the 3D View pane. Decide where should this tab go when launching 3D for the first time. ([Feat] Single-Window GUI: Remove methods related to the depreciated Map Display wx.Frame #1738)
The text was updated successfully, but these errors were encountered: