Anna Petrášová d22fc3e9bd wxGUI: fix https://trac.osgeo.org/grass/ticket/3780 6 lat temu
..
animation d22fc3e9bd wxGUI: fix https://trac.osgeo.org/grass/ticket/3780 6 lat temu
core f7c61a219c wxGUI: use g.proj list_codes=EPSG to read EPSG codes 6 lat temu
datacatalog 9f55dad61a revert https://trac.osgeo.org/grass/changeset/73398 it cause troubles when switching mapset or copying data, need to be implemented in other way 6 lat temu
dbmgr 266f1c3474 wxGUI/dbmgr: ListCtrl needs to override certain method 6 lat temu
docs fcef31709b wxGUI manual pages: added missing KEYWORDS section 6 lat temu
gcp 7e1945f230 experimental GSoC 2018 Python 3 support by Sanjeet Bhatti 6 lat temu
gmodeler 3431613015 wxGUI: fix TextEntryDialog wx4 compatibility 6 lat temu
gui_core d22fc3e9bd wxGUI: fix https://trac.osgeo.org/grass/ticket/3780 6 lat temu
iclass fcef31709b wxGUI manual pages: added missing KEYWORDS section 6 lat temu
icons 7e1945f230 experimental GSoC 2018 Python 3 support by Sanjeet Bhatti 6 lat temu
image2target 7e1945f230 experimental GSoC 2018 Python 3 support by Sanjeet Bhatti 6 lat temu
iscatt 5950b0954f wxGUI: fix using zip function in Python 3 6 lat temu
lmgr 195fb3d495 wxGUI: add function to LM interface to programatically change layer 6 lat temu
location_wizard f7c61a219c wxGUI: use g.proj list_codes=EPSG to read EPSG codes 6 lat temu
mapdisp fdfc51893a wxGUI: fix setting non-ascii display name 6 lat temu
mapswipe 3bd818cd67 wxGUI: aui manager in SimpleLayerManager needs to be uninitialized before destroying it 6 lat temu
mapwin d1bfbaee99 wxGUI: only one color (red) for region extent 6 lat temu
modules d866d29c07 revert accidental commit https://trac.osgeo.org/grass/changeset/73835 6 lat temu
nviz cd09ca6593 remove active usages of python xrange which was removed in Python 3 6 lat temu
photo2image 7e1945f230 experimental GSoC 2018 Python 3 support by Sanjeet Bhatti 6 lat temu
psmap 3431613015 wxGUI: fix TextEntryDialog wx4 compatibility 6 lat temu
rdigit 7e1945f230 experimental GSoC 2018 Python 3 support by Sanjeet Bhatti 6 lat temu
rlisetup 7f529b366d bulk fixing of typos (using tools/fix_typos.sh) 6 lat temu
startup 7e1945f230 experimental GSoC 2018 Python 3 support by Sanjeet Bhatti 6 lat temu
timeline faf0e1b05a wxGUI/timeline: fix https://trac.osgeo.org/grass/ticket/3753 6 lat temu
tools 7e1945f230 experimental GSoC 2018 Python 3 support by Sanjeet Bhatti 6 lat temu
tplot 5950b0954f wxGUI: fix using zip function in Python 3 6 lat temu
vdigit fcef31709b wxGUI manual pages: added missing KEYWORDS section 6 lat temu
vnet 7e1945f230 experimental GSoC 2018 Python 3 support by Sanjeet Bhatti 6 lat temu
web_services b6f42f5005 wxGUI: missing parameter, throws error in Python 3 6 lat temu
wxplot 3ea0e6828d wxGUI/wxplot: colors should be integers 6 lat temu
xml 67d4453d4e r.mapcalc.simple added to the menu, https://trac.osgeo.org/grass/ticket/3431 6 lat temu
Makefile 0d75b3002d wxGUI: dialog to download locations 7 lat temu
README 114391ce47 Update all occurrences of -text, -gtext, -gui to --text, --gtext, --gui (trac https://trac.osgeo.org/grass/ticket/1665) 6 lat temu
gis_set.py 3d9b3af311 wxGUI: remove accidentally commited prints 6 lat temu
gis_set_error.py 87e5b1d9b8 wxGUI: apply pep8 9 lat temu
states.txt c730ae7e6f wxGUI major code reorganization 13 lat temu
wxgui.py c649f041b0 wxGUI: replace print statement by print function for Python 3 support, remove mixed tabs (PEP8 E101, W191, see https://trac.osgeo.org/grass/ticket/2708) 7 lat temu

README

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

$Date$

1 - REQUIREMENTS

GRASS GIS >= 6.4
Python >= 2.4
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

$ grass77 --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