提交历史

作者 SHA1 备注 提交日期
  Martin Landa 9061b4c183 Close wxGUI on GRASS CLI exit (https://trac.osgeo.org/grass/ticket/770) 9 年之前
  Anna Petrášová 5527441bfc replace PIL obsolete functions (merge from trunk https://trac.osgeo.org/grass/changeset/67011,r67012) 9 年之前
  Vaclav Petras 61abacd1bb wxGUI: import only after grass.script.parser() call g.gui.* (backport https://trac.osgeo.org/grass/changeset/64664 and https://trac.osgeo.org/grass/changeset/64674, https://trac.osgeo.org/grass/ticket/1819) 10 年之前
  Anna Petrášová 887c07ef68 wxGUI: fix finding fully qualified name for 3d rasters (merge from trunk, https://trac.osgeo.org/grass/changeset/64296) 10 年之前
  Anna Petrášová ecd703bfd6 wxGUI: do not use str with unicode, relates to https://trac.osgeo.org/grass/ticket/2524 (merge from trunk, https://trac.osgeo.org/grass/changeset/63943) 10 年之前
  Martin Landa d9753ccfff replace python script d.vect.thematic by C module d.thematic.area 10 年之前
  Anna Petrášová 1fb1ebe84e wxGUI: sync various small differences in trunk and release branch 10 年之前
  Vaclav Petras b17b61b96c d.shade option rename and related changes (backport of https://trac.osgeo.org/grass/changeset/63740 and https://trac.osgeo.org/grass/changeset/63741) 10 年之前
  Vaclav Petras 7750aeb9ee rename r.relief and d.shade, add r.shade, propagate NULLs in r.his 10 年之前
  Martin Landa 7f43d6d099 g.mapset: gisdbase -> dbase 10 年之前
  Luca Delucchi 2bafbf74cf sphinx documentation: backported 60817, 61141 and following related to python sphinx documentation 10 年之前
  Martin Landa 4dc08f5e1c wxGUI: catch ValueError? in utils.split() 10 年之前
  Anna Petrášová 50a60a22cb wxGUI: change GuiModuleMain implementation, calls simply main() instead of forking new process because it was not stable and not working on Windows and Mac (merge from trunk, https://trac.osgeo.org/grass/changeset/62649) 10 年之前
  Anna Petrášová 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 年之前
  Markus Neteler 6548ca7fec d.rast.leg/wxGUI: fix 'Unsupported command d.text' bug; fix font size 11 年之前
  Markus Neteler 7df99e8331 Python3 support: exception objects require 'as' keyword (compliant with Python >= 2.6) (trac https://trac.osgeo.org/grass/ticket/2288) 11 年之前
  Martin Landa 3618eb3855 define GUIDIR 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 年之前
  Anna Petrášová 64053aacef wxGUI: handle case when PIL is missing for decorations and add warning 11 年之前
  Markus Neteler 81e44f8791 wxGUI core/utils.py: fix PIL call 11 年之前
  Martin Landa 9de21fcd1b wxGUI: GetLayerNameFromCmd() return empty mapset if type unsupported 11 年之前
  Anna Petrášová ba5d4fd857 wxGUI: improve decorations handling (see https://trac.osgeo.org/grass/ticket/2080) 11 年之前
  Vaclav Petras d1e44576af wxGUI: moving code from BufferedWindow and map display to utils, adding doctests, removing unused functions 11 年之前
  Martin Landa 7e0539f56d wxGUI: fix GuiModuleMain on Windows, os.fork() is supported only on Unix 11 年之前
  Martin Landa b2ff6d0e0d g.gui.*: define common GuiModuleMain fn 11 年之前