Skip to content

Commit

Permalink
updated whats new in application about box
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@8725 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jul 7, 2008
1 parent db18654 commit a6eb5e3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
29 changes: 16 additions & 13 deletions src/app/qgisapp.cpp
Expand Up @@ -1628,29 +1628,32 @@ void QgisApp::about()
QString whatsNew = "<html><body>" + tr("Version") + " ";
whatsNew += QGis::qgisVersion;
whatsNew += "<h3>" + tr("New features") + "</h3>" +
tr("This release candidate includes over 120 bug fixes and enchancements "
"over the QGIS 0.9.1 release. In addition we have added "
tr("This release candidate includes over 60 bug fixes and enchancements "
"over the QGIS 0.10.0 release. In addition we have added "
"the following new features:");
whatsNew += "<ul><li>"
+ tr("Imrovements to digitising capabilities.")
+ tr("Revision of all dialogs for user interface consistancy")
+ "</li>"
+ "<li>"
+ tr("Supporting default and defined styles (.qml) files for file based "
"vector layers. With styles you can save the symbolisation "
"and other settings associated with a vector layer and they "
"will be loaded whenever you load that layer.")
+ tr("Improvements to unique value renderer vector dialog")
+ "</li>"
+ "<li>"
+ tr("Improved support for transparency and contrast stretching "
"in raster layers. Support for color ramps in raster layers. "
"Support for non-north up rasters. Many other raster "
"improvements 'under the hood'.")
+ tr("Symbol previews when defining vector classes")
+ "</li>"
+ "<li>"
+ tr("Updated icons for improved visual consistancy.")
+ tr("Separation of python support into its own library")
+ "</li>"
+ "<li>"
+ tr("Support for migration of old projects to work in newer QGIS versions.")
+ tr("List view and filter for GRASS toolbox to find tools more quickly")
+ "</li>"
+ "<li>"
+ tr("List view and filter for Plugin Manager to find plugins more easily")
+ "</li>"
+ "<li>"
+ tr("Updated Spatial Reference System definitions")
+ "</li>"
+ "<li>"
+ tr("QML Style support for rasters and database layers")
+ "</li>"
//+ "<li>"
//+ tr("X")
Expand Down
1 change: 1 addition & 0 deletions src/core/qgsapplication.cpp
Expand Up @@ -257,6 +257,7 @@ void QgsApplication::showSettings()
qDebug("Plugin Path :" + mPluginPath.toLocal8Bit());
qDebug("PkgData Path :" + mPkgDataPath.toLocal8Bit());
qDebug("Theme Path :" + mThemePath.toLocal8Bit());
qDebug("User DB Path :" + qgisMasterDbFilePath().toLocal8Bit());
qDebug("**********************************\n");
}

Expand Down

0 comments on commit a6eb5e3

Please sign in to comment.