Anna Petrášová 6992464040 wxGUI: fix vdigit toolbar (selection arrow button) with wxPython 3 (merge from trunk, https://trac.osgeo.org/grass/changeset/62606) 10 lat temu
..
animation c67c45fe58 consolidate naming of environmental rendering-related variables 10 lat temu
core c67c45fe58 consolidate naming of environmental rendering-related variables 10 lat temu
dbmgr 3792894c6e wxGUI/dbmgr: attempt to fix unicode errors from https://trac.osgeo.org/grass/ticket/1681 (merge from trunk, https://trac.osgeo.org/grass/changeset/61897) 10 lat temu
docs 8f0958500d wxGUI/docs: clarify misleading text about removing/renaming layers (merge from trunk, 62573) 10 lat temu
gcp a77f941d21 unused i.points + i.vpoints removed: replaced by g.gui.gcp (trunk, https://trac.osgeo.org/grass/changeset/62555) 10 lat temu
gmodeler 74624f9333 Update old g.list/remove calls in modules 10 lat temu
gui_core 6992464040 wxGUI: fix vdigit toolbar (selection arrow button) with wxPython 3 (merge from trunk, https://trac.osgeo.org/grass/changeset/62606) 10 lat temu
iclass 74624f9333 Update old g.list/remove calls in modules 10 lat temu
icons 7df99e8331 Python3 support: exception objects require 'as' keyword (compliant with Python >= 2.6) (trac https://trac.osgeo.org/grass/ticket/2288) 11 lat temu
iscatt 74624f9333 Update old g.list/remove calls in modules 10 lat temu
lmgr 42388b536b d.to.rast: new module for wxGUI and d.mon to save map display content as raster map (merge from trunk, https://trac.osgeo.org/grass/changeset/62281) 10 lat temu
location_wizard 7df99e8331 Python3 support: exception objects require 'as' keyword (compliant with Python >= 2.6) (trac https://trac.osgeo.org/grass/ticket/2288) 11 lat temu
mapdisp 0a1454e7f5 d.to.rast: use r.in.gdal instead of r.in.png in case r.in.png is removed (merge from trunk, https://trac.osgeo.org/grass/changeset/62521) 10 lat temu
mapswipe 707ef0ac56 wxGUI/mapswipe: zoom only when there are layers, bug mentioned in https://trac.osgeo.org/grass/ticket/2315 (merge from trunk, https://trac.osgeo.org/grass/changeset/60757) 11 lat temu
mapwin bdde045836 pythonlib: create new file utils not to clutter core with simple functions and move some of them from core and change all affected imports (merge from trunk, https://trac.osgeo.org/grass/changeset/61854) 10 lat temu
modules 4795ffc707 wxGUI: AddGrowableRow must be after adding rows for wxPython 3 (merge from trunk, https://trac.osgeo.org/grass/changeset/62491) 10 lat temu
nviz c021b9fb8f wxNviz: fix weird vector rendering on Mac in https://trac.osgeo.org/grass/ticket/2381 (merge from trunk, https://trac.osgeo.org/grass/changeset/61477) 10 lat temu
psmap 376dcac006 wxGUI/psmap: move AddGrowable after adding items for wxPython 3 (merge from trunk, https://trac.osgeo.org/grass/changeset/62494) 10 lat temu
rlisetup 74624f9333 Update old g.list/remove calls in modules 10 lat temu
timeline 97a363b3fc g.gui.timeline: msg cosmetics 11 lat temu
tools 7df99e8331 Python3 support: exception objects require 'as' keyword (compliant with Python >= 2.6) (trac https://trac.osgeo.org/grass/ticket/2288) 11 lat temu
vdigit 79f76f172d wxGUI: fix wxPython 3 related bug https://trac.osgeo.org/grass/ticket/2471: wxgui digitizer update categories dialog is not closable (merge from trunk, https://trac.osgeo.org/grass/changeset/62603) 10 lat temu
vnet 1fd92eccf8 wxGUI/vnet: fix encoding problem with French locale https://trac.osgeo.org/grass/ticket/2145, merge from trunk, https://trac.osgeo.org/grass/changeset/62562 10 lat temu
web_services f749ca63c9 wxGUI/wms: backport https://trac.osgeo.org/grass/changeset/61306, https://trac.osgeo.org/grass/changeset/61485, https://trac.osgeo.org/grass/changeset/61486 from trunk, fixes for Mac and adding display region export 10 lat temu
wxplot 1523d26058 r.profile: feet support (merge from trunk, https://trac.osgeo.org/grass/changeset/62035,r62046,r62060) 10 lat temu
xml a0069d3ae2 wxGUI: remove extra separators between g.copy/rename/remove 10 lat temu
Makefile 3618eb3855 define GUIDIR 11 lat temu
README 4442360f3a updated requirements for PIL 11 lat temu
gis_set.py ba14e6fd0b wxGUI: add DB initialization before importing vector during creating new location (merge from trunk, https://trac.osgeo.org/grass/changeset/61815) 10 lat temu
gis_set_error.py c9a3b560de wxGUI: use wx.App instead of wx.PySimpleApp to avoid deprecation warning in wxPython 3 11 lat temu
states.txt c730ae7e6f wxGUI major code reorganization 13 lat temu
wxgui.py f09f0a442a Add exceptions module in python library, commit backported: https://trac.osgeo.org/grass/changeset/61187, https://trac.osgeo.org/grass/changeset/61220, https://trac.osgeo.org/grass/changeset/61959, https://trac.osgeo.org/grass/changeset/62358 10 lat temu
wxguitoolboxes.dox db86cdc4b5 wxGUI/toolboxes: reflecting the change in https://trac.osgeo.org/grass/changeset/57000 and noting the need for valid XML file 12 lat temu
wxpythonlib.dox 07fa1792c6 wxGUI/toolboxes: documentation of initial version (co-author: annakrat) 12 lat temu

README

GRASS GIS - wxPython Graphical User Interface (wxGUI)
=====================================================

$Date$

1 - REQUIREMENTS

GRASS GIS >= 6.4
Python >= 2.4 (Python 3 not supported)
Python ElementTree (only for Python 2.4)
wxPython >= 2.8.10.1
NumPy >= 1.0.4
PIL >= 1.1.7


2 - STARTUP WITH GRASS INITIALIZATION

If you want to launch wxPython GUI automatically, start GRASS with
`-gui` parameter

$ grass70 -gui


3 - STARTUP FROM GRASS TERMINAL

Simply run

$ g.gui wxpython

from the GRASS terminal.

You can also specify workspace file to load on startup.

$ g.gui gui=wxpython workspace=myworkspace.gxw


4 - DEBUGGING

To enable GUI debug messages on given level set WX_DEBUG environment
variable, e.g.

$ g.gisenv set="WX_DEBUG=3"


5 - CLI BASED DISPLAY USAGE

Use command d.mon (shell script in gui/scripts directory) to start map
display:

GRASS> d.mon wx[0-6]

After a while, new window should appear. If this is your case, add some
raster layer to the map display:

GRASS> d.rast aspect

And try the vector layer too

GRASS> d.vect roads

You should be able to zoom && pan through the map, once the layers are
displayed. You should be also able to store the display content as well as
clear the display and start from scratch.


6 TRANSLATION HANDLING

Notes:
- Help part of menu entries is coming from the module descriptions
- The menu is maintained manually in xml/menudata.xml

Update of module description strings in xml/menudata.xml:
- in a GRASS session, run tools/update_menudata.py

From this (updated) xml/menudata.xml, the gettext strings are generated
via Makefile and stored into the file "menustrings.py".

When generating the po files in locale/po/ but locale/Makefile, all
.py files are parsed and the strings are stored in locale/po/grasswxpy_XX.po