Changes between Version 93 and Version 94 of GSoC/2021/SingleWindowLayout
- Timestamp:
- 08/19/21 06:09:41 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2021/SingleWindowLayout
v93 v94 529 529 530 530 **The state of the art BEFORE the start of GSoC:**\\ 531 531 Although the GRASS GUI has been enriched with many new features since last year, the basic Multi-Window GUI concept used in all historical GRASS versions has been preserved. As the name suggests Multi-Window GUI consists of several windows (frames) - the control window and additional separate Map Display windows. The control window includes a notebook containing 5 tabs in a standard 2D map view - Data, Display, Modules, Console, and Python. The whole situation after startup is captured on Figure 3. 532 532 533 533 **The state of the art AFTER GSoC:**\\ … … 538 538 539 539 **Next Steps:**\\ 540 All these following points assume that the main functionality is working. In other words, we must have a merged main refactoring PR https://github.com/OSGeo/grass/pull/1675 and a merged PR https://github.com/OSGeo/grass/pull/1789 aiming at the implementation of !AuiNotebook closing event. Then a number of improvements are possible (and probably necessary :-)).540 All these following points assume that the main functionality is working. In other words, we must have a merged main refactoring PR https://github.com/OSGeo/grass/pull/1675 and a merged PR https://github.com/OSGeo/grass/pull/1789 aiming at the implementation of !AuiNotebook closing event. Then a number of improvements are possible (and probably necessary). 541 541 542 542 - Enable undocking the Map Display notebook tab to a separate window. It will allow each user to use the Single-Window GUI as the Multi-Window GUI.