Skip to content

Commit

Permalink
Updated the whats new and index changelogs
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@11368 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Aug 14, 2009
1 parent edf9b3f commit 7ba1eca
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 91 deletions.
114 changes: 106 additions & 8 deletions doc/index.html
Expand Up @@ -23,22 +23,120 @@
information on QGIS is available on the web page at http://qgis.org. -->
<h2>Whats new in Version 1.2.0?</h2>
<p>
Please note that this is a release in our 'unstable' release series. As
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. If stability and long term support is more important to you
QGIS 1.0.x and QGIS 1.1.0. If stability and long term support is more important to you
then cool new and untested features, we recommend that you use a copy
of QGIS from our stable 1.0.x release series.
</p>
<p>
This release includes many bug fixes and enchancements
This release includes over 140 bug fixes and enchancements
over the QGIS 1.1.0 release. In addition we have added
the following new features:
</p>
<ul>
<li>
**** Feature list required here ***
</li>
</ul>
<pre>
Editing:

Editing functionality in QGIS has had a major update in this release. This
includes the addition of new vector editing tools:

- delete part of multipart feature
- delete hole from polygon
- simplify feature
- Added a new "node" tool (in advanced digitizing toolbar).
- New functionality for merging features
- Added undo/redo functionality for vector layer editing.
- Added option to show only markers of selected features in editing mode.
- Change layer's icon in legend to reflext that the layer is editable.

In addition, there are undo/redo actions in Edit menu, in Advanced digitizing toolbar
and there is a new dock widget displaying undo stack of active layer.

About the node tool: It resembles a tool for editing paths by nodes that is
present in every vector editor. How does it work (in QGIS)? Click on a
feature, its nodes will be marked by small rectangles. Clicking and dragging a
node moves it. Double clicking a segment will add a new node. Pressing delete
key will remove active node. It's possible to select more active nodes at
once: by clicking and dragging a rectangle. It's possible to select a segment's
adjacent nodes by clicking on the segment. It's possible to add/remove active
nodes by using Ctrl when clicking a node or dragging a rectangle

We recommend that you turn off vertex markers in QGIS options when working with
this tool: the redraws are much faster and the map is not cluttered with
markers.

Keyboard shortcuts:

New feature: configure shortcuts for actions within main window of qgis!
See menu Setting->Configure shortcuts

Map Composer:

It is now possible to lock/unlock composer item positions by right mouse click.
The width and height of the composer map will now remain fixed if user sets the
composer map extent to the map canvas extent. possibility to display
current date in composer label by typing (d 'June' yyyy) or similar.
It is now possible to keep the current layers in a composer map even if further
layers are added to the main map. Export to PDF in composer is now possible.

Attribute tables:

It is now possible to search the attribute table within selected records only.
General speedups have been made on the attribute table. Setting of field width
and precision when adding attributes is now possible. Handling of attribute
types in WFS provider has bee improved.

Attribute aliases for vector layers are now available. The aliases are shown
instead of the original field names in the info tool and attribute table to
make things easier for end users. There is now a GUI for setting edit widgets
for layer attributes. A new dialog allows loading a value map from a layer
(could be non-spatial table too!). The edit widgets settings will also now
be respected in the attribute table.

Plugins:

- The order of layers in the WMS dialog can now be changed.
- The eVis plugin, version 1.1.0, has been added to the QGIS project and
included as a standard plugin. More information about eVis can be found here:
http://biodiversityinformatics.amnh.org/open_source/evis/documentation.php .
- The interpolation plugin now has the ability to use line layers as constrains
for triangulation in interpolation plugin. You can also now save the
triangulation to shape file.
- An new OpenStreetMap provider and plugin have been added to QGIS.

Projects Management:

QGIS now includes support for project relative position of file data sources
and svgs. The saving of relative paths of file data sources is optional.

PostGIS & the PostgreSQL Provider:

You can now select the SSL mode when adding a new DB connection. Turning off
SSL encryption can greatly improve performance of PostGIS data loading where
connection security is not required. Support has been added for more native
types and for setting of column comments.

Symbology enhancements:

- allow refresh of symbols via popup menu on the renderer's symbol selection
- add support for data defined symbol(name)s
- add support for font symbol markers (only data defined - no gui yet)
- add symbol size in map units (ie. symbols that keep the size in mapunits
independant of the mapscale)

Command line arguments:

Added command line argument support on windows.
Enhancement of command line arguments:
- allow given snapshot sizes
- allow suppression of splash screen
- capture map decorations from plugins on snapshots

Grass:

There is a new GRASS shell. Also there have been many cleanups and consistency
updates.
</pre>

<h2>Whats new in Version 1.1.0?</h2>
<p>
Expand Down
201 changes: 118 additions & 83 deletions src/app/qgisapp.cpp
Expand Up @@ -2006,89 +2006,124 @@ void QgisApp::about()
#endif

abt->setVersion( versionString );
QString whatsNew = "<html><body>" + tr( "Version" ) + " ";
whatsNew += QGis::QGIS_VERSION;
whatsNew += "<h2>" + tr( "Whats new in Version 1.1.0?" ) + "</h2>"
+ "<p>"
+ tr( "Please note that this is a release in our 'unstable' release series. As such it contains new features and extends the programmatic interface over QGIS 1.0.x. If stability and long term support is more important to you than cool new and untested features, we recommend that you use a copy of QGIS from our stable 1.0.x release series." )
+ "</p>"
+ "<p>"
+ tr( "This release includes many bug fixes and enhancements over the QGIS 1.0.0 release. In addition we have added the following new features:" )
+ "</p>"
+ "<ul>"
+ "<li>"
+ tr( "Updates to translations." )
+ "</li>"
+ "<li>"
+ tr( "Improvements and polishing of the Python plugin installer. Switch to the new official QGIS repository." )
+ "</li>"
+ "<li>"
+ tr( "Improvements to themes so that plugins and other parts of the GUI are better supported when switching themes. Addition of the new GIS icon theme." )
+ "</li>"
+ "<li>"
+ tr( "Improvements to Debian packaging to better support Debian standard requirements." )
+ "</li>"
+ "<li>"
+ tr( "Support usb: as a GPS device under Linux." )
+ "</li>"
+ "<li>"
+ tr( "WMS plugin now supports sorting and shows nested layers as a tree. WMS provider also support 24bit png images now. The WMS plugin also now provides a search interface for finding WMS servers." )
+ "</li>"
+ "<li>"
+ tr( "Added svg point symbols from Matt Amos (with his permission)." )
+ "</li>"
+ "<li>"
+ tr( "Improvements to proxy support and support of proxy in WFS provider. The WFS provider now also shows progress information as it is fetching data." )
+ "</li>"
+ "<li>"
+ tr( "Improvements to PostGIS client support. Massive speedups in PostGIS layer rendering can now be achieved by disabling SSL in the connection editor. Support for usage of ctid column as primary key (softens the requirement for integer primary keys)" )
+ "</li>"
+ "<li>"
+ tr( "Mapserver Export improvements for continuous color support." )
+ "</li>"
+ "<li>"
+ tr( "Added tools menu - the fTools plugin is now part of the core QGIS plugins and will always be installed by default." )
+ "</li>"
+ "<li>"
+ tr( "Improvements to the print composer including object alignment options. It is also now possible to print maps as postcript raster or vector. For python programmers, the composer classes now have python bindings." )
+ "</li>"
+ "<li>"
+ tr( "When using File - Save as image, the saved image is now georeferenced." )
+ "</li>"
+ "<li>"
+ tr( "Projection selector now includes quick selection of recently used CRS's." )
+ "</li>"
+ "<li>"
+ tr( "Continuous color renderer supports point symbols now too." )
+ "</li>"
+ "<li>"
+ tr( "Improved CMake support for building against dependencies from OSGEO4W (Windows only). Addition of an XCode project of developers building under OSX." )
+ "</li>"
+ "<li>"
+ tr( "Updates and cleanups to the GRASS toolbox." )
+ "</li>"
+ "<li>"
+ tr( "Changes in open vector dialog to support all drivers available in ogr including database and protocol drivers. This brings with it support for SDE, Oracle Spatial, ESRI personal geodatabase and many more OGR supported data stores. Note that in some cases accessing these may require third party libraries to be on your system." )
+ "</li>"
+ "<li>"
+ tr( "The middle mouse button can now be used for panning. " )
+ "</li>"
+ "<li>"
+ tr( "A new, faster attribute table implementation." )
+ "</li>"
+ "<li>"
+ tr( "Numerous cleanups to the user interface." )
+ "</li>"
+ "<li>"
+ tr( "A new provider was added for spatiallite - a geodatabase-in-a-file implementation based on the SQLITE database." )
+ "</li>"
+ "<li>"
+ tr( "Vector overlay support that can draw pie and bar charts over vector layers based on attribute data." )
+ "</li>"
//+ "<li>"
//+ tr("X")
//+ "</li>"
+ "</ul></body></html>";
QString whatsNew = "<html><body>" ;
whatsNew += "<h2>"+ tr( "Version" ) + " " + QString(QGis::QGIS_VERSION) + "</h2>";
whatsNew += "<h3>" + tr( "Whats new in Version 1.2.0?" ) + "</h3>"
+
"<p>"
+ 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.1.0. If stability and long term support is more important to you "
"then cool new and untested features, we recommend that you use a copy "
"of QGIS from our stable 1.0.x release series.")
+
"</p><p>"
+
tr("This release includes over 140 bug fixes and enchancements "
"over the QGIS 1.1.0 release. In addition we have added "
"the following new features:")
+ "<pre>"
+ tr("Editing:\n"
"\n"
"Editing functionality in QGIS has had a major update in this release. This\n"
"includes the addition of new vector editing tools:\n"
"- delete part of multipart feature\n"
"- delete hole from polygon\n"
"- simplify feature\n"
"- Added a new node tool (in advanced digitizing toolbar).\n"
"- New functionality for merging features\n"
"- Added undo/redo functionality for vector layer editing.\n"
"- Added option to show only markers of selected features in editing mode.\n"
"- Change layer's icon in legend to reflext that the layer is editable.\n"
"\n"
"In addition, there are undo/redo actions in Edit menu, in Advanced digitizing toolbar\n"
"and there is a new dock widget displaying undo stack of active layer.\n"
"\n"
"About the node tool: It resembles a tool for editing paths by nodes that is\n"
"present in every vector editor. How does it work (in QGIS)? Click on a\n"
"feature, its nodes will be marked by small rectangles. Clicking and dragging a\n"
"node moves it. Double clicking a segment will add a new node. Pressing delete\n"
"key will remove active node. It's possible to select more active nodes at\n"
"once: by clicking and dragging a rectangle. It's possible to select a segment's\n"
"adjacent nodes by clicking on the segment. It's possible to add/remove active\n"
"nodes by using Ctrl when clicking a node or dragging a rectangle\n"
"\n"
"We recommend that you turn off vertex markers in QGIS options when working with\n"
"this tool: the redraws are much faster and the map is not cluttered with\n"
"markers. \n"
"\n"
"Keyboard shortcuts:\n"
"\n"
"New feature: configure shortcuts for actions within main window of qgis!\n"
"See menu Setting->Configure shortcuts\n"
"\n"
"Map Composer:\n"
"\n"
"It is now possible to lock/unlock composer item positions by right mouse click.\n"
"The width and height of the composer map will now remain fixed if user sets the\n"
"composer map extent to the map canvas extent. possibility to display\n"
"current date in composer label by typing (d 'June' yyyy) or similar.\n"
"It is now possible to keep the current layers in a composer map even if further\n"
"layers are added to the main map. Export to PDF in composer is now possible.\n"
"\n"
"Attribute tables:\n"
"\n"
"It is now possible to search the attribute table within selected records only.\n"
"General speedups have been made on the attribute table. Setting of field width\n"
"and precision when adding attributes is now possible. Handling of attribute\n"
"types in WFS provider has bee improved.\n"
"\n"
"Attribute aliases for vector layers are now available. The aliases are shown\n"
"instead of the original field names in the info tool and attribute table to\n"
"make things easier for end users. There is now a GUI for setting edit widgets\n"
"for layer attributes. A new dialog allows loading a value map from a layer\n"
"(could be non-spatial table too!). The edit widgets settings will also now\n"
"be respected in the attribute table.\n"
"\n"
"Plugins:\n"
"\n"
"- The order of layers in the WMS dialog can now be changed.\n"
"- The eVis plugin, version 1.1.0, has been added to the QGIS project and\n"
" included as a standard plugin. More information about eVis can be found here:\n"
" http://biodiversityinformatics.amnh.org/open_source/evis/documentation.php .\n"
"- The interpolation plugin now has the ability to use line layers as constrains\n"
" for triangulation in interpolation plugin. You can also now save the\n"
" triangulation to shape file.\n"
"- An new OpenStreetMap provider and plugin have been added to QGIS.\n"
"\n"
"Projects Management:\n"
"\n"
"QGIS now includes support for project relative position of file data sources\n"
"and svgs. The saving of relative paths of file data sources is optional.\n"
"\n"
"PostGIS & the PostgreSQL Provider:\n"
"\n"
"You can now select the SSL mode when adding a new DB connection. Turning off\n"
"SSL encryption can greatly improve performance of PostGIS data loading where\n"
"connection security is not required. Support has been added for more native\n"
"types and for setting of column comments.\n"
"\n"
"Symbology enhancements:\n"
"\n"
"- allow refresh of symbols via popup menu on the renderer's symbol selection\n"
"- add support for data defined symbol(name)s\n"
"- add support for font symbol markers (only data defined - no gui yet)\n"
"- add symbol size in map units (ie. symbols that keep the size in mapunits\n"
" independant of the mapscale)\n"
"\n"
"Command line arguments:\n"
"\n"
"Added command line argument support on windows.\n"
"Enhancement of command line arguments:\n"
"- allow given snapshot sizes\n"
"- allow suppression of splash screen\n"
"- capture map decorations from plugins on snapshots\n"
"\n"
"Grass:\n"
"\n"
"There is a new GRASS shell. Also there have been many cleanups and consistency\n"
"updates.")
+ "</pre></body></html>";

abt->setWhatsNew( whatsNew );

Expand Down

0 comments on commit 7ba1eca

Please sign in to comment.