Changes between Version 55 and Version 56 of GSoC/2020/StartupWindow


Ignore:
Timestamp:
Aug 22, 2020, 6:34:13 AM (4 years ago)
Author:
lindakladivova
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2020/StartupWindow

    v55 v56  
    716716
    717717I 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 now allowed to delete current database, location, and mapset, permanent mapset, mapset owned by a different user, or mapset which is "in use".
     718Secondly, 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".
    719719Thirdly, 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).
    720720Furthermore, 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)