You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
whatsNew += "<h2>" + tr( "Whats new in Version 1.6.0 'Capiapó'?" ) + "</h2>";
2510
+
whatsNew += "<h2>" + trUtf8( "What's new in Version 1.6.0 'Capiapó'?" ) + "</h2>";
2511
2511
whatsNew += "<p>";
2512
-
whatsNew += tr( "Please note that this is a release in our 'cutting edge' release series. As" );
2513
-
whatsNew += tr( "such it contains new features and extends the programmatic interface over QGIS" );
2514
-
whatsNew += tr( "1.0.x and QGIS 1.5.0. We recommend that you use this version over previous releases. " );
2512
+
whatsNew += tr( "Please note that this is a release in our 'cutting edge' release series. As such it contains new features and extends the programmatic interface over QGIS 1.0.x and QGIS 1.5.0. We recommend that you use this version over previous releases." );
2515
2513
whatsNew += "</p>";
2516
2514
whatsNew += "<p>";
2517
-
whatsNew += tr( "This release includes over 177 bug fixes and many new features and enhancements. " );
2518
-
whatsNew += tr( "Once again it is impossible to document everything here that has changed so we will " );
2519
-
whatsNew += tr( "just provide a bullet list of key new features here." );
2515
+
whatsNew += tr( "This release includes over 177 bug fixes and many new features and enhancements. Once again it is impossible to document everything here that has changed so we will just provide a bullet list of key new features here." );
whatsNew += "<li>" + tr( "Added gpsd support to live gps tracking." ) + "</li>";
2525
2521
whatsNew += "<li>" + tr( "A new plugin has been included that allows for offline editing." ) + "</li>";
2526
2522
whatsNew += "<li>" + tr( "Field calculator will now insert NULL feature value in case of calculation error instead of stopping and reverting calculation for all features." ) + "</li>";
2527
-
whatsNew += "<li>" + tr( "Allow user specific PROJ.4 search paths and update srs.db to include grid reference." ) + "</li>";
2523
+
whatsNew += "<li>" + tr( "Update srs.db to include grid reference." ) + "</li>";
2528
2524
whatsNew += "<li>" + tr( "Added a native (C++) raster calculator implementation which can deal with large rasters efficiently." ) + "</li>";
2529
2525
whatsNew += "<li>" + tr( "Improved interaction with extents widget in statusbar so that the text contents of the widget can be copied and pasted." ) + "</li>";
2530
-
whatsNew += "<li>" + tr( "Many improvements and new operators to the vector attribute table field calculator including field concatenation, row counter etc." ) + "</li>";
2526
+
whatsNew += "<li>" + tr( "Many improvements and new operators to the field calculator including field concatenation, row counter etc." ) + "</li>";
2531
2527
whatsNew += "<li>" + tr( "Added --configpath option that overrides the default path (~/.qgis) for user configuration and forces QSettings to use this directory, too. This allows users to e.g. carry QGIS installation on a flash drive together with all plugins and settings." ) + "</li>";
whatsNew += " <li>" + tr( "Added a new option to the raster legend menu that will stretch the current layer using the min and max pixel values of the current extent." ) + "</li>";
2545
-
whatsNew += " <li>" + tr( "When writing shape files using the table of contents context menu's 'Save as' option, you can now specify OGR creation options." ) + "</li>";
2546
-
whatsNew += " <li>" + tr( "In the table of contents, it is now possible to select and remove several layers at once." ) + "</li>";
2541
+
whatsNew += " <li>" + tr( "When writing vector files using the table of contents context menu's 'Save as' option, you can now specify OGR creation options." ) + "</li>";
2542
+
whatsNew += " <li>" + tr( "In the table of contents, it is now possible to select and remove or move several layers at once." ) + "</li>";
whatsNew += " <li>" + tr( "Three new classification modes added to graduated symbol renderer (version 2), including Natural Breaks (Jenks), Standard Deviations, and Pretty Breaks (based on pretty from the R statistical environment). " ) + "<a href=\"http://linfiniti.com/2010/09/new-class-breaks-for-graduated-symbols-in-qgis/\">" + tr( "Read More" ) + "</a></li>";
2552
+
whatsNew += " <li>" + tr( "Three new classification modes added to graduated symbol renderer (version 2), including Natural Breaks (Jenks), Standard Deviations, and Pretty Breaks (based on pretty from the R statistical environment). " ) + "<a href=\"http://linfiniti.com/2010/09/new-class-breaks-for-graduated-symbols-in-qgis/\">" + tr( "Read More." ) + "</a></li>";
2557
2553
whatsNew += " <li>" + tr( "Improved loading speed of the symbol properties dialog." ) + "</li>";
2558
2554
whatsNew += " <li>" + tr( "Data-defined rotation and size for categorized and graduated renderer (symbology-ng)." ) + "</li>";
2559
2555
whatsNew += " <li>" + tr( "Use size scale also for line symbols to modify line width." ) + "</li>";
0 commit comments