Changes between Version 35 and Version 36 of GSoC/2020/StartupWindow
- Timestamp:
- 08/02/20 04:02:52 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2020/StartupWindow
v35 v36 581 581 * Store list of databases in settings (see https://github.com/…842, https://github.com/…858) 582 582 583 Within this PR I made two functions for deleting grassdb from the disk and removing grassdb from the tree. In this PR I also changed a bit OnAddGrassDb function which now checksif wanted grassdb is not already added to Data Catalog. All these functions = adding, removing and deleting grassdb change the wx file so that we can remember which grass databases are in the Data Catalog.583 Within this PR I made two functions for deleting grassdb from the disk and removing grassdb from the tree. In this PR I also changed a bit checking if wanted grassdb is not already added to Data Catalog. All these functions = adding, removing and deleting grassdb change the wx file so that we can remember which grass databases are in the Data Catalog. 584 584 Saving grassdatabase string to this file works but I have a problem when I starting GRASS GIS for the second time it falls down because it does not probably like the edited wx file (see errorPR858). 585 585 … … 590 590 * Start in a demo/startup location (see https://github.com/…862, https://github.com/…868) 591 591 592 Here I made two functions startup_location_exists which checks for demolocation and copy_startup_location which copy the simple location with s some data into GRASS database. I have a problem with testing that.592 Here I made two functions startup_location_exists which checks for demolocation and copy_startup_location which copy the simple location with some data into GRASS database. I have a problem with testing that. 593 593 594 594 * Misleading lock symbol icon in the in the Data tab toolbar (see https://github.com/…844, https://github.com/…870)