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><br>
15
15
<spanclass="warning">You find a <ahref="http://www.qgis.org/en/documentation/manuals.html">PDF manual of the current version</a> on the QGIS website.</span>
16
16
</td>
@@ -23,15 +23,92 @@
23
23
<!-- This documentation describes the Quantum GIS (QGIS) application. More
24
24
information on QGIS is available on the web page at http://qgis.org. -->
25
25
26
-
<h2>Whats new in Version 1.4.0 'Enceladus'?</h2>
26
+
<h2>Whats new in Version 1.5.0 'Tethys'?</h2>
27
+
27
28
<p>
28
-
Please note that this is a release in our 'cutting edge' release series. As
29
-
such it contains new features and extends the programmatic interface over
30
-
QGIS 1.0.x and QGIS 1.2.0. If an unchanging user interface, programmatic API
31
-
and long term support is more important to you then cool new and untested
32
-
features, we recommend that you use a copy of QGIS from our Long Term Support
33
-
(LTS)1.0.x release series.
29
+
Please note that this is a release in our 'cutting edge' release series. As
30
+
such it contains new features and extends the programmatic interface over QGIS
31
+
1.0.x and QGIS 1.4.0. If an unchanging user interface, programmatic API and
32
+
long term support is more important to you then cool new and untested features,
33
+
we recommend that you use a copy of QGIS from our Long Term Support (LTS)1.0.x
34
+
release series. In all other cases we recommend that you use this version.
35
+
</p>
36
+
<p>
37
+
This release includes over 350 bug fixes, over 40 new features.
38
+
Once again it is impossible to document everything here that has changed so we will
39
+
just provide a bullet list of key new features here.
34
40
</p>
41
+
42
+
<h3>Main GUI</h3>
43
+
44
+
<ul>
45
+
<li>There is a new angle measuring tool that allows you to interactively measure angles against the map backdrop.</li>
46
+
<li>Live GPS Tracking tool</li>
47
+
<li>User configurable WMS search server</li>
48
+
<li>Allow editing of invalid geometry in node tool</li>
49
+
<li>Choice between mm and map units for new symbology. Scaling to use new symbology in print composer as well</li>
50
+
<li>SVG fill symbol layer for polygon textures</li>
51
+
<li>Font marker symbol layer</li>
52
+
<li>Added --noplugins command line options to avoid restoring the plugins. Useful when a plugin misbehaves and causes QGIS to crash during startup</li>
53
+
<li>Allow hiding of deprecated CRSes</li>
54
+
<li>Add point displacement renderer plugin - allows points to be shifted to avoid colliding with other points</li>
55
+
<li>Allow saving vector layers as ogr vector files</li>
56
+
<li>Raster provider: reduce debugging noise</li>
57
+
<li>Allow adding parts to multi points and lines</li>
58
+
<li>Text and form annotation tools are now in gui and app</li>
59
+
<li>Added possibility to place a set of default composer templates in pkgDataPath/composer_templates</li>
60
+
<li>Gradient color ramps now support multiple stops - for adding intermediate colors</li>
61
+
<li>Center map if user clicks into the map</li>
62
+
<li>New plugin for carrying out spatial selections</li>
63
+
<li>Data-defined size and rotation for single symbol renderer in symbology-ng</li>
64
+
<li>IdentifyAsHtml to raster layer and use it in identify</li>
65
+
<li>Export legend groups and layers with legendinterface and use this information to display groups in the composer legend.</li>
66
+
<li>Show selected feature count in status bar </li>
67
+
<li>Query option added to layer menu to subset vector layers</li>
68
+
<li>Option to label only selected features (on the 'old' labelling tool)</li>
69
+
<li>Load/save queries created in the query builder.</li>
70
+
<li>Manual adding of categories in symbology-ng.</li>
71
+
<li>Georeferencer: possibility to configure if residuals should be showed in pixels or map units</li>
72
+
<li>Delimited text provider: allow empty values in numeric columns</li>
73
+
<li>Added rule-based renderer for symbology-ng</li>
74
+
<li>Ability to create spatial lite databases from within QGIS</li>
75
+
<li>Inclusion of GDAL Raster tools plugin into QGIS core</li>
76
+
<li>New python console (with history)</li>
77
+
<li>Add validation to capture tool</li>
78
+
<li>Allow postgres layers without saved username & password by asking for credentials</li>
79
+
<li>Support NULL values in search strings</li>
80
+
<li>Optionally add new layers to the selected group</li>
81
+
<li>Map composer can add attribute Tables in layouts. It is possibile to show only visible features in composer table or all features</li>
82
+
<li>Identify tool attribute form now non-modal in view mode (since r12796)</li>
83
+
<li>Identified features' highlight disappear when window is deactivate or closed and reappears when reactivated.</li>
84
+
</ul>
85
+
86
+
<h3>WMS and WMS-C Support</h3>
87
+
<ul>
88
+
<li>WMS-C support, new spatial authorities, wms selection improvements</li>
89
+
<li>Resolved EPSG dependency in spatial reference systems and included french IGNF definitions in srs.db</li>
90
+
<li>WWM provider makes requests asynchronously through QNetworkAccessManager now</li>
91
+
<li>WMS selection allows inserting of all layers of a branch</li>
92
+
<li>WMS has support for more mime types</li>
93
+
<li>Added load/save to WMS dialog</li>
94
+
<li>WMS-C scale slider gui added and more selection improvements</li>
95
+
</ul>
96
+
97
+
<h3>API Updates</h3>
98
+
<ul>
99
+
<li>QgsDataProvider & QgsMapLayer: add dataChanged() signal, so that a provider can signal that the datasource changed</li>
100
+
<li>Use QNetworkAccessManager instead of QgsHttpTransaction (including caching and dynamic authentification to website and proxies)</li>
101
+
102
+
<li>Allow opening layer properties from plugins</li>
103
+
<li>Support for custom plugin layers.</li>
104
+
<li>Allow refreshing of plugins programmatically</li>
105
+
<li>Support for custom plugin directories using QGIS_PLUGINPATH environment variables. More paths can be passed, separated by semicolon.</li>
106
+
<li>Legend interface added to retrieve layers in legend order</li>
107
+
<li>Support more GEOS operators</li>
108
+
</ul>
109
+
110
+
<h2>Whats new in Version 1.4.0 'Enceladus'?</h2>
111
+
35
112
<p>
36
113
Please note that this is a release in our 'cutting edge' release series. As
37
114
such it contains new features and extends the programmatic interface over QGIS
whatsNew += " <li>" + tr( "Added --noplugins command line options to avoid restoring the plugins. Useful when a plugin misbehaves and causes QGIS to crash during startup" ) + "</li>";
whatsNew += " <li>" + tr( "Allow adding parts to multi points and lines" ) + "</li>";
2462
+
whatsNew += " <li>" + tr( "Text and form annotation tools are now in gui and app" ) + "</li>";
2463
+
whatsNew += " <li>" + tr( "Added possibility to place a set of default composer templates in pkgDataPath/composer_templates" ) + "</li>";
2464
+
whatsNew += " <li>" + tr( "Gradient color ramps now support multiple stops - for adding intermediate colors" ) + "</li>";
2465
+
whatsNew += " <li>" + tr( "Center map if user clicks into the map" ) + "</li>";
2466
+
whatsNew += " <li>" + tr( "New plugin for carrying out spatial selections" ) + "</li>";
2467
+
whatsNew += " <li>" + tr( "Data-defined size and rotation for single symbol renderer in symbology-ng" ) + "</li>";
2468
+
whatsNew += " <li>" + tr( "IdentifyAsHtml to raster layer and use it in identify" ) + "</li>";
2469
+
whatsNew += " <li>" + tr( "Export legend groups and layers with legendinterface and use this information to display groups in the composer legend." ) + "</li>";
2470
+
whatsNew += " <li>" + tr( "Show selected feature count in status bar " ) + "</li>";
2471
+
whatsNew += " <li>" + tr( "Query option added to layer menu to subset vector layers" ) + "</li>";
2472
+
whatsNew += " <li>" + tr( "Option to label only selected features (on the 'old' labelling tool)" ) + "</li>";
2473
+
whatsNew += " <li>" + tr( "Load/save queries created in the query builder." ) + "</li>";
2474
+
whatsNew += " <li>" + tr( "Manual adding of categories in symbology-ng." ) + "</li>";
2475
+
whatsNew += " <li>" + tr( "Georeferencer: possibility to configure if residuals should be showed in pixels or map units" ) + "</li>";
2476
+
whatsNew += " <li>" + tr( "Delimited text provider: allow empty values in numeric columns" ) + "</li>";
whatsNew += " <li>" + tr( "Optionally add new layers to the selected group" ) + "</li>";
2485
+
whatsNew += " <li>" + tr( "Map composer can add attribute Tables in layouts. It is possibile to show only visible features in composer table or all features" ) + "</li>";
2486
+
whatsNew += " <li>" + tr( "Identify tool attribute form now non-modal in view mode (since r12796)" ) + "</li>";
2487
+
whatsNew += " <li>" + tr( "Identified features' highlight disappear when window is deactivate or closed and reappears when reactivated." ) + "</li>";
whatsNew += " <li>" + tr( "QgsDataProvider & QgsMapLayer: add dataChanged() signal, so that a provider can signal that the datasource changed" ) + "</li>";
2503
+
whatsNew += " <li>" + tr( "Use QNetworkAccessManager instead of QgsHttpTransaction (including caching and dynamic authentification to website and proxies)" ) + "</li>";
whatsNew += " <li>" + tr( "Support for custom plugin directories using QGIS_PLUGINPATH environment variables. More paths can be passed, separated by semicolon." ) + "</li>";
2508
+
whatsNew += " <li>" + tr( "Legend interface added to retrieve layers in legend order" ) + "</li>";
0 commit comments