Changes between Version 55 and Version 56 of GSoC/2020/StartupWindow
- Timestamp:
- 08/22/20 06:34:13 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2020/StartupWindow
v55 v56 716 716 717 717 I finished implementing three very important PRs. Firstly, I aimed at the start in Demo Location (see https://github.com/OSGeo/grass/issues/862, https://github.com/OSGeo/grass/pull/868). Now, when starting GRASS GIS the startup screen can be skipped. It happens in two cases - either when a user is a first-time user (then the Demo Location with startup mapset is offered) or the last used mapset is valid. In those cases, we can directly jump into GRASS GIS particularly to the Data Catalog which is now the core of the whole software. 718 Secondly, I made checking functions that check mapsets, locations and GRASS databases when renaming and deleting (see https://github.com/OSGeo/grass/issues/801, https://github.com/OSGeo/grass/pull/904). It is no wallowed to delete current database, location, and mapset, permanent mapset, mapset owned by a different user, or mapset which is "in use".718 Secondly, I made checking functions that check mapsets, locations and GRASS databases when renaming and deleting (see https://github.com/OSGeo/grass/issues/801, https://github.com/OSGeo/grass/pull/904). It is not allowed to delete current database, location, and mapset, permanent mapset, mapset owned by a different user, or mapset which is "in use". 719 719 Thirdly, we need to have an option on how to remove the lock (how to open up mapsets "in use"). When switching to the mapset that is "in use", we can select if we want to stay in the current mapset or switch to selected mapset. So, we can force the removal of the lock and switch to the mapset anyway (see https://github.com/OSGeo/grass/issues/898, https://github.com/OSGeo/grass/pull/906). 720 720 Furthermore, I corrected the bug when multiple grass databases context menu shows Delete locations (see https://github.com/OSGeo/grass/issues/913, https://github.com/OSGeo/grass/pull/914)