You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="warning">Please read this entire document for important information about this release.</span>
15
15
</td>
16
16
</tr>
@@ -30,7 +30,7 @@ <h2>Whats new in Version 1.1.0?</h2>
30
30
of QGIS from our stable 1.0.x release series.
31
31
</p>
32
32
<p>
33
-
This release includes over 265 bug fixes and enchancements
33
+
This release includes many bug fixes and enchancements
34
34
over the QGIS 1.1.0 release. In addition we have added
35
35
the following new features:
36
36
</p>
@@ -60,13 +60,13 @@ <h2>Whats new in Version 1.1.0?</h2>
60
60
Improvements to proxy support and support of proxy in WFS provider. The WFS provider now also shows progress information as it is fetching data.
61
61
</li>
62
62
<li>
63
-
Improvements the the PostGIS client support. Massive speedups in PostGIS layer rendering can now be achieved by disabling SSL in the connection editor.
63
+
Improvements the PostGIS client support. Massive speedups in PostGIS layer rendering can now be achieved by disabling SSL in the connection editor.
64
64
</li>
65
65
<li>
66
66
Mapserver Export improvements for continuous color support.
67
67
</li>
68
68
<li>
69
-
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.
69
+
Added tools menu - the fTools plugins are now part of the core QGIS plugins and will always be installed by default.
70
70
</li>
71
71
<li>
72
72
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.
Copy file name to clipboardExpand all lines: src/app/qgisapp.cpp
+1-1
Original file line number
Diff line number
Diff line change
@@ -1893,7 +1893,7 @@ void QgisApp::about()
1893
1893
+ tr("Mapserver Export improvements for continuous color support.")
1894
1894
+ "</li>"
1895
1895
+ "<li>"
1896
-
+ 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.")
1896
+
+ tr("Added tools menu - the fTools plugins are now part of the core QGIS plugins and will always be installed by default.")
1897
1897
+ "</li>"
1898
1898
+ "<li>"
1899
1899
+ 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.")
0 commit comments