Changes between Version 35 and Version 36 of GSoC/2020/StartupWindow


Ignore:
Timestamp:
Aug 2, 2020, 4:02:52 AM (4 years ago)
Author:
lindakladivova
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2020/StartupWindow

    v35 v36  
    581581* Store list of databases in settings (see https://github.com/…842, https://github.com/…858)
    582582
    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 checks 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.
     583Within 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.
    584584Saving 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).
    585585
     
    590590* Start in a demo/startup location  (see https://github.com/…862, https://github.com/…868)
    591591
    592 Here I made two functions startup_location_exists which checks for demolocation and copy_startup_location which copy the simple location with ssome data into GRASS database. I have a problem with testing that.
     592Here 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.
    593593
    594594* Misleading lock symbol icon in the in the Data tab toolbar (see https://github.com/…844, https://github.com/…870)