[QGIS Commit] r10541 - in trunk/qgis: doc src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun Apr 12 03:17:19 EDT 2009


Author: timlinux
Date: 2009-04-12 03:17:18 -0400 (Sun, 12 Apr 2009)
New Revision: 10541

Modified:
   trunk/qgis/doc/index.html
   trunk/qgis/src/app/qgisapp.cpp
Log:
Removed part about analysis lib since it is not yet in trunk


Modified: trunk/qgis/doc/index.html
===================================================================
--- trunk/qgis/doc/index.html	2009-04-11 20:56:35 UTC (rev 10540)
+++ trunk/qgis/doc/index.html	2009-04-12 07:17:18 UTC (rev 10541)
@@ -10,7 +10,7 @@
   </td>
   <td valign="center">
     <span class="header">Quantum GIS Documentation</span><br>
-    <span class="subheader">Version 1.1.0 <i>Io</i></span><br>
+    <span class="subheader">Version 1.1.0 <i>Pan</i></span><br>
     <span class="warning">Please read this entire document for important information about this release.</span>
   </td>
 </tr>
@@ -30,7 +30,7 @@
 of QGIS from our stable 1.0.x release series.
 </p>
 <p>
-This release includes over 265 bug fixes and enchancements 
+This release includes many bug fixes and enchancements 
 over the QGIS 1.1.0 release. In addition we have added 
 the following new features:
 </p>
@@ -60,13 +60,13 @@
   Improvements to proxy support and support of proxy in WFS provider. The WFS provider now also shows progress information as it is fetching data.
   </li>
   <li>
-  Improvements the the PostGIS client support. Massive speedups in PostGIS layer rendering can now be achieved by disabling SSL in the connection editor.
+  Improvements the PostGIS client support. Massive speedups in PostGIS layer rendering can now be achieved by disabling SSL in the connection editor.
   </li>
   <li>
   Mapserver Export improvements for continuous color support.
   </li>
   <li>
-  Added tools menu - the fTools plugins are now part of the core QGIS plugins and will always be installed by default. We have also started building an analysis library that will be the basis on to which analytical tools may be incorporated into QGIS in the future.
+  Added tools menu - the fTools plugins are now part of the core QGIS plugins and will always be installed by default. 
   </li>
   <li>
  Improvements to the print composer including object alignment options. It is also now possible to print maps as postcript raster or vector. For python programmers, the composer classes now have python bindings.

Modified: trunk/qgis/src/app/qgisapp.cpp
===================================================================
--- trunk/qgis/src/app/qgisapp.cpp	2009-04-11 20:56:35 UTC (rev 10540)
+++ trunk/qgis/src/app/qgisapp.cpp	2009-04-12 07:17:18 UTC (rev 10541)
@@ -1893,7 +1893,7 @@
       + tr("Mapserver Export improvements for continuous color support.")
       + "</li>"
       + "<li>"
-      + tr("Added tools menu - the fTools plugins are now part of the core QGIS plugins and will always be installed by default. We have also started building an analysis library that will be the basis on to which analytical tools may be incorporated into QGIS in the future.")
+      + tr("Added tools menu - the fTools plugins are now part of the core QGIS plugins and will always be installed by default.")
       + "</li>"
       + "<li>" 
       + tr("Improvements to the print composer including object alignment options. It is also now possible to print maps as postcript raster or vector. For python programmers, the composer classes now have python bindings.")



More information about the QGIS-commit mailing list