diff --git a/doc/index.html b/doc/index.html index 630fd8db5b7..a1d3cf762fc 100644 --- a/doc/index.html +++ b/doc/index.html @@ -10,7 +10,7 @@ Quantum GIS Documentation
- Version 1.4.0 Enceladus
+ Version 1.5.0 Tethys
Please read this entire document for important information about this release.
You find a PDF manual of the current version on the QGIS website. @@ -23,15 +23,92 @@ -

Whats new in Version 1.4.0 'Enceladus'?

+

Whats new in Version 1.5.0 'Tethys'?

+

-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.2.0. If an unchanging user interface, programmatic API -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 Long Term Support -(LTS)1.0.x release series. +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.4.0. If an unchanging user interface, programmatic API 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 Long Term Support (LTS)1.0.x +release series. In all other cases we recommend that you use this version.

+

+This release includes over 350 bug fixes, over 40 new features. +Once again it is impossible to document everything here that has changed so we will +just provide a bullet list of key new features here. +

+ +

Main GUI

+ + + +

WMS and WMS-C Support

+ + +

API Updates

+ + +

Whats new in Version 1.4.0 'Enceladus'?

+

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 diff --git a/src/app/qgisapp.cpp b/src/app/qgisapp.cpp index f3960a30b41..8a1ac5a40b4 100644 --- a/src/app/qgisapp.cpp +++ b/src/app/qgisapp.cpp @@ -2426,77 +2426,89 @@ void QgisApp::about() abt->setVersion( versionString ); QString whatsNew = "" ; whatsNew += "

" + tr( "Version" ) + " " + QString( QGis::QGIS_VERSION ) + "

"; - whatsNew += "

" + tr( "Whats new in Version 1.4.0?" ) + "

" - + - "

" - + 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.3.0. If an unchanging user interface, programmatic API " - "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 Long Term Support " - "(LTS)1.0.x release series. In all other cases we recommend that you use this " - "version." ) - + "

" + - tr( "This release includes around 200 bug fixes, nearly 30 new " - "features and has had a lot of love and attention poured in " - "to it to take our favourite desktop GIS application another " - "step on the road to GIS nirvana! So much has happened in " - "the 3 months since our last release that it is impossible " - "to document everything here. Instead we will just highlight " - "a couple of important new features for you." ) - + "

" + - tr( "Probably the biggest new feature is the addition of the new " - "vector symbology infrastructure. This is provided alongside the " - "old implementation - you can switch using a button in the " - "vector layer properties dialog. It does't replace the old " - "symbology implementation completely yet because there are " - "various issues that need to be resolved and a large amount " - "of testing before it is considered ready." ) - + "

" + - tr( "QGIS now has a field calculator, accessible via a button in " - "the attribute section of the vector properties, and from " - "the attribute table user interface. You can use feature " - "length, feature area, string concatenation and type " - "conversions in the field calculator, as well as field " - "values." ) - + "

" + - tr( "The map composer has had a lot of attention. A grid can now " - "be added to composer maps. Composer maps can now be rotated " - "in the layout. The limitation of a single map layout " - "per project has been removed. A new composer manager dialog " - "has been added to manage the existing composer instances. " - "The composer widget property sheets have been completely " - "overhauled to use less screen space " ) - + "

" + - tr( "Various parts of the user interface have been overhauled " - "with the goal of improving consistency and to improve " - "support for netbooks and other smaller screen devices. " - "Loading and saving of shortcuts. Position can now be " - "displayed as Degrees, Minutes, Seconds in the status bar. " - "The add, move and delete vertex buttons are now removed and " - "the node tool is moved from the advanced editing toolbar to " - "the standard editing toolbar. The identification tool has also " - "undergone numerous improvements." ) - + "

" + - tr( "A render caching capability has been added to QGIS. This " - "speeds up common operations such as layer re-ordering, " - "changing symbology, WMS / WFS client, hiding / showing " - "layers and opens the door for future enhancements such as " - "threaded rendering and pre-compositing layer cache " - "manipulation. Note that it is disabled by default, and " - "can be enabled in the options dialog." ) - + "

" + - tr( "User defined SVG search paths are now added to the options " - "dialog." ) - + "

" + - tr( "When creating a new shapefile, you can now specify its CRS. " - "Also the avoid intersections option for polygons is now " - "also possible with background layers." ) - + "

" + - tr( "For power users, you can now create customizable attribute " - "forms using Qt Designer dialog UIs." ) - + "

" + - + ""; + whatsNew += "

" + tr( "Whats new in Version 1.4.0?" ) + "

"; + whatsNew += "

" + tr( "Whats new in Version 1.5.0 'Tethys'?" ) + "

"; + + whatsNew += "

"; + whatsNew += tr( "Please note that this is a release in our 'cutting edge' release series. As " ); + whatsNew += tr( "such it contains new features and extends the programmatic interface over QGIS " ); + whatsNew += tr( "1.0.x and QGIS 1.4.0. If an unchanging user interface, programmatic API and " ); + whatsNew += tr( "long term support is more important to you then cool new and untested features, " ); + whatsNew += tr( "we recommend that you use a copy of QGIS from our Long Term Support (LTS)1.0.x " ); + whatsNew += tr( "release series. In all other cases we recommend that you use this version." ); + whatsNew += "

"; + whatsNew += "

"; + whatsNew += tr( "This release includes over 350 bug fixes, over 40 new features. " ); + whatsNew += tr( "Once again it is impossible to document everything here that has changed so we will " ); + whatsNew += tr( "just provide a bullet list of key new features here." ); + whatsNew += "

"; + + whatsNew += "

" + tr( "Main GUI" ) + "

"; + + whatsNew += ""; + + whatsNew += "

" + tr( "WMS and WMS-C Support" ) + "

"; + whatsNew += ""; + whatsNew += "

" + tr( "API Updates" ) + "

"; + whatsNew += ""; + whatsNew += ""; abt->setWhatsNew( whatsNew );