Changes between Version 65 and Version 66 of GSoC/2021/SingleWindowLayout
- Timestamp:
- 08/14/21 10:59:41 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2021/SingleWindowLayout
v65 v66 458 458 First of all, I fixed the size of the automatic notebook which is used for the startup layout. The related PR https://github.com/OSGeo/grass/pull/1775 has still some minor shortcomings with cmd warnings messages but we decided to let it be for now since it would require more intervention in the construction of the map panel status bar widget which is anyway likely to be very simplified or replaced by the settings dialog in the future. 459 459 Here you can see the suggested startup layout: 460 [[Image(s ingle_layout_week10.png, 1000px, title=Figure 2: Single-Window startup layout, align=center)]]460 [[Image(startuplayout.png, 1000px, title=Figure 2: Single-Window startup layout, align=center)]] 461 461 462 462 Secondly, I implemented the new changing tab event for the center AuiNotebook. You can have a look at PR https://github.com/OSGeo/grass/pull/1780 which is already merged. To provide the fully working GRASS Single-Window GUI prototype, I also opened the PR [https://github.com/OSGeo/grass/pull/1789] which addresses several smaller things related to the AuiNotebook closing event. This PR is not merged yet but I plan to have it done by the end of GSoC. Merging this PR will close the Issue https://github.com/OSGeo/grass/issues/1750 with the new AuiNotebook events.