Skip to content

Commit bc6107b

Browse files
author
timlinux
committed
Updated 'whats new'
git-svn-id: http://svn.osgeo.org/qgis/trunk@7162 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2a2c645 commit bc6107b

File tree

1 file changed

+21
-27
lines changed

1 file changed

+21
-27
lines changed

src/app/qgisapp.cpp

+21-27
Original file line numberDiff line numberDiff line change
@@ -1454,39 +1454,33 @@ QString watsNew = "<html><body>" + tr("Version") + " ";
14541454
watsNew += QGis::qgisVersion;
14551455
watsNew += "<h3>" + tr("New features") + "</h3>";
14561456
watsNew += "<ul><li>"
1457-
+ tr("WMS support")
1457+
+ tr("Python bindings - This is the major focus of this release "
1458+
"it is now possible to create plugins using python. It is also "
1459+
"possible to create GIS enabled applications written in python "
1460+
"that use the QGIS libraries."
1461+
)
1462+
+ "</li>"
14581463
+ "<li>"
1459-
+ tr("Improved vector and attribute editing")
1464+
+ tr("Removed automake build system - QGIS now needs CMake for compilation.")
1465+
+ "</li>"
14601466
+ "<li>"
1461-
+ tr("Map Composer for creating map layouts")
1467+
+ tr("Many new GRASS tools added (with thanks to http://faunalia.it/)")
1468+
+ "</li>"
14621469
+ "<li>"
1463-
+ tr("Improved measure tools with area measuring")
1470+
+ tr("Map Composer updates")
1471+
+ "</li>"
14641472
+ "<li>"
1465-
+ tr("Attribute searching")
1473+
+ tr("Crash fix for 2.5D shapefiles")
1474+
+ "</li>"
14661475
+ "<li>"
1467-
+ tr("New legend structure")
1476+
+ tr("The QGIS libraries have been refactored and better organised.")
1477+
+ "</li>"
14681478
+ "<li>"
1469-
+ tr("Refactoring of API to allow the use of QGIS libraries in mapping applications")
1470-
+ "<li>"
1471-
+ tr("Improved MapServer export tool")
1472-
+ "<li>"
1473-
+ tr("Map canvas background color is customizable")
1474-
+ "<li>"
1475-
+ tr("Vector layer transparency")
1476-
+ "<li>"
1477-
+ tr("Antialiasing for vector layers")
1478-
+ "<li>"
1479-
+ tr("GRASS support in all platforms")
1480-
+ "<li>"
1481-
+ tr("Enhanced GRASS support and toolbox commands")
1482-
+ "<li>"
1483-
+ tr("Enhanced vector editing, including copy/paste, snapping and vertex editing")
1484-
+ "<li>"
1485-
+ tr("Shapefile/OGR layer editing")
1486-
+ "<li>"
1487-
+ tr("Option to only look in the geometry_columns table when searching for PostGIS layers")
1488-
+ "<li>"
1489-
+ tr("Many user interface improvements")
1479+
+ tr("Improvements to the GeoReferencer")
1480+
+ "</li>"
1481+
//+ "<li>"
1482+
//+ tr("")
1483+
//+ "</li>"
14901484
+ "</ul></body></html>";
14911485

14921486

0 commit comments

Comments
 (0)