Changes between Version 3 and Version 4 of wxGUIDevelopment/wxDataCatalog


Ignore:
Timestamp:
Nov 17, 2016, 5:16:25 PM (8 years ago)
Author:
annakrat
Comment:

update data catalog functionality

Legend:

Unmodified
Added
Removed
Modified
  • wxGUIDevelopment/wxDataCatalog

    v3 v4  
    11This page collects ideas about '''wxGUI Data Catalog''' development. The main goal is to implement an application integrated into Layer Manager (as a new tab) and standalone application as `g.gui.datacatalog`.
    22
    3 Current implementation in trunk allows to:
     3Current implementation in trunk  is refactored (using !TreeModel, !TreeView) and allows to:
    44
    5  * rename maps in the current mapset
    6  * remove maps from the current mapset
    7  * copy maps from different mapsets into current mapsets (within the same location)
     5 * rename maps
     6 * remove maps
     7 * copy maps (within the same location)
    88 * drag and drop for copying
     9 * perform these actions even outside the current mapset or location (achieved by using separate environment)
     10 * searching, filtering maps based on pattern
     11 * display map if in current location
     12 * reload mapset or GRASS database
    913
    1014Pool for advanced features:
     
    1519 * preview of maps
    1620 * show metadata
    17  * searching, filtering maps based on pattern
    1821 * bulk operations (remove, copy, rename)
    1922 * ''add your idea here...''
    2023
    21 Refactoring needed before adding more features (ongoing effort by annakrat):
    22  * using !TreeModel, !TreeView (MVC approach)
    23  * separate environment for changes in different locations/mapsets
    2424
    2525See also: