Changes between Version 7 and Version 8 of Grass8Planning
- Timestamp:
- 07/24/17 13:09:26 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass8Planning
v7 v8 20 20 21 21 === Python library === 22 * simplify the startup from Python script (i.e. less steps to start session from Python) 22 23 * simplify the startup from Python script (i.e. less steps to start session from Python, possibly includes change in distribution/installation) 23 24 * remove deprecated Python functions: https://trac.osgeo.org/grass/changeset/67669 25 26 === GUI === 27 28 * review (again) startup window, setting database/location/mapset, initial (default) location 29 * single window interface as an option (first step: moving code to controller classes and panels) 30 * avoid the need for setting up path to packaged before imports (now we need to mix code and imports), e.g. grassgui package next to grass package 31 * integrated Addon and GUI toolboxes 24 32 25 33 === Bug reports ===