Skip to content

Commit ea6e118

Browse files
author
g_j_m
committed
Update the 'whats new' text in the About dialog box (or at least remove
0.7 stuff). Needs more work. git-svn-id: http://svn.osgeo.org/qgis/trunk@5991 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d4ec18c commit ea6e118

File tree

1 file changed

+5
-25
lines changed

1 file changed

+5
-25
lines changed

src/gui/qgisapp.cpp

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,35 +1304,15 @@ QString watsNew = "<html><body>" + tr("Version") + " ";
13041304
watsNew += QGis::qgisVersion;
13051305
watsNew += "<h3>" + tr("New features") + "</h3>";
13061306
watsNew += "<ul><li>"
1307-
+ tr("On the fly projection support to automatically project layers from different coordinate systems")
1307+
+ tr("Improvements to the WMS provider. Now works correctly with web proxies")
13081308
+ "<li>"
1309-
+ tr("Map Composer for creating map layouts")
1310-
+ "<li>"
1311-
+ tr("Toolbox for running GRASS tools from QGIS. The toolbox can be easily customized to add additional tools")
1312-
+ "<li>"
1313-
+ tr("Handling of spatially enabled tables and views in PostgreSQL has been greatly improved. QGIS can now load any table in the database that contains a geometry column")
1314-
+ "<li>"
1315-
+ tr("PostgreSQL views containing a geometry column can be viewed in QGIS")
1316-
+ "<li>"
1317-
+ tr("Raster graphing tool to produce a histogram for a raster layer")
1318-
+ "<li>"
1319-
+ tr("Raster query using the identify tool allows you to get the pixel values from a raster by making it the active layer and clicking on the point of interest")
1309+
+ tr("Many user interface improvements")
13201310
+ "<li>"
1321-
+ tr("User preferences provides customizable settings for the digitizing line width, color, and selection color")
1311+
+ tr("Improved vector and attribute editing")
13221312
+ "<li>"
1323-
+ tr("New symbols for use with point layers are available from the layer properties dialog")
1324-
+ "<li>"
1325-
+ tr("Spatial bookmarks allow you to create and manage bookmarks for an area on the map. Bookmarks are persistent and global; meaning they are available for all projects")
1326-
+ "<li>"
1327-
+ tr("Measure tool allows you to measure distances on the map with both segment length and total length displayed as you click")
1328-
+ "<li>"
1329-
+ tr("GPX loading times and memory consumption for large GPX (GPS) files has been drastically reduced")
1330-
+ "<li>"
1331-
+ tr("Many enhancements to the digitizing tools have been made, including the ability to capture data straight into PostgreSQL/PostGIS, and improvements to the definition of attribute tables for newly created layers")
1332-
+ "<li>"
1333-
+ tr("The Raster Georeferencer plugin can be used to generate a world file for a raster. The plugin allows you to define known control points in the raster coordinate system. Once enough control points are defined, the world file can be generated and the raster properly displayed in QGIS or other GIS applications")
1313+
+ tr("Map Composer for creating map layouts")
13341314
+ "<li>"
1335-
+ tr("Improvements to the Mapserver export tool")
1315+
+ tr("Lots of other stuff that we can't rememeber")
13361316
+ "</ul></body></html>";
13371317

13381318

0 commit comments

Comments
 (0)