Skip to content

Commit ce161d0

Browse files
author
gsherman
committed
Updated what's new section for 0.8.1 release
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@7004 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 866760b commit ce161d0

File tree

1 file changed

+10
-24
lines changed

1 file changed

+10
-24
lines changed

src/gui/qgisapp.cpp

+10-24
Original file line numberDiff line numberDiff line change
@@ -1330,39 +1330,25 @@ QString watsNew = "<html><body>" + tr("Version") + " ";
13301330
watsNew += QGis::qgisVersion;
13311331
watsNew += "<h3>" + tr("New features") + "</h3>";
13321332
watsNew += "<ul><li>"
1333-
+ tr("WMS support")
1333+
+ tr("Numerous bug fixes")
13341334
+ "<li>"
1335-
+ tr("Improved vector and attribute editing")
1335+
+ tr("Improvements in how segment lengths appear in the measure tool. The current segment length is shown/updated in the list of segments")
13361336
+ "<li>"
1337-
+ tr("Map Composer for creating map layouts")
1337+
+ tr("Improvement to zoom-in speed for rasters")
13381338
+ "<li>"
1339-
+ tr("Improved measure tools with area measuring")
1339+
+ tr("Improve line/area measuring behaviour when the user has been informed that they are probably using the wrong projection for the map canvas")
13401340
+ "<li>"
1341-
+ tr("Attribute searching")
1341+
+ tr("Added tooltips to the scale and coordinate position displays in the status bar")
13421342
+ "<li>"
1343-
+ tr("New legend structure")
1343+
+ tr("Removed ugly console on WIN32 when not debugging")
13441344
+ "<li>"
1345-
+ tr("Refactoring of API to allow the use of QGIS libraries in mapping applications")
1345+
+ tr("Added icons to all GRASS tools. All GRASS tools are now on the toolbar")
13461346
+ "<li>"
1347-
+ tr("Improved MapServer export tool")
1347+
+ tr("New GRASS modules added to the GRASS toolbox")
13481348
+ "<li>"
1349-
+ tr("Map canvas background color is customizable")
1349+
+ tr("The GRASS plugin is now fully internationalized")
13501350
+ "<li>"
1351-
+ tr("Vector layer transparency")
1352-
+ "<li>"
1353-
+ tr("Antialiasing for vector layers")
1354-
+ "<li>"
1355-
+ tr("GRASS support in all platforms")
1356-
+ "<li>"
1357-
+ tr("Enhanced GRASS support and toolbox commands")
1358-
+ "<li>"
1359-
+ tr("Enhanced vector editing, including copy/paste, snapping and vertex editing")
1360-
+ "<li>"
1361-
+ tr("Shapefile/OGR layer editing")
1362-
+ "<li>"
1363-
+ tr("Option to only look in the geometry_columns table when searching for PostGIS layers")
1364-
+ "<li>"
1365-
+ tr("Many user interface improvements")
1351+
+ tr("Launcher plugin added to core plugins ")
13661352
+ "</ul></body></html>";
13671353

13681354

0 commit comments

Comments
 (0)