コミット履歴

作者 SHA1 メッセージ 日付
  Markus Neteler bb779c2f13 i18N: cleanup gettext usage for Python code (fixes https://trac.osgeo.org/grass/ticket/3790) (contributed by pmav99) 6 年 前
  Anna Petrášová 1167e4837e wxGUI: fix debug mode with Python 3 6 年 前
  Anna Petrášová 7e1945f230 experimental GSoC 2018 Python 3 support by Sanjeet Bhatti 6 年 前
  Vaclav Petras 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 年 前
  Martin Landa 6e9fecbe81 v.krige remove from core distribution (see https://trac.osgeo.org/grass/ticket/3136 for details) 8 年 前
  Martin Landa 449c894b22 Pressing Run button in GUI dialogs open a new dialog (see https://trac.osgeo.org/grass/ticket/3135) 8 年 前
  Vaclav Petras 58918d1997 wxGUI: add environment paramater to GConsole 9 年 前
  Vaclav Petras e611d9aa1c wxGUI: add todo: caller cannot suppress GUI for a module 9 年 前
  Martin Landa 87e5b1d9b8 wxGUI: apply pep8 9 年 前
  Martin Landa 2e8f4e9325 wxGUI: rename map layer type '3d-raster' to 'raster_3d' (sync with g.list) 9 年 前
  Anna Petrášová bcec22a0ab wxGUI: fix adding layers to tree in import dialog (https://trac.osgeo.org/grass/ticket/2860) 9 年 前
  Martin Landa 8dd743772a fix pythonlib and GUI when debug/wx_debug value is invalid (do not fail, just print warning message) 9 年 前
  Martin Landa 13df30919b wxGUI: implement mechanism which allows to pass giface to g.gui.* modules 9 年 前
  Martin Landa c985492a97 wxGUI: enable map layers add from wxGUI prompt 9 年 前
  Martin Landa 2feff8f820 wxGUI: update onDone methods to pass event as argument 10 年 前
  Anna Petrášová 8ce171c24f wxGUI: fix unnecessary rerendering when running r.colors with multiple input maps 10 年 前
  Anna Petrášová ec12d93b9a wxGUI: add each layer and not throw error when defined output maps are multiple, e.g. in r.series.interp 10 年 前
  Luca Delucchi 4d3d44467e wxgui: add support for sphinx documentation 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 年 前
  Vaclav Petras 4ecec4601a wxGUI/lmgr: implement cd command for wxGUI Command console, possibility to ignore any commands in gconsole, printing cd log for cd from menu 11 年 前
  Martin Landa 22597e6758 wxGUI: update prompt history when running command from dialog 11 年 前
  Martin Landa 3c450ed90d wxGUI: add created map for v.proj/r.proj 11 年 前
  Martin Landa 48524f53b4 wxGUI: re-render display when mask set 11 年 前
  Martin Landa 6c264f5066 wxGUI: fix py script interface check (when script is not found) 11 年 前
  Martin Landa 78600418f3 wxGUI: move iterface check (https://trac.osgeo.org/grass/changeset/58156) to gconsole 11 年 前
  Anna Petrášová d7ef562290 wxGUI/gconsole: rename write methods parameter 11 年 前
  Anna Petrášová 6e99e83913 wxGUI/gconsole: partial replace of events by signals (co-author: wenzeslaus) 11 年 前
  Anna Petrášová a84d5ddc4f wxGUI: clean up message handling related to GConsole (co-author: wenzeslaus) 11 年 前
  Martin Landa 0deecaa203 wxGUI: update map for [r|r3].colors modules 11 年 前
  Vaclav Petras ee95f55bfa wxGUI/translations: different way of accessing gettext underscore ('_') function (attempt to fix https://trac.osgeo.org/grass/ticket/1739 for grasswxpy) 11 年 前