@@ -1628,29 +1628,32 @@ void QgisApp::about()
1628
1628
QString whatsNew = " <html><body>" + tr (" Version" ) + " " ;
1629
1629
whatsNew += QGis::qgisVersion;
1630
1630
whatsNew += " <h3>" + tr (" New features" ) + " </h3>" +
1631
- tr (" This release candidate includes over 120 bug fixes and enchancements "
1632
- " over the QGIS 0.9.1 release. In addition we have added "
1631
+ tr (" This release candidate includes over 60 bug fixes and enchancements "
1632
+ " over the QGIS 0.10.0 release. In addition we have added "
1633
1633
" the following new features:" );
1634
1634
whatsNew += " <ul><li>"
1635
- + tr (" Imrovements to digitising capabilities. " )
1635
+ + tr (" Revision of all dialogs for user interface consistancy " )
1636
1636
+ " </li>"
1637
1637
+ " <li>"
1638
- + tr (" Supporting default and defined styles (.qml) files for file based "
1639
- " vector layers. With styles you can save the symbolisation "
1640
- " and other settings associated with a vector layer and they "
1641
- " will be loaded whenever you load that layer." )
1638
+ + tr (" Improvements to unique value renderer vector dialog" )
1642
1639
+ " </li>"
1643
1640
+ " <li>"
1644
- + tr (" Improved support for transparency and contrast stretching "
1645
- " in raster layers. Support for color ramps in raster layers. "
1646
- " Support for non-north up rasters. Many other raster "
1647
- " improvements 'under the hood'." )
1641
+ + tr (" Symbol previews when defining vector classes" )
1648
1642
+ " </li>"
1649
1643
+ " <li>"
1650
- + tr (" Updated icons for improved visual consistancy. " )
1644
+ + tr (" Separation of python support into its own library " )
1651
1645
+ " </li>"
1652
1646
+ " <li>"
1653
- + tr (" Support for migration of old projects to work in newer QGIS versions." )
1647
+ + tr (" List view and filter for GRASS toolbox to find tools more quickly" )
1648
+ + " </li>"
1649
+ + " <li>"
1650
+ + tr (" List view and filter for Plugin Manager to find plugins more easily" )
1651
+ + " </li>"
1652
+ + " <li>"
1653
+ + tr (" Updated Spatial Reference System definitions" )
1654
+ + " </li>"
1655
+ + " <li>"
1656
+ + tr (" QML Style support for rasters and database layers" )
1654
1657
+ " </li>"
1655
1658
// + "<li>"
1656
1659
// + tr("X")
0 commit comments