[QGIS Commit] r9881 - in branches/Version-1_0: doc src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Dec 20 15:07:21 EST 2008


Author: jef
Date: 2008-12-20 15:07:20 -0500 (Sat, 20 Dec 2008)
New Revision: 9881

Modified:
   branches/Version-1_0/doc/CODING.t2t
   branches/Version-1_0/doc/INSTALL.t2t
   branches/Version-1_0/doc/index.dox
   branches/Version-1_0/src/app/qgisapp.cpp
Log:
sync doc with trunk

Modified: branches/Version-1_0/doc/CODING.t2t
===================================================================
--- branches/Version-1_0/doc/CODING.t2t	2008-12-20 20:06:32 UTC (rev 9880)
+++ branches/Version-1_0/doc/CODING.t2t	2008-12-20 20:07:20 UTC (rev 9881)
@@ -17,16 +17,16 @@
 %txt2tags home page for more details.  Please insert manual line breaks in this
 %document as it makes diffing for changes much easier. To do this in vim 
 %automatically, select a section then issue (gq) command. Please dont
-%apply vim formatting to the whol document as it screws up some formatting
+%apply vim formatting to the whole document as it screws up some formatting
 %rather apply it selectively to paragraphs where needed.
 
 % To generate the text version of this document:
 % txt2tags -t txt -o CODING CODING.t2t
-% To generate the moinmoin version of this document
+% To generate the moinmoin version of this document:
 % txt2tags -t moin -o CODING.moin  CODING.t2t
-% To generate the html version of this document
+% To generate the html version of this document:
 % txt2tags -t html -o CODING.html  CODING.t2t
-% To generate LaTeX version of this document do:
+% To generate the LaTeX version of this document:
 % txt2tags -t tex -o CODING.tex  CODING.t2t
 %
 % End of comments

Modified: branches/Version-1_0/doc/INSTALL.t2t
===================================================================
--- branches/Version-1_0/doc/INSTALL.t2t	2008-12-20 20:06:32 UTC (rev 9880)
+++ branches/Version-1_0/doc/INSTALL.t2t	2008-12-20 20:07:20 UTC (rev 9881)
@@ -22,12 +22,12 @@
 
 % To generate the text version of this document:
 % txt2tags -t txt -o INSTALL INSTALL.t2t
-% To generate the moinmoin version of this document
-% txt2tags -t moin -o INSTALL.moin  INSTALL.t2t
-% To generate the html version of this document
-% txt2tags -t html -o INSTALL.html  INSTALL.t2t
-% To generate LaTeX version of this document do:
-% txt2tags -t tex -o INSTALL.tex  INSTALL.t2t
+% To generate the moinmoin version of this document:
+% txt2tags -t moin -o INSTALL.moin INSTALL.t2t
+% To generate the html version of this document:
+% txt2tags -t html -o INSTALL.html INSTALL.t2t
+% To generate LaTeX version of this document:
+% txt2tags -t tex -o INSTALL.tex INSTALL.t2t
 
 % End of comments
 % -------------------

Modified: branches/Version-1_0/doc/index.dox
===================================================================
--- branches/Version-1_0/doc/index.dox	2008-12-20 20:06:32 UTC (rev 9880)
+++ branches/Version-1_0/doc/index.dox	2008-12-20 20:07:20 UTC (rev 9881)
@@ -29,11 +29,11 @@
 'stable' (bugfixes and very minor tweaks only).
 
 \section index_maillist Mailing Lists
-For support we encourage you to join our <a
-href="http://qgis.org/content/view/115/96/">mailing lists</a> for
-developers.
+<ul>
+<li>For support we encourage you to join our <a
+href="http://qgis.osgeo.org/community/mailing-lists.html">mailing lists</a> for
+developers.</li> </ul>
 
-
 \section index_bugs Bug Reporting
 If you think you have found a bug, please report it using our <a
 href="https://trac.osgeo.org/qgis/">bug tracker</a>. When reporting bugs,

Modified: branches/Version-1_0/src/app/qgisapp.cpp
===================================================================
--- branches/Version-1_0/src/app/qgisapp.cpp	2008-12-20 20:06:32 UTC (rev 9880)
+++ branches/Version-1_0/src/app/qgisapp.cpp	2008-12-20 20:07:20 UTC (rev 9881)
@@ -1835,7 +1835,7 @@
                 + tr( "A new plugin was added for interpolating point features into ASCII grid layers." )
                 + "</li>"
                 + "<li>"
-                + tr( "The python plugin manager was completely overhauled, the new version having many improvements, including checking that the version of QGIS running will support a plugin that is being installed." )
+                + tr( "The python plugin installer was completely overhauled, the new version having many improvements, including checking that the version of QGIS running will support a plugin that is being installed." )
                 + "</li>"
                 + "<li>"
                 + tr( "Plugin toolbar positions are now correctly saved when the application is closed." )
@@ -1850,7 +1850,8 @@
                 + tr( "Ported all GDAL/OGR and GEOS usage to use C APIs only." )
                 + "</li>"
                 + "<li>"
-                    
+                + tr( "Vector editing overhaul - handling of geometry and attribute edit transactions is now handled transparently in one place." )
+                + "</li>"
 //+ "<li>"
 //+ tr("X")
 //+ "</li>"



More information about the QGIS-commit mailing list