Skip to content

Commit a6eb5e3

Browse files
author
timlinux
committedJul 7, 2008
updated whats new in application about box
git-svn-id: http://svn.osgeo.org/qgis/trunk@8725 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent db18654 commit a6eb5e3

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1628,29 +1628,32 @@ void QgisApp::about()
16281628
QString whatsNew = "<html><body>" + tr("Version") + " ";
16291629
whatsNew += QGis::qgisVersion;
16301630
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 "
16331633
"the following new features:");
16341634
whatsNew += "<ul><li>"
1635-
+ tr("Imrovements to digitising capabilities.")
1635+
+ tr("Revision of all dialogs for user interface consistancy")
16361636
+ "</li>"
16371637
+ "<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")
16421639
+ "</li>"
16431640
+ "<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")
16481642
+ "</li>"
16491643
+ "<li>"
1650-
+ tr("Updated icons for improved visual consistancy.")
1644+
+ tr("Separation of python support into its own library")
16511645
+ "</li>"
16521646
+ "<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")
16541657
+ "</li>"
16551658
//+ "<li>"
16561659
//+ tr("X")

‎src/core/qgsapplication.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ void QgsApplication::showSettings()
257257
qDebug("Plugin Path :" + mPluginPath.toLocal8Bit());
258258
qDebug("PkgData Path :" + mPkgDataPath.toLocal8Bit());
259259
qDebug("Theme Path :" + mThemePath.toLocal8Bit());
260+
qDebug("User DB Path :" + qgisMasterDbFilePath().toLocal8Bit());
260261
qDebug("**********************************\n");
261262
}
262263

0 commit comments

Comments
 (0)
Please sign in to comment.