コミット履歴

作者 SHA1 メッセージ 日付
  Anna Petrášová 850e51f80e d.polar: broken since https://trac.osgeo.org/grass/changeset/64459, fixed and enabled from GUI 9 年 前
  Martin Landa 87e5b1d9b8 wxGUI: apply pep8 9 年 前
  Martin Landa 31954a17e6 wxGUI: ReadEpsgCodes() raise OpenError exception of failure (no need for backport) 9 年 前
  Martin Landa 2e8f4e9325 wxGUI: rename map layer type '3d-raster' to 'raster_3d' (sync with g.list) 9 年 前
  Martin Landa 98e289afa9 Close wxGUI on GRASS CLI exit (https://trac.osgeo.org/grass/ticket/770) - experimental prototype 9 年 前
  Anna Petrášová 0baaeca811 replace PIL obsolete function tostring to tobytes 9 年 前
  Martin Landa 25be66e169 wxGUI: modify standalone wx0 monitors to render map layers into 10 年 前
  Vaclav Petras 29bc5aff40 wxGUI: import only after grass.script.parser() call g.gui.* and PEP8 clean up 10 年 前
  Martin Landa 8fac0f25e2 wxGUI: replace utils cmd list <-> tuple by grass.script.gtask functions 10 年 前
  Anna Petrášová 2e87955624 wxGUI: fix finding fully qualified name for 3d rasters 10 年 前
  Martin Landa 866a6cb82f rename d.thematic.area to d.vect.thematic (part 4) 10 年 前
  Anna Petrášová 904ac98576 do not use str with unicode, relates to https://trac.osgeo.org/grass/ticket/2524 10 年 前
  Vaclav Petras 35ea4b194c d.shade and r.shade: replace 'reliefmap' by more general 'shade' and 'drapemap' by more straight forward 'color' 10 年 前
  Vaclav Petras ae41bf1497 r.relief, r.shade, d.shade: finish rename from d.shadedmap and r.shaded.relief (fixes https://trac.osgeo.org/grass/changeset/63305) 10 年 前
  Martin Landa f2592d3d1a g.mapset: gisdbase -> dbase 10 年 前
  Anna Petrášová 6a6177ff89 wxGUI: change GuiModuleMain implementation, calls simply main() instead of forking new process because it was not stable and not working on Windows and Mac 10 年 前
  Martin Landa 2a093eafef remove print statement (accidentally introduced in https://trac.osgeo.org/grass/changeset/62622) 10 年 前
  Martin Landa aa3f03f2fe wxGUI: catch ValueError in utils.split() 10 年 前
  Anna Petrášová ee4076de8d d.to.rast: new module for wxGUI and d.mon to save map display content as raster map 10 年 前
  Vaclav Petras a497f47c07 wxGUI/core: use gray always, sync purple with lib/gis/color_str.c although it is probably wrong 10 年 前
  Luca Delucchi 4d3d44467e wxgui: add support for sphinx documentation 11 年 前
  Markus Neteler fd33928bf6 d.rast.leg/wxGUI: fix 'Unsupported command d.text' bug; fix font size 11 年 前
  Markus Neteler da32bb85b9 Python3 support: exception objects require 'as' keyword (compliant with Python >= 2.6) (trac https://trac.osgeo.org/grass/ticket/2288) 11 年 前
  Martin Landa 50c1d35c5c wxGUI: moved to DISTDIR/gui 11 年 前
  Markus Neteler 859dd7a878 fix https://trac.osgeo.org/grass/changeset/59279 (revert accidential extra commit) 11 年 前
  Markus Neteler 1e6f6dd7fb colors: register NDWI 11 年 前
  Maris Nartiss 208e1f9e63 Fix documentation of function to match code 11 年 前
  Anna Petrášová 62e555bea9 wxGUI: d.out.file module added, can be run from gui command line and with d.mon 11 年 前
  Markus Neteler 65eb6aeb10 parser: support --h and --help in wxGUI command line (trac https://trac.osgeo.org/grass/ticket/2152) 11 年 前
  Soeren Gebbert 6c7f928067 Fixed wrongly placed os._exit() call, that prevents exit handler from work. 11 年 前