[GRASS-SVN] r57007 - in grass/trunk: doc/gui/wxpython/example gui/wxpython/animation gui/wxpython/dbmgr gui/wxpython/docs gui/wxpython/gmodeler gui/wxpython/iclass gui/wxpython/mapswipe gui/wxpython/psmap gui/wxpython/rlisetup gui/wxpython/vdigit

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 4 00:55:18 PDT 2013


Author: martinl
Date: 2013-07-04 00:55:17 -0700 (Thu, 04 Jul 2013)
New Revision: 57007

Added:
   grass/trunk/doc/gui/wxpython/example/wxGUI.example.html
   grass/trunk/gui/wxpython/docs/wxGUI.components.html
Removed:
   grass/trunk/doc/gui/wxpython/example/wxGUI.Example.html
   grass/trunk/gui/wxpython/docs/wxGUI.Components.html
Modified:
   grass/trunk/gui/wxpython/animation/g.gui.animation.html
   grass/trunk/gui/wxpython/dbmgr/g.gui.dbmgr.html
   grass/trunk/gui/wxpython/docs/wxGUI.gcp.html
   grass/trunk/gui/wxpython/docs/wxGUI.html
   grass/trunk/gui/wxpython/docs/wxGUI.nviz.html
   grass/trunk/gui/wxpython/docs/wxGUI.toolboxes.html
   grass/trunk/gui/wxpython/docs/wxGUI.vnet.html
   grass/trunk/gui/wxpython/gmodeler/g.gui.gmodeler.html
   grass/trunk/gui/wxpython/iclass/g.gui.iclass.html
   grass/trunk/gui/wxpython/mapswipe/g.gui.mapswipe.html
   grass/trunk/gui/wxpython/psmap/g.gui.psmap.html
   grass/trunk/gui/wxpython/rlisetup/g.gui.rlisetup.html
   grass/trunk/gui/wxpython/vdigit/g.gui.vdigit.html
Log:
rename wxGUI.Components to wxGUI.components


Deleted: grass/trunk/doc/gui/wxpython/example/wxGUI.Example.html
===================================================================
--- grass/trunk/doc/gui/wxpython/example/wxGUI.Example.html	2013-07-04 00:41:08 UTC (rev 57006)
+++ grass/trunk/doc/gui/wxpython/example/wxGUI.Example.html	2013-07-04 07:55:17 UTC (rev 57007)
@@ -1,76 +0,0 @@
-<!-- meta page description: wxGUI Example Tool -->
-<!-- meta page index: wxGUI -->
-<h2>DESCRIPTION</h2>
-
-<p>
-The purpose of the <b>Example Tool</b> is to make life easier
-for new wxGUI developers. It can serve as a basic template when
-creating standalone GRASS GUI-based application. Example tool
-can display one raster map a show information about it.
-</p>
-
-<p>
-Following topics are covered:
-</p>
-
-<ul>
-  <li>creating standalone window</li>
-  <li>adding toolbars, statusbar</li>
-  <li>displaying raster map</li>
-  <li>running GRASS modules from application</li>
-  <li>creating dialog for element (raster, vector, ...) selection</li>
-  <li>using temporary region</li>
-  <li>access from main menu</li>
-  <li>writing programmer documentation</li>
-  <li>writing user documentation</li>
-</ul>
-
-<h2>NOTE</h2>
-
-<p>
-See README to learn how to get Example Tool to work.
-</p>
-
-<!--
-Put screenshot here
-<center>
-<br><img src="wxGUI_example.jpg" border="1"><br><br>
-</center>
-
--->
-
-<h3>EXAMPLE TOOL TOOLBAR</h3>
-
-<dl>
-  <dt><img src="icons/layer-raster-add.png"> 
-    <em>Select raster layer</em></dt>
-  <dd>Select raster layer and compute statistics related to this layer.</dd>
-</dl>
-
-
-
-<h2>SEE ALSO</h2>
-
-<em>
-  <a href="wxGUI.html">wxGUI</a><br>
-  <a href="wxGUI.Components.html">wxGUI components</a>
-</em>
-
-<!--
-Create wiki page and put the link here:
-<p>
-See also
-user <a href="http://grasswiki.osgeo.org/wiki/WxGUI_...">wiki</a> page.
-</p>
--->
-
-<h2>AUTHOR</h2>
-
-<p>
-Anna Kratochvilova,
- <a href="http://www.cvut.cz">Czech Technical University in Prague</a>, Czech Republic<br>
-</p>
-
-<p>
-<i>$Date$</i>
-

Copied: grass/trunk/doc/gui/wxpython/example/wxGUI.example.html (from rev 57006, grass/trunk/doc/gui/wxpython/example/wxGUI.Example.html)
===================================================================
--- grass/trunk/doc/gui/wxpython/example/wxGUI.example.html	                        (rev 0)
+++ grass/trunk/doc/gui/wxpython/example/wxGUI.example.html	2013-07-04 07:55:17 UTC (rev 57007)
@@ -0,0 +1,76 @@
+<!-- meta page description: wxGUI Example Tool -->
+<!-- meta page index: wxGUI -->
+<h2>DESCRIPTION</h2>
+
+<p>
+The purpose of the <b>Example Tool</b> is to make life easier
+for new wxGUI developers. It can serve as a basic template when
+creating standalone GRASS GUI-based application. Example tool
+can display one raster map a show information about it.
+</p>
+
+<p>
+Following topics are covered:
+</p>
+
+<ul>
+  <li>creating standalone window</li>
+  <li>adding toolbars, statusbar</li>
+  <li>displaying raster map</li>
+  <li>running GRASS modules from application</li>
+  <li>creating dialog for element (raster, vector, ...) selection</li>
+  <li>using temporary region</li>
+  <li>access from main menu</li>
+  <li>writing programmer documentation</li>
+  <li>writing user documentation</li>
+</ul>
+
+<h2>NOTE</h2>
+
+<p>
+See README to learn how to get Example Tool to work.
+</p>
+
+<!--
+Put screenshot here
+<center>
+<br><img src="wxGUI_example.jpg" border="1"><br><br>
+</center>
+
+-->
+
+<h3>EXAMPLE TOOL TOOLBAR</h3>
+
+<dl>
+  <dt><img src="icons/layer-raster-add.png"> 
+    <em>Select raster layer</em></dt>
+  <dd>Select raster layer and compute statistics related to this layer.</dd>
+</dl>
+
+
+
+<h2>SEE ALSO</h2>
+
+<em>
+  <a href="wxGUI.html">wxGUI</a><br>
+  <a href="wxGUI.components.html">wxGUI components</a>
+</em>
+
+<!--
+Create wiki page and put the link here:
+<p>
+See also
+user <a href="http://grasswiki.osgeo.org/wiki/WxGUI_...">wiki</a> page.
+</p>
+-->
+
+<h2>AUTHOR</h2>
+
+<p>
+Anna Kratochvilova,
+ <a href="http://www.cvut.cz">Czech Technical University in Prague</a>, Czech Republic<br>
+</p>
+
+<p>
+<i>$Date$</i>
+

Modified: grass/trunk/gui/wxpython/animation/g.gui.animation.html
===================================================================
--- grass/trunk/gui/wxpython/animation/g.gui.animation.html	2013-07-04 00:41:08 UTC (rev 57006)
+++ grass/trunk/gui/wxpython/animation/g.gui.animation.html	2013-07-04 07:55:17 UTC (rev 57007)
@@ -50,7 +50,7 @@
 
 <em>
   <a href="wxGUI.html">wxGUI</a><br>
-  <a href="wxGUI.Components.html">wxGUI components</a>
+  <a href="wxGUI.components.html">wxGUI components</a>
 </em>
 
 <p>

Modified: grass/trunk/gui/wxpython/dbmgr/g.gui.dbmgr.html
===================================================================
--- grass/trunk/gui/wxpython/dbmgr/g.gui.dbmgr.html	2013-07-04 00:41:08 UTC (rev 57006)
+++ grass/trunk/gui/wxpython/dbmgr/g.gui.dbmgr.html	2013-07-04 07:55:17 UTC (rev 57007)
@@ -35,7 +35,7 @@
 
 <em>
   <a href="wxGUI.html">wxGUI</a><br>
-  <a href="wxGUI.Components.html">wxGUI components</a>
+  <a href="wxGUI.components.html">wxGUI components</a>
 </em>
 
 <p>

Deleted: grass/trunk/gui/wxpython/docs/wxGUI.Components.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.Components.html	2013-07-04 00:41:08 UTC (rev 57006)
+++ grass/trunk/gui/wxpython/docs/wxGUI.Components.html	2013-07-04 07:55:17 UTC (rev 57007)
@@ -1,27 +0,0 @@
-<!-- meta page description: wxGUI Components -->
-<!-- meta page index: wxGUI -->
-
-List of available <em><a href="wxGUI.html">wxGUI</a></em> components:
-
-<ul>
-  <li><a href="wxGUI.nviz.html">3D Viewer</a></li>
-  <li><a href="wxGUI.animation.html">Animation tool</a>,
-    available as a command line tool <em><a href="g.gui.animation.html">g.gui.animation</a></em></li>
-  <li><a href="wxGUI.dbmgr.html">Attribute Table Manager</a>
-    available also as a command line tool <em><a href="g.gui.dbmgr.html">g.gui.dbmgr</a></em></li>
-  <li><a href="wxGUI.psmap.html">Cartographic Composer</a>
-    available also as a command line tool <em><a href="g.gui.psmap.html">g.gui.psmap</a></em></li>
-  <li><a href="wxGUI.gmodeler.html">Graphical Modeler</a>
-    available also as a command line tool <em><a href="g.gui.gmodeler.html">g.gui.gmodeler</a></em></li>
-  <li><a href="wxGUI.gcp.html">Ground Control Points Manager</a></li>
-  <li><a href="wxGUI.mapswipe.html">Map Swipe</a>
-    available also as a command line tool <em><a href="g.gui.mapswipe.html">g.gui.mapswipe</a></em></li>
-  <li><a href="wxGUI.iclass.html">Supervised Classification Tool</a>
-     available also as a command line tool <em><a href="g.gui.iclass.html">g.gui.iclass</a></em></li>
-  <li><a href="wxGUI.vdigit.html">Vector Digitizer</a>
-     available also as a command line tool <em><a href="g.gui.vdigit.html">g.gui.vdigit</a></em></li>
-  <li><a href="wxGUI.vnet.html">Vector Network Analysis Tool</a></li>
-</ul>
-
-<p>
-<i>$Date$</i>

Copied: grass/trunk/gui/wxpython/docs/wxGUI.components.html (from rev 57006, grass/trunk/gui/wxpython/docs/wxGUI.Components.html)
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.components.html	                        (rev 0)
+++ grass/trunk/gui/wxpython/docs/wxGUI.components.html	2013-07-04 07:55:17 UTC (rev 57007)
@@ -0,0 +1,27 @@
+<!-- meta page description: wxGUI Components -->
+<!-- meta page index: wxGUI -->
+
+List of available <em><a href="wxGUI.html">wxGUI</a></em> components:
+
+<ul>
+  <li><a href="wxGUI.nviz.html">3D Viewer</a></li>
+  <li><a href="wxGUI.animation.html">Animation tool</a>,
+    available as a command line tool <em><a href="g.gui.animation.html">g.gui.animation</a></em></li>
+  <li><a href="wxGUI.dbmgr.html">Attribute Table Manager</a>
+    available also as a command line tool <em><a href="g.gui.dbmgr.html">g.gui.dbmgr</a></em></li>
+  <li><a href="wxGUI.psmap.html">Cartographic Composer</a>
+    available also as a command line tool <em><a href="g.gui.psmap.html">g.gui.psmap</a></em></li>
+  <li><a href="wxGUI.gmodeler.html">Graphical Modeler</a>
+    available also as a command line tool <em><a href="g.gui.gmodeler.html">g.gui.gmodeler</a></em></li>
+  <li><a href="wxGUI.gcp.html">Ground Control Points Manager</a></li>
+  <li><a href="wxGUI.mapswipe.html">Map Swipe</a>
+    available also as a command line tool <em><a href="g.gui.mapswipe.html">g.gui.mapswipe</a></em></li>
+  <li><a href="wxGUI.iclass.html">Supervised Classification Tool</a>
+     available also as a command line tool <em><a href="g.gui.iclass.html">g.gui.iclass</a></em></li>
+  <li><a href="wxGUI.vdigit.html">Vector Digitizer</a>
+     available also as a command line tool <em><a href="g.gui.vdigit.html">g.gui.vdigit</a></em></li>
+  <li><a href="wxGUI.vnet.html">Vector Network Analysis Tool</a></li>
+</ul>
+
+<p>
+<i>$Date$</i>

Modified: grass/trunk/gui/wxpython/docs/wxGUI.gcp.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.gcp.html	2013-07-04 00:41:08 UTC (rev 57006)
+++ grass/trunk/gui/wxpython/docs/wxGUI.gcp.html	2013-07-04 07:55:17 UTC (rev 57007)
@@ -294,7 +294,7 @@
 
 <em>
   <a href="wxGUI.html">wxGUI</a><br>
-  <a href="wxGUI.Components.html">wxGUI components</a>
+  <a href="wxGUI.components.html">wxGUI components</a>
 </em>
 
 <p>

Modified: grass/trunk/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.html	2013-07-04 00:41:08 UTC (rev 57006)
+++ grass/trunk/gui/wxpython/docs/wxGUI.html	2013-07-04 07:55:17 UTC (rev 57007)
@@ -630,7 +630,7 @@
 <h2>SEE ALSO</h2>
 
 <em>
-  <a href="wxGUI.Components.html">wxGUI components</a><br/>
+  <a href="wxGUI.components.html">wxGUI components</a><br/>
   <a href="wxGUI.toolboxes.html">wxGUI toolboxes (menu customization)</a>
 </em>
 

Modified: grass/trunk/gui/wxpython/docs/wxGUI.nviz.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.nviz.html	2013-07-04 00:41:08 UTC (rev 57006)
+++ grass/trunk/gui/wxpython/docs/wxGUI.nviz.html	2013-07-04 07:55:17 UTC (rev 57007)
@@ -384,7 +384,7 @@
 
 <em>
   <a href="wxGUI.html">wxGUI</a><br>
-  <a href="wxGUI.Components.html">wxGUI components</a>
+  <a href="wxGUI.components.html">wxGUI components</a>
 </em>
 
 <p>

Modified: grass/trunk/gui/wxpython/docs/wxGUI.toolboxes.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.toolboxes.html	2013-07-04 00:41:08 UTC (rev 57006)
+++ grass/trunk/gui/wxpython/docs/wxGUI.toolboxes.html	2013-07-04 07:55:17 UTC (rev 57007)
@@ -197,7 +197,7 @@
 
 <em>
   <a href="wxGUI.html">wxGUI</a><br>
-  <a href="wxGUI.Components.html">wxGUI components</a>
+  <a href="wxGUI.components.html">wxGUI components</a>
 </em>
 
 <h2>AUTHORS</h2>

Modified: grass/trunk/gui/wxpython/docs/wxGUI.vnet.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.vnet.html	2013-07-04 00:41:08 UTC (rev 57006)
+++ grass/trunk/gui/wxpython/docs/wxGUI.vnet.html	2013-07-04 07:55:17 UTC (rev 57007)
@@ -79,7 +79,7 @@
 
 <em>
   <a href="wxGUI.html">wxGUI</a><br>
-  <a href="wxGUI.Components.html">wxGUI components</a>
+  <a href="wxGUI.components.html">wxGUI components</a>
 </em>
 
 <p>

Modified: grass/trunk/gui/wxpython/gmodeler/g.gui.gmodeler.html
===================================================================
--- grass/trunk/gui/wxpython/gmodeler/g.gui.gmodeler.html	2013-07-04 00:41:08 UTC (rev 57006)
+++ grass/trunk/gui/wxpython/gmodeler/g.gui.gmodeler.html	2013-07-04 07:55:17 UTC (rev 57007)
@@ -45,7 +45,7 @@
 
 <em>
   <a href="wxGUI.html">wxGUI</a><br>
-  <a href="wxGUI.Components.html">wxGUI components</a>
+  <a href="wxGUI.components.html">wxGUI components</a>
 </em>
 
 <p>

Modified: grass/trunk/gui/wxpython/iclass/g.gui.iclass.html
===================================================================
--- grass/trunk/gui/wxpython/iclass/g.gui.iclass.html	2013-07-04 00:41:08 UTC (rev 57006)
+++ grass/trunk/gui/wxpython/iclass/g.gui.iclass.html	2013-07-04 07:55:17 UTC (rev 57007)
@@ -72,7 +72,7 @@
 
 <em>
   <a href="wxGUI.html">wxGUI</a><br>
-  <a href="wxGUI.Components.html">wxGUI components</a>
+  <a href="wxGUI.components.html">wxGUI components</a>
 </em>
 
 <p>

Modified: grass/trunk/gui/wxpython/mapswipe/g.gui.mapswipe.html
===================================================================
--- grass/trunk/gui/wxpython/mapswipe/g.gui.mapswipe.html	2013-07-04 00:41:08 UTC (rev 57006)
+++ grass/trunk/gui/wxpython/mapswipe/g.gui.mapswipe.html	2013-07-04 07:55:17 UTC (rev 57007)
@@ -39,7 +39,7 @@
 
 <em>
   <a href="wxGUI.html">wxGUI</a><br>
-  <a href="wxGUI.Components.html">wxGUI components</a>
+  <a href="wxGUI.components.html">wxGUI components</a>
 </em>
 
 <p>

Modified: grass/trunk/gui/wxpython/psmap/g.gui.psmap.html
===================================================================
--- grass/trunk/gui/wxpython/psmap/g.gui.psmap.html	2013-07-04 00:41:08 UTC (rev 57006)
+++ grass/trunk/gui/wxpython/psmap/g.gui.psmap.html	2013-07-04 07:55:17 UTC (rev 57007)
@@ -205,7 +205,7 @@
 
 <em>
   <a href="wxGUI.html">wxGUI</a><br>
-  <a href="wxGUI.Components.html">wxGUI components</a>
+  <a href="wxGUI.components.html">wxGUI components</a>
 </em>
 
 <p>

Modified: grass/trunk/gui/wxpython/rlisetup/g.gui.rlisetup.html
===================================================================
--- grass/trunk/gui/wxpython/rlisetup/g.gui.rlisetup.html	2013-07-04 00:41:08 UTC (rev 57006)
+++ grass/trunk/gui/wxpython/rlisetup/g.gui.rlisetup.html	2013-07-04 07:55:17 UTC (rev 57007)
@@ -10,7 +10,7 @@
 
 <em>
   <a href="wxGUI.html">wxGUI</a><br>
-  <a href="wxGUI.Components.html">wxGUI components</a>
+  <a href="wxGUI.components.html">wxGUI components</a>
 </em>
 
 <p>

Modified: grass/trunk/gui/wxpython/vdigit/g.gui.vdigit.html
===================================================================
--- grass/trunk/gui/wxpython/vdigit/g.gui.vdigit.html	2013-07-04 00:41:08 UTC (rev 57006)
+++ grass/trunk/gui/wxpython/vdigit/g.gui.vdigit.html	2013-07-04 07:55:17 UTC (rev 57007)
@@ -255,7 +255,7 @@
 
 <em>
   <a href="wxGUI.html">wxGUI</a><br>
-  <a href="wxGUI.Components.html">wxGUI components</a>
+  <a href="wxGUI.components.html">wxGUI components</a>
 </em>
 
 <p>



More information about the grass-commit mailing list