Table of Contents
wxGUI Development
wxGUI is described at user level here:
This page contains wxGUI developer-related issues.
Empty slots
List of major tasks to be implemented for wxGUI which are not assigned to any developer. Please don't hesitate to join the wxGUI development group.
- General GUI desing (Python/wxPython required)
- Clean up/update imagery modules and library (C required) and integrate these tools into wxGUI - e.g. i.class, i.ortho.photo (Python/wxPython required)
- wxIClass is currently under development
- Clean up & integrate data catalog into wxGUI in trunk
- Improve 3D view mode
- Improve vector querying by allowing interactive queries using a line or polygon drawn by the user on the display canvas. This would be facilitated by improvements to v.what that allows it to find all vector objects within (or optionally intersecting) a line or polygon defined by a set of coordinate pairs. This could be done via v.select but it sounds like v.select might be problematic to use in this way.
- Create a new python wrapper script for thematic mapping. This would include d.thematic for areas, and scripting code (possibly salvaged from d.vect.thematic) for points and lines. It also would need legend generating code.
- Times series / voxel slices visualizer for GRASS7 - Given the increasing need to support extensive time series of data from simulations or remote sensing, it should combine and enhance capabilities currently available through combination of xganim, d.slide.show, ImageMagic and various custom scripts to visually analyze series of raster and vector data using animations, frame browsing and series management. In addition to the current xganim (or its tcltk version) + d.slide.show capabilities the following would be desirable:
- interactively delete and add frames to the series (similar to moviemaker or iMovie tools)
- add dynamic time bar, static scale bar and legend to the animation
- save series of maps as series of png images or an animated gif or other movie format if feasible
- query the raster series - click on a grid cell will return graph that shows evolution of values in that cell (similar to the profile tool but this runs through time)
- animate/browse horizontal (or vertical) slices through voxel model without the user having to convert the voxel data into series of 2D raster files.
Changing GUI modules directory layout
Update: done in r49347 (trunk) r49621 (devbr6)
GUI modules from directory gui_modules have been moved to the new GUI packages:
- core for core non-GUI classes (gcmd, debug, etc.)
- gui_core for core GUI classes (goutput, prompt, menuform, etc)
- lmgr for Layer Manager
- mapdisp for Map Display
- vdigit for Vector Digitizer
- gcp for Georectifier
- nviz for 3D view (wxNviz)
- gmodeler for Graphical Modeler
- psmap for Cartographic Composer
- dbm for DataBase Manager
- location_wizard for Location Wizard
- wxplot for wx.plot-based classes
Vector digitizer
- Re-design vector digitizer to avoid crash of the whole GUI. Currently when digitizer crashes, the whole GUI also crash.
- Update the list to include new requested functionality...
GUI for ps.map/ps.output
Graphical Modeler
wxNviz (3D view mode)
See also GRASS User Wiki page.
i.class integration
Source code
- GRASS 7.0 - grass/trunk/gui/wxpython
- GRASS 6.5 - grass/branches/develbranch_6/gui/wxpython
- GRASS 6.4 - grass/branches/releasebranch_6_4/gui/wxpython
New bugs/wishes
- #26
- please let people find their EPSG on the web
- #86
- d.rast.edit.tcl: doesn't start from wxPython without aspect map
- #215
- digitizer: let add attributes to category-less features
- #220
- i.rectify should not let choose a raster not inside the selected group
- #271
- some tabs of command dialogs are too narrow
- #306
- hidden tabs are hard to spot in wxGUI module windows
- #312
- wxNVIZ prints debug to terminal
- #418
- Display log of histogram in wxgui
- #421
- wizard for r.li.setup
- #457
- wxGui, layer manager: copy/paste/save layer; workspace load in Display n (not only in 1)
- #463
- Display error in wxdigit
- #504
- wxGUI location wizard: set bounds by drawing a box on world map
- #547
- Raster query in wxGUI
- #590
- wxGUI vector display forgets layer selection
- #592
- wxGUI: allow location wizard to set DMS bounds
- #632
- d.vect.thematic doesn't re-run upon zoom in the GUI
- #663
- Zooming in too far causes vector weirdness
- #665
- enable copying from statusbar
- #666
- add a scripting console
- #668
- export and share region settings
- #669
- let users save/load mapcalc expressions
- #681
- wxpython gui-module 'g.remove' remembers all files after deleting
- #687
- wxgui - georectify: tab order in GCP editing window should be altered
- #694
- Add point option as input for v.overlay
- #738
- wxGUI: Attribute Table editor refresh & cosmetics
- #750
- wxGUI: scalebar loses focus
- #766
- wxGUI fails to start 3D view
- #770
- Close wxGUI on GRASS CLI exit
- #779
- v.digit doesn't work after moving to Ubuntu karmic
- #780
- Selection subgroup - wxgui/win32
- #805
- i.spectral in GRASS6.4
- #822
- enhance "Save display to graphic file" in wxGUI
- #849
- command line completion and tips do not show up
- #886
- improve module wxGUI tab logic
- #893
- wx command prompt + d.*: add a new layer
- #918
- i.atcorr lacks add to layer
- #923
- r.mapcalc lacks add to layer
- #925
- add copy command to r.mapcalc
- #939
- wxGUI mapcalc composer: add code highlighting to r.mapcalc
- #944
- menudata.py: strip out & key shortcut hint
- #945
- wxGUI: g.setproj fails on wingrass
- #951
- Error querying rasters in wxgui
- #952
- 'Highlight selected features and zoom' gives error when SQL display query is in effect
- #960
- Some hotkeys disabled in 6.5 wxgui
- #962
- wxGUI crash when moving an undocked map display toolbox
- #963
- wxGUI: frequent Pango-CRITICAL errors
- #966
- wx attribute table manger fails on wingrass with >188 dbf tables
- #973
- Unable to scroll map selection dropdown lists with mouse scroller
- #975
- WxGUI should provide area measurement tool
- #977
- WxGUI "Save display to graphic file" should write out an World file
- #988
- Wx-Gui-manual tab: copying text
- #989
- wx georectify: implement best features of i.points
- #992
- GRASS startup screen should provide metadata about available locations
- #1003
- WxGUI measure tool activation should switch Map Display to "Pointer" tool
- #1012
- Preselect geodetic datum
- #1017
- WinGrass7 - wxgui error
- #1035
- Querying vectors in Map DIsplay WIndow gives error
- #1048
- wxgui: g.region: can't reset `rows=' nor `cols='
- #1051
- wxgui: SEARCH_PATH corruption
- #1056
- OverflowError : long int too large to convert to int
- #1067
- Creating a new Vector Layer for digitize crashes grass with sys.excepthook
- #1075
- Better default values in GUI function
- #1087
- wxGUI: Load multiple maps
- #1096
- wxModeler: r.mapcalc action should allow to insert maps
- #1100
- Trim mapset name from maps list in wxGUI
- #1113
- layertree to be compatible with DataCatalog
- #1136
- wxGUI: inconsisent number of &s in buttons
- #1138
- wx modeler: Gtk warnings
- #1141
- GLWindow.OnPaint() broken on Windows
- #1150
- Cannot open vector for editing in digitize toolbar in GRASS 7.0
- #1163
- wx wms import tool error
- #1176
- r.out.gdal does not browse groups
- #1177
- r.in.gdal gives an error when adding a mutiband raster to the layers tree.
- #1181
- r.le.setup fails on WinGRASS due to missing xterm
- #1188
- wxgui quits when starting vdigit
- #1205
- let users save/load query statements
- #1211
- freeze of wxgui when changing properties of a displayed vector map
- #1217
- d.vect -a flag locks up the wxGUI on windows
- #1233
- MacOSX: layer manager and mapdisplay - bad startup position
- #1234
- wxnviz - cause a gui crash
- #1239
- wxGUI command layer broken and unusable
- #1243
- polygon creation does not seem to be working
- #1252
- wx location wizard fails to create a winkel tripel location
- #1260
- Georectifier: RMS broken
- #1261
- import raster dialog bugs
- #1263
- GUI d.legend tool gives error
- #1270
- wingrass: Error in Attribute Table Manager
- #1273
- profile analysis plot scaling not converting from meters when PROJ_UNITS is feet
- #1291
- Profile tool fails to close if legend text contains non-latin letters
- #1292
- Profile tool incorrectly processes no data values
- #1293
- Creating mapset with non-latin letter gives python ascii error
- #1294
- Module dialog offers tab close button but no undo or tab open button
- #1305
- WXGUI raster map calculator should quote map names
- #1306
- WGUI doesn't strip quotes from map name when adding to layer manager after module run
- #1329
- 3D view silently crashes in pl_PL.UTF-8
- #1362
- wxpython GUI closes suddenly
- #1365
- Import raster files - Batch import
- #1376
- Interactive spectral plot gui
- #1377
- wingrass7 hotkey Ctrl+V an have unexpected behaviour from windows user point of view
- #1378
- Error when clicking 'Set Font' dialog in wxGUI settings
- #1381
- wxgui: add monitor calibrate option to prefs
- #1400
- preferences apply doesn't seem to do anything
- #1408
- WxNviz is crashing in GRASS 7 svn
- #1420
- wxGUI: modeller
- #1424
- Profile tool always casts to integers (incl. csv output)
- #1435
- Quotes are stripped from command display
- #1437
- Recalled command has quotes stripped
- #1443
- GRASS 7: d.vect grid drawing problem
- #1447
- wxGUI wingrass scripts need whitespace in path
- #1457
- Zoom in Georectify Does not Work
- #1459
- X Window System error
- #1463
- Legend, Zoom to map, Map analysis and Map query does not work in Python wxgui using command line d.mon + d.rast
- #1471
- Interactive geometry selection and export tool for wxgui
- #1472
- wxgui layer manager output pane breaks PRIMARY X selection
- #1483
- need error trapping in cartographic composer
- #1486
- wxGUI: legend "hanging", not updated after map change
- #1488
- v.in.dxf wrapper not working
- #1490
- Canvas of Graphical Modeler does not resize
- #1496
- GRASS 7 nightly build: Python script commands not shown from GUI (missing Python collections module)
- #1497
- OSGeo4W-GRASS: r.shaded.relief starts Windows XP mode (VM)
- #1510
- Querying external PostGIS-layer with multiple geometries crashes wxpython-GUI
- #1513
- Location Wizard's misleading label for XY new location creation method
- #1514
- wingrass - different wingrass-modes are differently translated
- #1515
- nviz fails to launch from the command line
- #1520
- 'Next to use' erroneously increases cat number in wxdigitizer settings
- #1522
- dbm_base.py fails with multilayer maps
- #1537
- option for the maximum extends as region settings in location wizard
- #1541
- wxGUI: adding map to layer tree fails for r.mapcalculator and r.shaded.relief
- #1544
- (Windows/osgeo4w) libtiff.dll is broken
- #1550
- CPU dramatically increases while digitizing, no console output
- #1554
- wxGUI Cartographic Composer: preview broken on Windows
- #1564
- The options of 'Create histogram of raster map' are not working in wxpython GUI
- #1565
- wxGUI: command console with no map display open causes error
- #1567
- Map display: saving image with scale and legend
GRASS 6.4
- #26
- please let people find their EPSG on the web
- #220
- i.rectify should not let choose a raster not inside the selected group
- #271
- some tabs of command dialogs are too narrow
- #306
- hidden tabs are hard to spot in wxGUI module windows
- #312
- wxNVIZ prints debug to terminal
- #418
- Display log of histogram in wxgui
- #463
- Display error in wxdigit
- #592
- wxGUI: allow location wizard to set DMS bounds
- #632
- d.vect.thematic doesn't re-run upon zoom in the GUI
- #663
- Zooming in too far causes vector weirdness
- #681
- wxpython gui-module 'g.remove' remembers all files after deleting
- #687
- wxgui - georectify: tab order in GCP editing window should be altered
- #738
- wxGUI: Attribute Table editor refresh & cosmetics
- #750
- wxGUI: scalebar loses focus
- #766
- wxGUI fails to start 3D view
- #770
- Close wxGUI on GRASS CLI exit
- #779
- v.digit doesn't work after moving to Ubuntu karmic
- #780
- Selection subgroup - wxgui/win32
- #925
- add copy command to r.mapcalc
- #962
- wxGUI crash when moving an undocked map display toolbox
- #963
- wxGUI: frequent Pango-CRITICAL errors
- #1012
- Preselect geodetic datum
- #1048
- wxgui: g.region: can't reset `rows=' nor `cols='
- #1056
- OverflowError : long int too large to convert to int
- #1136
- wxGUI: inconsisent number of &s in buttons
GRASS 6.5
- #215
- digitizer: let add attributes to category-less features
- #457
- wxGui, layer manager: copy/paste/save layer; workspace load in Display n (not only in 1)
- #504
- wxGUI location wizard: set bounds by drawing a box on world map
- #665
- enable copying from statusbar
- #668
- export and share region settings
- #669
- let users save/load mapcalc expressions
- #694
- Add point option as input for v.overlay
- #849
- command line completion and tips do not show up
- #918
- i.atcorr lacks add to layer
- #951
- Error querying rasters in wxgui
- #952
- 'Highlight selected features and zoom' gives error when SQL display query is in effect
- #960
- Some hotkeys disabled in 6.5 wxgui
- #975
- WxGUI should provide area measurement tool
- #989
- wx georectify: implement best features of i.points
- #1035
- Querying vectors in Map DIsplay WIndow gives error
- #1087
- wxGUI: Load multiple maps
- #1100
- Trim mapset name from maps list in wxGUI
- #1113
- layertree to be compatible with DataCatalog
- #1138
- wx modeler: Gtk warnings
- #1150
- Cannot open vector for editing in digitize toolbar in GRASS 7.0
- #1234
- wxnviz - cause a gui crash
- #1261
- import raster dialog bugs
- #1263
- GUI d.legend tool gives error
- #1329
- 3D view silently crashes in pl_PL.UTF-8
- #1381
- wxgui: add monitor calibrate option to prefs
GRASS 7.0
- #421
- wizard for r.li.setup
- #547
- Raster query in wxGUI
- #590
- wxGUI vector display forgets layer selection
- #666
- add a scripting console
- #822
- enhance "Save display to graphic file" in wxGUI
- #886
- improve module wxGUI tab logic
- #923
- r.mapcalc lacks add to layer
- #939
- wxGUI mapcalc composer: add code highlighting to r.mapcalc
- #944
- menudata.py: strip out & key shortcut hint
- #977
- WxGUI "Save display to graphic file" should write out an World file
- #992
- GRASS startup screen should provide metadata about available locations
- #1017
- WinGrass7 - wxgui error
- #1067
- Creating a new Vector Layer for digitize crashes grass with sys.excepthook
- #1075
- Better default values in GUI function
- #1096
- wxModeler: r.mapcalc action should allow to insert maps
- #1141
- GLWindow.OnPaint() broken on Windows
- #1188
- wxgui quits when starting vdigit
- #1243
- polygon creation does not seem to be working
- #1260
- Georectifier: RMS broken
- #1362
- wxpython GUI closes suddenly
- #1365
- Import raster files - Batch import
- #1376
- Interactive spectral plot gui
- #1377
- wingrass7 hotkey Ctrl+V an have unexpected behaviour from windows user point of view
- #1408
- WxNviz is crashing in GRASS 7 svn
- #1443
- GRASS 7: d.vect grid drawing problem
- #1457
- Zoom in Georectify Does not Work
- #1463
- Legend, Zoom to map, Map analysis and Map query does not work in Python wxgui using command line d.mon + d.rast
- #1471
- Interactive geometry selection and export tool for wxgui
- #1483
- need error trapping in cartographic composer
- #1488
- v.in.dxf wrapper not working
- #1496
- GRASS 7 nightly build: Python script commands not shown from GUI (missing Python collections module)
- #1497
- OSGeo4W-GRASS: r.shaded.relief starts Windows XP mode (VM)
Assigned bugs/wishes
- #278
- wxGUI: don't allow for negative column number
- #304
- quering disables vector transparency
- #384
- wxGUI: vdigit crashes on a big map
- #497
- Add keyboard shortcuts to v.digit (like pre-6-GRASS
- #509
- wxgui: startup menu crunched on small display
- #717
- Vector digitizer tool in wx-Python GUI crashes after changing mapsets.
- #725
- wxGUI: bind ctrl-q to exit
- #734
- wxGui sqlbuilder: a few bugs
- #776
- wxvdigit not functional with 3D vector maps
- #995
- WxGUI startup screen fails if GISDBASE path contains non-latin characters
- #1535
- winGRASS g.extension.py problems
- #1563
- wxGUI will not start
GRASS 6.4
GRASS 6.5
GRASS 7.0
Reopened bugs/wishes
- #196
- wxGUI interface hangs, when adding maps to display
- #580
- WinGRASS: $GISBASE/etc/gui/scripts/ require something like $(EXE) to run
- #686
- wxgui: georectify need to set region in XY location to extension of map to be able to see it
- #965
- Location wizard: doesn't create MYNAME
- #1251
- tweaking new feature in file selection drop-down of layer manager
- #1469
- wxgui vector query doesn't work for maps without attribute table
GRASS 6.4
- #196
- wxGUI interface hangs, when adding maps to display
GRASS 6.5
- #686
- wxgui: georectify need to set region in XY location to extension of map to be able to see it
GRASS 7.0
- #580
- WinGRASS: $GISBASE/etc/gui/scripts/ require something like $(EXE) to run
Closed bugs/wishes
- #20
- Vector point shift in wxgrass after pan
- #40
- Copy button on wxgrass function forms does not work
- #61
- vdigit makefile uses hardwired compile and link flags
- #103
- wx-python gui: NVIZ (tcltk) not starting
- #106
- wxgrass: zoom to computational region does not respect resolution set with g.region
- #114
- wxPython GUI fails in Windows Vista if GISDBASE contains spaces
- #137
- wxgrass: Error in profile tool
- #145
- wxgrass: Error in applying display overlay properties to rasters in Layer Manager
- #157
- Wxgrass: Set computational region to the minimum necessary to enclose map data extent
- #159
- wxpython: Layer Manager crashes when trying to edit vector properties
- #186
- v.in.ascii wxpython gui crashes when importing xyz files.
- #187
- CUPS warning when starting wxpython gui.
- #191
- Error in in defining new location via EPSG code in wxpython Location Wizard
- #201
- v.in.geonames wxGUI window crashes or freezes when "Verbose module output" is checked
- #204
- warnings printed on GRASS startup when selecting Location and Mapset
- #205
- warnings and errors when trying to print the display
- #206
- SQL builder prints the name of the vector map to the terminal
- #207
- table manager tools print plenty of warnings to the terminal
- #208
- "Additional tools" menu dialog broken in digitizer
- #209
- let visualize line directions in digitizer
- #210
- digitizer: don't ask to save changes when there have been none
- #211
- digitizer: errors at removing vertex
- #212
- digitizer: errors at querying
- #213
- digitizer: errors at copying categories
- #214
- digitizer: errors at editing line
- #216
- Location wizard: browse button half-cut
- #217
- wxGUI startup windows don't fit 800x600; are not down-scalable
- #218
- wxGUI modules don't refresh the list of available maps
- #219
- "Stop" button should not be active until the module starts running
- #221
- Add "Help" button as in gis.m
- #225
- vdigit crashes on some GRASS vectors I try to edit
- #227
- various error messges during digitizing
- #228
- error printed to the terminal after executing command from wxGUI cmd line
- #233
- v.to.db: type description corrupted in wxGUI
- #234
- v.type, v.type.sh, GUI and WinGRASS
- #235
- table manager: edits in the table are not saved
- #236
- can't edit a vector map if the name has no @mapset suffix
- #238
- error at wxGUI startup
- #239
- crash if zooming in too much
- #241
- v.proj: broken (?) -z description and missing -l description in wxGUI
- #245
- copy command syntax does not work
- #246
- can't overwrite vector map if it's name is fully qualified (i.e. contains @mapset)
- #254
- wxpython Layer Manager: higher raster hides the lower
- #255
- wxGUI: db.droptable button opens db.login
- #257
- wxGUI: can't really cancel adding layer
- #258
- adding other layer than plain raster or vector (shaded relief, thematic vector etc.) returns an error
- #259
- wxGUI: visualization problems with multiple rasters and vectors. not stable bug...
- #261
- wxGUI: sqlbuilder.py patch for columns listing
- #263
- wxgui: v.in.ascii's SQL column defintion text box is uneditable
- #264
- error querying a layer being edited
- #265
- multiple tools should not be selectable
- #266
- vdigit is missing a tool to delete categories
- #268
- the "command layer" in wxGUI does not work
- #269
- once enabled, autorendering mode can't be disabled in the current session
- #270
- autorendering interferes with layer selection
- #272
- some commands dialogs have their name crippled
- #274
- vdigit: cursor and vertex are apart when moving vertices
- #275
- wxNVIZ fails to start
- #276
- vdigit: please render closed areas transparent
- #279
- wxGUI: "Color rules" prints an error when "Preview" is pressed
- #280
- wxGUI doesn't handle removing maps
- #281
- query tool crashes when the user presses mouse buttons fast
- #282
- r.what in wxGUI should not depend on computational region
- #283
- wxGUI "Mapset access" prints warnings on the terminal
- #284
- vdigit: an improvement for "Copy features from (background) map"
- #285
- error in table manager
- #286
- vdigit: changing a tool should cancel current edits
- #288
- "Set options" for scale and N arrow fails
- #289
- setting 'at=' to anything crashes raster legend
- #290
- use a different default for wxGUI displays
- #291
- font settings not saved
- #292
- Erase display crashes
- #293
- wxGUI should provide a switch for region-constrained/free display mode
- #294
- computational region extent frame should be semi-transparent
- #295
- region corrupted
- #297
- wxNVIZ: crash or failure
- #299
- wxGUI fails to handle illegal region extent
- #300
- wxNVIZ: error pressing "All" button
- #301
- error when adding another text layer
- #302
- text layer overlay: font and rotation don't work
- #305
- Add created map into layer tree: errors for import modules
- #311
- overlaying wxNVIZ window with another one provokes a redraw
- #314
- wxgrass: delete point map geometry when deleting attribute
- #365
- wxGUI: ** (python:3840): WARNING **: IPP request failed with status 1280
- #366
- ValueError: unsupported format character '<' (0x3c) at index 4
- #371
- wxGUI: can't render layer different than 1
- #381
- wxgui: Show attribute data depends on global db connection, not file db connection parameter
- #393
- Suggestion for the new (wx) grass-gui "File" menu
- #395
- wxGUI: can't handle whole-Earth extent
- #407
- Can not set vector layer properties
- #408
- Profile tool does not work
- #414
- bogus rectangles on map display
- #415
- querying vector map crashes wxGUI
- #423
- "please wait loading attribute data..." and no way to see data..
- #427
- wxNVIZ: crash when only vector map present
- #433
- Enable (de)selection of map layers in workspace via CTRL or Shift
- #437
- 'Set computational region from display' button in doesn't change region settings
- #439
- 'Zoom to saved region' button on Map Display gives error
- #440
- wxgui 'Save display geometry to named region' button gives error
- #441
- Add 'Collapse all except current' to wxgui User GUI Settings in General Settings/Element List
- #442
- wxgui measure distance tool gives error
- #444
- wxGui gives error with xy location
- #445
- grass_nviz.LoadSurface not returning id when called a 2nd time
- #447
- Remove "Experimental Prototype" from GIS Layer Manager window title
- #448
- Remove ability to cripple attribute table manager (could not find a better name)
- #449
- "Show database connection toggle" dysfunctional
- #450
- "Create new workspace file" needs a cancel button.
- #451
- After exiting the WxGUI, display a little help on the console
- #452
- Ask user to save current workspace(s) before quitting wxGUI
- #453
- Ask user for confirmation before closing a Workspace tab.
- #458
- Unknown lib -lgdi when linking gui/wxpython/vdigit
- #460
- can't close wxGUI layer manager window
- #464
- wxGUI: georectify tool fails to create a group
- #470
- vector georect broken in wx gui
- #472
- wxPython profiling tool fails to detect missing numpy
- #476
- Map Display Window position does not remember saved position settings
- #479
- wxgui mapset access module broken
- #480
- wx NVIZ prints debug info to terminal
- #481
- clicking on wx NVIZ map canvas causes an error
- #482
- wx NVIZ crashes when adding a vector map
- #483
- "return to previous zoom" brakes "zoom to selected map"
- #484
- Cannot reload maps to wxnviz
- #486
- wx-GUI - SQL-Builder
- #490
- problem with gui wx with module v.db.join
- #493
- wxgui: segfault in g.region causes crash of GUI
- #501
- wxgui: g.message getting squashed
- #514
- Python GUI extremely slow on selecting large vector datasets in dropdown box
- #524
- wxGUI: map display not refreshed at times in vdigit
- #525
- error: ‘wxGCDC’ has not been declared
- #527
- layer type <rastleg> is not supported yet
- #528
- wxGUI cmd: r.mapcalc fails (quoting + args with spaces)
- #532
- Vector editing not possible with wx tools
- #534
- g.gui doesn't work in ms-windows
- #535
- toolbar "add vector" and "add raster" buttons have a regression in usability from gis.m
- #539
- Error on "Display Map" in wxpython
- #540
- wxGUI - Map Display only in the task bar
- #541
- wxDigit on windows fails (osgeo4w 6.4.svn)
- #553
- wx and tcltk GUI: changing default GUI returns error
- #554
- wxGUI location wizard: Search in description with 0 hits
- #557
- wxGUI startup gui: shade start and double click mapset
- #566
- Add encoding suggestions to GUI
- #581
- v.in.ogr from wxGUI in wingrass fails to getInterfaceDescription
- #582
- import of multiple rasters does not do anything
- #586
- WinGRASS: 3D view wxNVIZ does not work
- #589
- wxGUI: About GRASS GIS window doesn't let you view full lic or devs
- #594
- wx GUI won't start (Mac OS X 10.5.6) / Python 2.6 / wxWidgets 2.8.10 / wxPyhton 2.8.9.2
- #597
- Digitize tool won't work
- #615
- Error querying vectors in Grass 6.5
- #622
- grass64 startup error with wxpython
- #626
- layers re-renamed after change properties (wxpython)
- #627
- wingrass native: wxNVIZ exits with lib compat error
- #628
- wingrass native: vdigit error on new map
- #630
- "Mapset Access" broken (wxpython)
- #639
- Wingrass native r.in.aster doesn't work
- #642
- Refresh button / auto refresh button for Attribute Table viewer while using wxvdigit
- #643
- support external data sources in the wxPython-GUI
- #644
- increase visibility of GUI status bar
- #646
- v.clean GUI enhancement
- #650
- No warning when querying grid layer
- #651
- Profile tool forgets "Profile text settings"
- #652
- GIS Manager map properties (wxpython)
- #661
- add dropdown selector
- #670
- add support for alternative coordinates
- #671
- wxgui: v.distance to_column option inaccessible
- #678
- wrong coordinates after zoom to named region
- #688
- wxgui - georectify: after finishing editing a point, next point should be activated
- #689
- wxgui - georectify: group does not exist
- #690
- wxnviz tools panels broken - old pages overwrite new pages
- #693
- wxGUI menus: i.ortho.photo locks up GUI
- #695
- Can't create a location using Select Coordinate System option with WXGUI Location Wizard
- #703
- Location wizard: does not create WIND, PROJ_INFO and PROJ_UNITS files from EPSG code
- #705
- Python error with winGRASS 6.4RC5
- #707
- wxGUI: v.digit broken for new maps: "No vector map selected for editing." although selected
- #708
- wxgui georectify: i.rectify runs with -c flag even if "clip to computational region..." box is not checked
- #709
- wxgui georectify: cannot see files to be displayed in grass65svn and grass7 and cannot create new group
- #716
- The v.krige.py GRASS-Addons crash related to wx.SpinCtrl
- #723
- wxGui sqlbuilder: can't launch it
- #724
- wxGUI: Attribute Table editor lets you modify tables from other mapsets
- #728
- wxgui: georectify zooming and panning don't work
- #737
- ZBulkLabeling don't work
- #748
- Inconsistency (?) in GUI v.db.connect
- #749
- SQL Builder; buttons reversed
- #751
- wxGUI: conflicting messages when you close a map display window
- #752
- wxGUI: wrong map layer adjustment for opacity
- #756
- Dragging instead of just clicking for profile transect and measurement zooms window
- #757
- WinGRASS: GUI window from cmd line
- #760
- Location wizard: region, UTM, search for EPSG
- #765
- g.gui fails to launch wxpython IU
- #785
- wx location wizard: doesn't show all datum transform opts
- #796
- Measurement broken
- #797
- Cmd-C on Mac closes display
- #799
- Add -o option to muliple import of GDAL data
- #806
- WinGRASS: Problem with special characters (wxpython GUI)
- #808
- module name cut off in wxGUI
- #813
- Location wizard - false path to the epsg-file
- #824
- Wx-Attribute table manager - add column - error
- #825
- wxGUI: add imported maps automatically to map list in layer manager
- #828
- wxPython GUI: gtk error message when viewing vectors and attributes
- #832
- menu tree in help menu won't run commands
- #833
- Preferences not saved
- #839
- wxGUI: About GRASS menu item broken
- #840
- strange title for v.to.db
- #842
- wx location wizard: spincontrol busted for UTM zone
- #860
- wxGUI: About Copyright missing its middle
- #861
- localised wx-gui - german umlaut not correctly dislpayed
- #868
- wxGUI: UnicodeEncodeError in Help -> GIS GUI help
- #877
- wxGUI: Location wizard bug when creating LatLong location
- #880
- Grass 6.5 wxpython location wizard: UTM zone selector widget is frozen
- #882
- i18n enabled winGRASS: properties dialog not opening
- #888
- Error in i.ortho.photo
- #892
- use d.rast -o in the wxGUI raster dialogs
- #897
- WinGrass: error with "Query vector map (edit mode)"
- #907
- v.label and v.labels sa out of order in wx-python gui, windows XP
- #921
- Error querying vector map in wxpython Map Display window
- #926
- Error writing workspace file: 'bool object has no attribute replace'
- #931
- wingrass7 - wxgui not starting
- #946
- Opening Properties Dialog in Layer Manager gives error
- #948
- wxGUI vector layer field broken
- #950
- Error opening workspace file
- #972
- Provide visual feedback when loading available vector map list
- #976
- WxGUI histogram tool-bar icons messed up in WinGRASS
- #978
- wxGUI: files without extensions are not visible in file dialogs
- #979
- WxGUI fails to display vector attribute table if default db connection is missing
- #987
- Location wizard choose from EPSG robustness issues
- #998
- v.colors color column selection bug - default GRASSRGB not show in dialog
- #1004
- WxGUI CMD fails if command contains non-latin letters
- #1007
- WxGUI should provide visual feedback when adding new db column
- #1010
- WxGUI d.vect/rast modules stuck in running state with d.mon
- #1014
- wxgui: display labels doesn't work
- #1018
- v.in.ogr.. Bad file descriptor: Files
- #1019
- winGRASS: 'layer manager' window hidden by 'mapdisplay' windows
- #1050
- wxgui: `Rename mapset' does not work in Polish locale
- #1059
- wxGUI: No menu option for r.mapcalc
- #1066
- Typo in Bulk raster import for USGS ASCII DEM (.dem)
- #1069
- wxGUI: don't let rename, remove PERMANENT mapset
- #1070
- cannot enter useful values to r.param.scale curvature tolerance in wxPython GUI
- #1072
- It is too easy to accidentally delete all your data columns in the Attribute Table Manager
- #1079
- wxpython GUI error in d.vect
- #1084
- GUI Mapset acess gives an error
- #1085
- grass64 svn:42488; TypeError: __init__() got an unexpected keyword argument 'ctstyle'
- #1093
- wxModeler does not accept r.mapcalc action
- #1097
- Can't run r.mapcalc by GUI after loading raster layers in map display
- #1102
- Subgroup option is not "inserted" in command-line
- #1104
- rfe: easier to read wx map layer list
- #1112
- grass7 wxGUI fails to start as can't find embeddedimage
- #1115
- splash image problem in wxgui
- #1121
- WxPython GUI Hangs when adding Vector Map
- #1126
- 3D view crashing when started with vector data
- #1132
- wxNviz and wxVdigit missing from 6.4svn
- #1134
- WinGrass - 3D view mode crashes
- #1137
- wxGUI doesn't work in Windows
- #1155
- GRASS Working Environment - Mapset Access is Broken
- #1167
- wx location wizard: proj4 terms fall off edge of window
- #1184
- "d.vect display=attr" imply grass open process but doesn't close them.
- #1192
- wxGUI: propagate option key_desc
- #1198
- Error while parsing file paths in WinGRASS with Scripts
- #1202
- Error after loading projection
- #1223
- g.mapsets access from menu broken
- #1232
- gui modeler don't works as aspected
- #1240
- wxGUI: attribute manager reports db connection not set while existing
- #1249
- unexpected error from the wxguy using "show attribute table" from the toolbar.
- #1257
- Georectifier is broken
- #1267
- Error on zoom to selected [vector] map
- #1285
- "Silk" error on display wxGUI manager
- #1289
- wingrass65 - Vector digitizer not available: Reason: xdr not found
- #1295
- Wx location wizard fails to create location if it's title contains non-latin letters
- #1296
- wx gui close shortcuts
- #1297
- db.out.ogr fails to start in 6.5
- #1299
- Provide user-friendly error message when trying to edit vectors in Windows
- #1300
- WxGUI measure tool gives wrong results
- #1304
- wx: map selection with LANG=C causes error
- #1307
- wingrass: new wxgui dialog for v.in.ogr in windows7 does not show *.shp files
- #1309
- Error launching 6.5 wxgui
- #1319
- [wx vdigit] DebCheck QA: Mismatching allocation and deallocation
- #1330
- wxGUI: "UnicodeEncodeError: 'ascii' codec can't encode characters" in pl_PL.UTF-8
- #1334
- ps.map's wxGUI should support python 2.4+
- #1336
- wxgui crashes with wx 2.9.1.1
- #1340
- wxGUI uses improper .grassrc syntax and may cause .grassrc file corruption
- #1348
- wxGUI: Command console": Click here to show search module engine fails
- #1352
- Mismatch between overwrite parameter in GCPManager and v.transform
- #1355
- Error starting wxpython v.digit session
- #1374
- psmap window does not open
- #1375
- wxGUI: vector digitizer: cannot close (empty) vector map
- #1380
- WxGUI, menu does not work at all (languages using double-byte characters)
- #1383
- wxGUI crashes if settings file .grasswx6 does not exist
- #1384
- wxGUI Preferences: apply or save settings erases Layer Manager menu
- #1386
- wxGUI output gone
- #1387
- wingrass65 - wxgui compiling error and not starting
- #1396
- wxnviz command not compiling
- #1398
- problem with multiple entry selection
- #1404
- wxGUI console chokes on r.mapcalc command in GRASS 7
- #1407
- confusing error message after grass7 crash
- #1409
- wxGUI command console does not parse correctly "help" and first parameter
- #1411
- closing area boundary crashes entire GUI
- #1412
- Different problem with scalebar in GRASS 6.5
- #1425
- error in python _core.py from wxNVIZ
- #1426
- v.colors resetting vector display
- #1432
- wxGUI GDAL/OGR Importer: changing format doesn't affect list of layers
- #1441
- Hard Copy Map Utility (wxPython wrapper for ps.map) text overlay is broken
- #1448
- run model menu item does not seem to work
- #1450
- grass 6.4.svn nightly build fails on startup
- #1473
- wxgui fails to set computational region from display extent
- #1484
- GRASS6.4.2SVN WX-Python GUI, menu does not work at all
- #1485
- Cannot save workspace from wxGUI
- #1493
- wxgui About GRASS fails with UnicodeDecodeError
- #1512
- problem sql query on wingrass
- #1516
- plots combo-box
- #1519
- Opening a saved workspace doesn't display all layers correctly in 6.4.2RC2
- #1521
- grass crashed on Fedora 14
- #1526
- "Diplay/update attributes" can freeze GUI
- #1531
- bug in cartographic composer
- #1538
- wxGUI: Common raster formats importer python error for single file
- #1542
- problem starting r.mapcalc from the wxGUI command prompt
- #1543
- WXGUI GDAL/OGR import dialogs fail to open in WinGRASS
- #1545
- wxGUI Cartographic Composer
- #1547
- wxGUI Cartographic Composer: division by zero
