mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-19 00:04:52 -04:00
updated whats new in application about box
git-svn-id: http://svn.osgeo.org/qgis/trunk@8725 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
db18654aa3
commit
a6eb5e38b0
@ -1628,29 +1628,32 @@ void QgisApp::about()
|
|||||||
QString whatsNew = "<html><body>" + tr("Version") + " ";
|
QString whatsNew = "<html><body>" + tr("Version") + " ";
|
||||||
whatsNew += QGis::qgisVersion;
|
whatsNew += QGis::qgisVersion;
|
||||||
whatsNew += "<h3>" + tr("New features") + "</h3>" +
|
whatsNew += "<h3>" + tr("New features") + "</h3>" +
|
||||||
tr("This release candidate includes over 120 bug fixes and enchancements "
|
tr("This release candidate includes over 60 bug fixes and enchancements "
|
||||||
"over the QGIS 0.9.1 release. In addition we have added "
|
"over the QGIS 0.10.0 release. In addition we have added "
|
||||||
"the following new features:");
|
"the following new features:");
|
||||||
whatsNew += "<ul><li>"
|
whatsNew += "<ul><li>"
|
||||||
+ tr("Imrovements to digitising capabilities.")
|
+ tr("Revision of all dialogs for user interface consistancy")
|
||||||
+ "</li>"
|
+ "</li>"
|
||||||
+ "<li>"
|
+ "<li>"
|
||||||
+ tr("Supporting default and defined styles (.qml) files for file based "
|
+ tr("Improvements to unique value renderer vector dialog")
|
||||||
"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.")
|
|
||||||
+ "</li>"
|
+ "</li>"
|
||||||
+ "<li>"
|
+ "<li>"
|
||||||
+ tr("Improved support for transparency and contrast stretching "
|
+ tr("Symbol previews when defining vector classes")
|
||||||
"in raster layers. Support for color ramps in raster layers. "
|
|
||||||
"Support for non-north up rasters. Many other raster "
|
|
||||||
"improvements 'under the hood'.")
|
|
||||||
+ "</li>"
|
+ "</li>"
|
||||||
+ "<li>"
|
+ "<li>"
|
||||||
+ tr("Updated icons for improved visual consistancy.")
|
+ tr("Separation of python support into its own library")
|
||||||
+ "</li>"
|
+ "</li>"
|
||||||
+ "<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>"
|
||||||
//+ "<li>"
|
//+ "<li>"
|
||||||
//+ tr("X")
|
//+ tr("X")
|
||||||
|
@ -257,6 +257,7 @@ void QgsApplication::showSettings()
|
|||||||
qDebug("Plugin Path :" + mPluginPath.toLocal8Bit());
|
qDebug("Plugin Path :" + mPluginPath.toLocal8Bit());
|
||||||
qDebug("PkgData Path :" + mPkgDataPath.toLocal8Bit());
|
qDebug("PkgData Path :" + mPkgDataPath.toLocal8Bit());
|
||||||
qDebug("Theme Path :" + mThemePath.toLocal8Bit());
|
qDebug("Theme Path :" + mThemePath.toLocal8Bit());
|
||||||
|
qDebug("User DB Path :" + qgisMasterDbFilePath().toLocal8Bit());
|
||||||
qDebug("**********************************\n");
|
qDebug("**********************************\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user