[QGIS Commit] r8725 - in trunk/qgis/src: app core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Mon Jul 7 06:08:56 EDT 2008


Author: timlinux
Date: 2008-07-07 06:08:55 -0400 (Mon, 07 Jul 2008)
New Revision: 8725

Modified:
   trunk/qgis/src/app/qgisapp.cpp
   trunk/qgis/src/core/qgsapplication.cpp
Log:
updated whats new in application about box

Modified: trunk/qgis/src/app/qgisapp.cpp
===================================================================
--- trunk/qgis/src/app/qgisapp.cpp	2008-07-07 10:08:04 UTC (rev 8724)
+++ trunk/qgis/src/app/qgisapp.cpp	2008-07-07 10:08:55 UTC (rev 8725)
@@ -1628,30 +1628,33 @@
      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")
 //+ "</li>"

Modified: trunk/qgis/src/core/qgsapplication.cpp
===================================================================
--- trunk/qgis/src/core/qgsapplication.cpp	2008-07-07 10:08:04 UTC (rev 8724)
+++ trunk/qgis/src/core/qgsapplication.cpp	2008-07-07 10:08:55 UTC (rev 8725)
@@ -257,6 +257,7 @@
   qDebug("Plugin Path  :" + mPluginPath.toLocal8Bit());
   qDebug("PkgData Path :" + mPkgDataPath.toLocal8Bit());
   qDebug("Theme Path   :" + mThemePath.toLocal8Bit());
+  qDebug("User DB Path :" + qgisMasterDbFilePath().toLocal8Bit());
   qDebug("**********************************\n");
 }
 



More information about the QGIS-commit mailing list