[GRASS-SVN] r47983 - in grass/branches/develbranch_6/gui/wxpython:
docs gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 30 13:07:39 EDT 2011
Author: martinl
Date: 2011-08-30 10:07:39 -0700 (Tue, 30 Aug 2011)
New Revision: 47983
Modified:
grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Modeler.html
grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.PsMap.html
grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py
grass/branches/develbranch_6/gui/wxpython/gui_modules/psmap.py
Log:
wxGUI: mark modeler and ps.map front-end as experimental
Modified: grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Modeler.html
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Modeler.html 2011-08-30 16:52:20 UTC (rev 47982)
+++ grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Modeler.html 2011-08-30 17:07:39 UTC (rev 47983)
@@ -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/develbranch_6/gui/wxpython/docs/wxGUI.PsMap.html
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.PsMap.html 2011-08-30 16:52:20 UTC (rev 47982)
+++ grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.PsMap.html 2011-08-30 17:07:39 UTC (rev 47983)
@@ -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/develbranch_6/gui/wxpython/gui_modules/gmodeler.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py 2011-08-30 16:52:20 UTC (rev 47982)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py 2011-08-30 17:07:39 UTC (rev 47983)
@@ -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/develbranch_6/gui/wxpython/gui_modules/psmap.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/psmap.py 2011-08-30 16:52:20 UTC (rev 47982)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/psmap.py 2011-08-30 17:07:39 UTC (rev 47983)
@@ -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