[GRASS-SVN] r47984 - in
grass/branches/releasebranch_6_4/gui/wxpython: docs gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 30 13:10:05 EDT 2011
Author: martinl
Date: 2011-08-30 10:10:05 -0700 (Tue, 30 Aug 2011)
New Revision: 47984
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.Modeler.html
grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.PsMap.html
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gmodeler.py
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/psmap.py
Log:
wxGUI: mark modeler and ps.map front-end as experimental
(merge r47983 from devbr6)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.Modeler.html
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.Modeler.html 2011-08-30 17:07:39 UTC (rev 47983)
+++ grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.Modeler.html 2011-08-30 17:10:05 UTC (rev 47984)
@@ -1,6 +1,7 @@
<h2>DESCRIPTION</h2>
-<b>Note:</b> <em>wxGUI Modeler is currently under development.</em>
+Note: <b>wxGUI Modeler is currently under development. Not
+all functionality is implemented.</b>
<p>
<b>Graphical modeler</b> is a <em><a href="wxGUI.html">wxGUI</a></em>
Modified: grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.PsMap.html
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.PsMap.html 2011-08-30 17:07:39 UTC (rev 47983)
+++ grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.PsMap.html 2011-08-30 17:10:05 UTC (rev 47984)
@@ -1,7 +1,7 @@
<h2>DESCRIPTION</h2>
-<b>Note:</b> <em>wxGUI Hardcopy Map Output Utility is currently under
-development.</em>
+Note: <b>wxGUI Hardcopy Map Output Utility is currently under development. Not
+all functionality is implemented.</b>
<p>
<b>wxGUI Hardcopy Map Output Utility</b> also called <em>wx.psmap</em> is
Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gmodeler.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gmodeler.py 2011-08-30 17:07:39 UTC (rev 47983)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gmodeler.py 2011-08-30 17:10:05 UTC (rev 47984)
@@ -528,7 +528,7 @@
class ModelFrame(wx.Frame):
def __init__(self, parent, id = wx.ID_ANY,
- title = _("GRASS GIS Graphical Modeler"), **kwargs):
+ title = _("GRASS GIS Graphical Modeler (experimental prototype)"), **kwargs):
"""!Graphical modeler main window
@param parent parent window
Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/psmap.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/psmap.py 2011-08-30 17:07:39 UTC (rev 47983)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/psmap.py 2011-08-30 17:10:05 UTC (rev 47984)
@@ -52,7 +52,7 @@
class PsMapFrame(wx.Frame):
def __init__(self, parent = None, id = wx.ID_ANY,
- title = _("GRASS GIS Hardcopy Map Output Utility"), **kwargs):
+ title = _("GRASS GIS Hardcopy Map Output Utility (experimental prototype)"), **kwargs):
"""!Main window of ps.map GUI
@param parent parent window
More information about the grass-commit
mailing list