@@ -1454,39 +1454,33 @@ QString watsNew = "<html><body>" + tr("Version") + " ";
1454
1454
watsNew += QGis::qgisVersion;
1455
1455
watsNew += " <h3>" + tr (" New features" ) + " </h3>" ;
1456
1456
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>"
1458
1463
+ " <li>"
1459
- + tr (" Improved vector and attribute editing" )
1464
+ + tr (" Removed automake build system - QGIS now needs CMake for compilation." )
1465
+ + " </li>"
1460
1466
+ " <li>"
1461
- + tr (" Map Composer for creating map layouts" )
1467
+ + tr (" Many new GRASS tools added (with thanks to http://faunalia.it/)" )
1468
+ + " </li>"
1462
1469
+ " <li>"
1463
- + tr (" Improved measure tools with area measuring" )
1470
+ + tr (" Map Composer updates" )
1471
+ + " </li>"
1464
1472
+ " <li>"
1465
- + tr (" Attribute searching" )
1473
+ + tr (" Crash fix for 2.5D shapefiles" )
1474
+ + " </li>"
1466
1475
+ " <li>"
1467
- + tr (" New legend structure" )
1476
+ + tr (" The QGIS libraries have been refactored and better organised." )
1477
+ + " </li>"
1468
1478
+ " <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>"
1490
1484
+ " </ul></body></html>" ;
1491
1485
1492
1486
0 commit comments