mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
update changelog for brighton release
This commit is contained in:
parent
2c7378bb16
commit
27f296df7d
16
INSTALL
16
INSTALL
@ -1,10 +1,10 @@
|
||||
QGIS
|
||||
Building QGIS from source - step by step
|
||||
Friday July 25, 2014
|
||||
Thursday October 23, 2014
|
||||
|
||||
|
||||
Last Updated: Friday July 25, 2014
|
||||
Last Change : Friday July 25, 2014
|
||||
Last Updated: Thursday October 23, 2014
|
||||
Last Change : Sunday September 28, 2014
|
||||
|
||||
|
||||
1. Introduction
|
||||
@ -1457,9 +1457,8 @@ your own risk.
|
||||
5.4.5. Additional dependencies: SIP
|
||||
===================================
|
||||
|
||||
Mt Lion note: SIP 4.15.7 appears to not work on Mt Lion. Install either
|
||||
prior version: 4.14.6.
|
||||
later version: 4.16.3+
|
||||
Mt Lion note: SIP 4.15.7 appears to not work on Mt Lion. Install either
|
||||
a prior version to 4.14.6 or a later version 4.16.3+
|
||||
|
||||
Retrieve the python bindings toolkit SIP from
|
||||
|
||||
@ -1520,7 +1519,6 @@ for Mavericks:
|
||||
python2.7 configure.py -d /Library/Python/2.7/site-packages -b /usr/local/bin \
|
||||
-e /usr/local/include -v /usr/local/share/sip --arch=x86_64 -s MacOSX10.9.sdk
|
||||
|
||||
|
||||
continue...
|
||||
|
||||
Then continue with compilation and installation:
|
||||
@ -1560,7 +1558,7 @@ Save the qscintilla.pro file and build the QScintilla2 C++ library:
|
||||
sudo make install
|
||||
|
||||
adjust the install_name_tool command for the version installed of QScintilla installed:
|
||||
|
||||
|
||||
sudo install_name_tool -id /usr/local/lib/libqscintilla2.11.dylib \
|
||||
/usr/local/lib/libqscintilla2.11.dylib
|
||||
|
||||
@ -1646,7 +1644,7 @@ Then make again.
|
||||
This will create the Qsci.so module in /Library/Python/2.x/site-packages/PyQt4.
|
||||
Like PyQt, it needs help to not install in system locations.
|
||||
|
||||
Snow Leopard: substitute ‘2.6’ for Python version
|
||||
Snow Leopard: substitute '2.6' for Python version
|
||||
|
||||
cd <QScintilla2 source dir>
|
||||
cd Python
|
||||
|
213
NEWS
213
NEWS
@ -1,44 +1,91 @@
|
||||
QGIS News
|
||||
Change history for the QGIS Project
|
||||
Friday June 27, 2014
|
||||
Thursday October 23, 2014
|
||||
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
||||
1. Whats new in Version 2.4.0 'Chugiak'?
|
||||
2. Whats new in Version 2.2.0 'Valmiera'?
|
||||
3. Whats new in Version 2.0.1 'Dufour'?
|
||||
4. Whats new in Version 2.0.0 'Dufour'?
|
||||
5. Whats new in Version 1.8.0 'Lisboa'?
|
||||
6. Whats new in Version 1.7.2 'Wroclaw'?
|
||||
7. Whats new in Version 1.7.1 'Wroclaw'?
|
||||
8. Whats new in Version 1.7.0 'Wroclaw'?
|
||||
9. Whats new in Version 1.6.0 'Capiapo'?
|
||||
10. Whats new in Version 1.5.0?
|
||||
11. Whats new in Version 1.4.0 'Enceladus'?
|
||||
12. Whats new in Version 1.3.0 'Mimas'?
|
||||
13. Version 1.2.0 'Daphnis'
|
||||
14. Version 1.0.0 'Kore'
|
||||
15. Version 0.11.0 'Metis'
|
||||
16. Version 0.10.0 'Io'
|
||||
17. Version 0.9.2rc1 'Ganymede'
|
||||
18. Version 0.9.1 'Ganymede'
|
||||
19. Version 0.9 'Ganymede'
|
||||
20. Version 0.8 'Joesephine' .... development version
|
||||
21. Version 0.6 'Simon'
|
||||
22. 0.5
|
||||
1. What's new in Version 2.6.0 'Brighton'?
|
||||
2. What's new in Version 2.4.0 'Chugiak'?
|
||||
3. Whats new in Version 2.2.0 'Valmiera'?
|
||||
4. Whats new in Version 2.0.1 'Dufour'?
|
||||
5. Whats new in Version 2.0.0 'Dufour'?
|
||||
6. Whats new in Version 1.8.0 'Lisboa'?
|
||||
7. Whats new in Version 1.7.2 'Wroclaw'?
|
||||
8. Whats new in Version 1.7.1 'Wroclaw'?
|
||||
9. Whats new in Version 1.7.0 'Wroclaw'?
|
||||
10. Whats new in Version 1.6.0 'Capiapo'?
|
||||
11. Whats new in Version 1.5.0?
|
||||
12. Whats new in Version 1.4.0 'Enceladus'?
|
||||
13. Whats new in Version 1.3.0 'Mimas'?
|
||||
14. Version 1.2.0 'Daphnis'
|
||||
15. Version 1.0.0 'Kore'
|
||||
16. Version 0.11.0 'Metis'
|
||||
17. Version 0.10.0 'Io'
|
||||
18. Version 0.9.2rc1 'Ganymede'
|
||||
19. Version 0.9.1 'Ganymede'
|
||||
20. Version 0.9 'Ganymede'
|
||||
21. Version 0.8 'Joesephine' .... development version
|
||||
22. Version 0.6 'Simon'
|
||||
23. 0.5
|
||||
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
||||
Last Updated: Friday June 27, 2014
|
||||
Last Change : Friday June 27, 2014
|
||||
Last Updated: Thursday October 23, 2014
|
||||
Last Change : Thursday October 23, 2014
|
||||
|
||||
|
||||
1. Whats new in Version 2.4.0 'Chugiak'?
|
||||
========================================
|
||||
1. What's new in Version 2.6.0 'Brighton'?
|
||||
==========================================
|
||||
|
||||
This is a minor release increment with the following new features:
|
||||
|
||||
- Improved DXF export
|
||||
- Project filename in project properties
|
||||
- Allow removing last point while measuring via del/backspace keys
|
||||
- Select related feature on the canvas from the relation reference widget
|
||||
- Editor widgets support null and other improvements
|
||||
- Optionally use just a subset of fields from the joined layer
|
||||
- Expression field (virtual fields)
|
||||
- Can toggle display of classes within graduated and categorised renderers
|
||||
- Additional expressions types and options
|
||||
- Added icon support to actions
|
||||
- Classes within graduated and categorised renderers can be toggled
|
||||
- Legend improvements such as filtering, layer management icons etc.
|
||||
- Control over hiding print composer items from prints/exports
|
||||
- Control over page printing for empty composer frames
|
||||
- New Composer Item tree panel
|
||||
- More control over appearance of composer arrow/line items
|
||||
- Data defined control of composer items
|
||||
- Composer images can be specifed as remote URLS
|
||||
- Composer Table improvements (header fonts / colors, better pagination support, filter to atlas feature etc.)
|
||||
- Composer improvements
|
||||
- Improved item snapping
|
||||
- Multiple overviews for a map item
|
||||
- HTML item improvements
|
||||
- Composer map grid improvements
|
||||
- Processing now has an online collection of models and scripts
|
||||
- Processing graphical modeller completely rewritten
|
||||
- API changes for QGIS widgets
|
||||
- Enhancements of searching with GetFeatureInfo request
|
||||
- Add a precision setting for GetFeatureInfo geometry attributes
|
||||
- Better random color choice
|
||||
- Symbology UI Improvements
|
||||
- Syntax highlighting code and expression editor
|
||||
- User defined color palettes
|
||||
- New color picker dialog
|
||||
- Single select feature tool merged into select by rectangle
|
||||
- Add layer to map canvas behavior
|
||||
- Support icon sizes of 48 and 64 pixels
|
||||
- New color buttons
|
||||
- Context menu for identify tool
|
||||
|
||||
|
||||
2. What's new in Version 2.4.0 'Chugiak'?
|
||||
=========================================
|
||||
|
||||
This is the minor release sports a number of great new features:
|
||||
|
||||
@ -57,7 +104,7 @@ This is the minor release sports a number of great new features:
|
||||
- New Inverted Polygon renderer
|
||||
|
||||
|
||||
2. Whats new in Version 2.2.0 'Valmiera'?
|
||||
3. Whats new in Version 2.2.0 'Valmiera'?
|
||||
=========================================
|
||||
|
||||
This is the minor release sports a number of great new features:
|
||||
@ -98,7 +145,7 @@ This is the minor release sports a number of great new features:
|
||||
- 'Processing' can be used headless in scripts.
|
||||
|
||||
|
||||
3. Whats new in Version 2.0.1 'Dufour'?
|
||||
4. Whats new in Version 2.0.1 'Dufour'?
|
||||
=======================================
|
||||
|
||||
This is a small bugfix release to address the missing copyright / credits for
|
||||
@ -106,7 +153,7 @@ our new splash screen and to update supporting documentation. The spanish
|
||||
translation was also updated.
|
||||
|
||||
|
||||
4. Whats new in Version 2.0.0 'Dufour'?
|
||||
5. Whats new in Version 2.0.0 'Dufour'?
|
||||
=======================================
|
||||
|
||||
This is a new major release. Building on the foundation of
|
||||
@ -192,7 +239,7 @@ key new features.
|
||||
you to explore the software and discover them all!
|
||||
|
||||
|
||||
5. Whats new in Version 1.8.0 'Lisboa'?
|
||||
6. Whats new in Version 1.8.0 'Lisboa'?
|
||||
=======================================
|
||||
|
||||
This is a new feature release. Building on the foundation of
|
||||
@ -247,7 +294,7 @@ added gdal_fillnodata to GDALTools plugin
|
||||
- Support for nesting projects within other projects
|
||||
|
||||
|
||||
6. Whats new in Version 1.7.2 'Wroclaw'?
|
||||
7. Whats new in Version 1.7.2 'Wroclaw'?
|
||||
========================================
|
||||
|
||||
This is a bugfix release over version 1.7.1. The following changes
|
||||
@ -294,7 +341,7 @@ were made.
|
||||
- Fix broken Assign projection functionality in GDALTools and improve handling output file extension
|
||||
|
||||
|
||||
7. Whats new in Version 1.7.1 'Wroclaw'?
|
||||
8. Whats new in Version 1.7.1 'Wroclaw'?
|
||||
========================================
|
||||
|
||||
This is a bugfix release over version 1.7.0. The following changes
|
||||
@ -357,7 +404,7 @@ http://linfiniti.com/2011/08/improvements-to-raster-performance-in-qgis-master/]
|
||||
- Fixed a bug where map= was not being published in onlineresource url when project files are not in the same dir as cgi
|
||||
|
||||
|
||||
8. Whats new in Version 1.7.0 'Wroclaw'?
|
||||
9. Whats new in Version 1.7.0 'Wroclaw'?
|
||||
========================================
|
||||
|
||||
This release is named after the town of Wroclaw in Poland. The Department of
|
||||
@ -374,7 +421,7 @@ enhancements. 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.
|
||||
|
||||
|
||||
8.1. Symbology labels and diagrams
|
||||
9.1. Symbology labels and diagrams
|
||||
==================================
|
||||
|
||||
- New symbology now used by default!
|
||||
@ -392,7 +439,7 @@ changed so we will just provide a bullet list of key new features here.
|
||||
- Move/rotate/change label edit tools to interactively change data defined label properties.
|
||||
|
||||
|
||||
8.2. New Tools
|
||||
9.2. New Tools
|
||||
==============
|
||||
|
||||
- Added GUI for gdaldem.
|
||||
@ -401,7 +448,7 @@ changed so we will just provide a bullet list of key new features here.
|
||||
- Added voronoi polygon tool to Vector menu.
|
||||
|
||||
|
||||
8.3. User interface updates
|
||||
9.3. User interface updates
|
||||
===========================
|
||||
|
||||
- Allow managing missing layers in a list.
|
||||
@ -412,7 +459,7 @@ changed so we will just provide a bullet list of key new features here.
|
||||
- General clean-ups and usability improvements.
|
||||
|
||||
|
||||
8.4. CRS Handling
|
||||
9.4. CRS Handling
|
||||
=================
|
||||
|
||||
- Show active crs in status bar.
|
||||
@ -422,7 +469,7 @@ changed so we will just provide a bullet list of key new features here.
|
||||
- Default to last selection when prompting for CRS.
|
||||
|
||||
|
||||
8.5. Rasters
|
||||
9.5. Rasters
|
||||
============
|
||||
|
||||
- Added AND and OR operator for raster calculator
|
||||
@ -431,7 +478,7 @@ changed so we will just provide a bullet list of key new features here.
|
||||
- Added raster toolbar with histogram stretch functions.
|
||||
|
||||
|
||||
8.6. Providers and Data Handling
|
||||
9.6. Providers and Data Handling
|
||||
================================
|
||||
|
||||
- New SQLAnywhere vector provider.
|
||||
@ -457,7 +504,7 @@ changed so we will just provide a bullet list of key new features here.
|
||||
- Allow OGR 'save as' without attributes (for eg. DGN/DXF).
|
||||
|
||||
|
||||
8.7. Api and Developer Centric
|
||||
9.7. Api and Developer Centric
|
||||
==============================
|
||||
|
||||
- Refactored attribute dialog calls to QgsFeatureAttribute.
|
||||
@ -469,7 +516,7 @@ changed so we will just provide a bullet list of key new features here.
|
||||
new QgsGeometry.validateGeometry function
|
||||
|
||||
|
||||
8.8. QGIS Mapserver
|
||||
9.8. QGIS Mapserver
|
||||
===================
|
||||
|
||||
- Ability to specify wms service capabilities in the properties
|
||||
@ -477,7 +524,7 @@ changed so we will just provide a bullet list of key new features here.
|
||||
- Support for wms printing with GetPrint-Request.
|
||||
|
||||
|
||||
8.9. Plugins
|
||||
9.9. Plugins
|
||||
============
|
||||
|
||||
- Support for icons of plugins in the plugin manager dialog.
|
||||
@ -485,14 +532,14 @@ changed so we will just provide a bullet list of key new features here.
|
||||
- Removed ogr converter plugin - use 'save as' context menu rather.
|
||||
|
||||
|
||||
8.10. Printing
|
||||
9.10. Printing
|
||||
==============
|
||||
|
||||
- Undo/Redo support for the print composer
|
||||
|
||||
|
||||
9. Whats new in Version 1.6.0 'Capiapo'?
|
||||
========================================
|
||||
10. Whats new in Version 1.6.0 'Capiapo'?
|
||||
=========================================
|
||||
|
||||
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
|
||||
@ -503,8 +550,8 @@ Once again it is impossible to document everything here that has changed so we w
|
||||
just provide a bullet list of key new features here.
|
||||
|
||||
|
||||
9.1. General Improvements
|
||||
=========================
|
||||
10.1. General Improvements
|
||||
==========================
|
||||
|
||||
- Added gpsd support to live gps tracking.
|
||||
- A new plugin has been included that allows for offline editing.
|
||||
@ -537,8 +584,8 @@ caching providers (currently WMS and WFS) can synchronize with changes in
|
||||
the datasource.
|
||||
|
||||
|
||||
9.2. Table of contents (TOC) improvements
|
||||
=========================================
|
||||
10.2. Table of contents (TOC) improvements
|
||||
==========================================
|
||||
|
||||
- Added a new option to the raster legend menu that will stretch the current
|
||||
layer using the min and max pixel values of the current extent.
|
||||
@ -547,15 +594,15 @@ as' option, you can now specify OGR creation options.
|
||||
- In the table of contents, it is now possible to select and remove several layers at once.
|
||||
|
||||
|
||||
9.3. Labelling (New generation only)
|
||||
====================================
|
||||
10.3. Labelling (New generation only)
|
||||
=====================================
|
||||
|
||||
- Data defined label position in labeling-ng.
|
||||
- Line wrapping, data defined font and buffer settings for labeling-ng.
|
||||
|
||||
|
||||
9.4. Layer properties and symbology
|
||||
===================================
|
||||
10.4. Layer properties and symbology
|
||||
====================================
|
||||
|
||||
- Three new classification modes added to graduated symbol renderer (version
|
||||
2), including Natural Breaks (Jenks), Standard Deviations, and Pretty
|
||||
@ -575,8 +622,8 @@ the transparency table in the raster layer properties dialog.
|
||||
the style manager more easily.
|
||||
|
||||
|
||||
9.5. Map Composer
|
||||
=================
|
||||
10.5. Map Composer
|
||||
==================
|
||||
|
||||
- add capability to show and manipulate composer item width/ height in item
|
||||
position dialog.
|
||||
@ -584,7 +631,7 @@ position dialog.
|
||||
- Sorting for composer attribute table (several columns and ascending / descending).
|
||||
|
||||
|
||||
10. Whats new in Version 1.5.0?
|
||||
11. Whats new in Version 1.5.0?
|
||||
===============================
|
||||
|
||||
Please note that this is a release in our 'cutting edge' release series. As
|
||||
@ -599,7 +646,7 @@ Once again it is impossible to document everything here that has changed so we w
|
||||
just provide a bullet list of key new features here.
|
||||
|
||||
|
||||
10.1. Main GUI
|
||||
11.1. Main GUI
|
||||
==============
|
||||
|
||||
- There is a new angle measuring tool that allows you to interactively
|
||||
@ -654,7 +701,7 @@ only visible features in composer table or all features
|
||||
closed and reappears when reactivated.
|
||||
|
||||
|
||||
10.2. WMS and WMS-C Support
|
||||
11.2. WMS and WMS-C Support
|
||||
===========================
|
||||
|
||||
- WMS-C support, new spatial authorities, wms selection improvements
|
||||
@ -667,7 +714,7 @@ IGNF definitions in srs.db
|
||||
- WMS-C scale slider gui added and more selection improvements
|
||||
|
||||
|
||||
10.3. API Updates
|
||||
11.3. API Updates
|
||||
=================
|
||||
|
||||
- QgsDataProvider & QgsMapLayer: add dataChanged() signal, so that a
|
||||
@ -684,7 +731,7 @@ variables. More paths can be passed, separated by semicolon.
|
||||
- Support more GEOS operators
|
||||
|
||||
|
||||
11. Whats new in Version 1.4.0 'Enceladus'?
|
||||
12. Whats new in Version 1.4.0 'Enceladus'?
|
||||
===========================================
|
||||
|
||||
Please note that this is a release in our 'cutting edge' release series. As
|
||||
@ -742,13 +789,13 @@ For power users, you can now create customizable attribute forms using Qt
|
||||
Designer dialog UIs.
|
||||
|
||||
|
||||
12. Whats new in Version 1.3.0 'Mimas'?
|
||||
13. Whats new in Version 1.3.0 'Mimas'?
|
||||
=======================================
|
||||
|
||||
This release includes over 30 bug fixes and several useful new features:
|
||||
|
||||
|
||||
12.1. OSM plugin & provider updates
|
||||
13.1. OSM plugin & provider updates
|
||||
=======================================
|
||||
|
||||
- new OSM style files.
|
||||
@ -760,7 +807,7 @@ This release includes over 30 bug fixes and several useful new features:
|
||||
- other OSM related bugfixes.
|
||||
|
||||
|
||||
12.2. Other notable features and improvements in this release
|
||||
13.2. Other notable features and improvements in this release
|
||||
=============================================================
|
||||
|
||||
- Marker size is now configurable when editing a layer.
|
||||
@ -775,7 +822,7 @@ This release includes over 30 bug fixes and several useful new features:
|
||||
- Zoom to a coordinate by entering it in the status bar coordinate display.
|
||||
|
||||
|
||||
13. Version 1.2.0 'Daphnis'
|
||||
14. Version 1.2.0 'Daphnis'
|
||||
===========================
|
||||
|
||||
Please note that this is a release in our 'cutting edge' release series. As
|
||||
@ -788,7 +835,7 @@ over the QGIS 1.1.0 release. In addition we have added
|
||||
the following new features:
|
||||
|
||||
|
||||
13.1. Editing
|
||||
14.1. Editing
|
||||
=============
|
||||
|
||||
Editing functionality in QGIS has had a major update in this release. This
|
||||
@ -820,14 +867,14 @@ this tool: the redraws are much faster and the map is not cluttered with
|
||||
markers.
|
||||
|
||||
|
||||
13.2. Keyboard shortcuts
|
||||
14.2. Keyboard shortcuts
|
||||
========================
|
||||
|
||||
New feature: configure shortcuts for actions within main window of qgis!
|
||||
See menu Setting->Configure shortcuts
|
||||
|
||||
|
||||
13.3. Map Composer
|
||||
14.3. Map Composer
|
||||
==================
|
||||
|
||||
It is now possible to lock/unlock composer item positions by right mouse click.
|
||||
@ -838,7 +885,7 @@ 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.
|
||||
|
||||
|
||||
13.4. Attribute tables
|
||||
14.4. Attribute tables
|
||||
======================
|
||||
|
||||
It is now possible to search the attribute table within selected records only.
|
||||
@ -854,7 +901,7 @@ for layer attributes. A new dialog allows loading a value map from a layer
|
||||
be respected in the attribute table.
|
||||
|
||||
|
||||
13.5. Plugins
|
||||
14.5. Plugins
|
||||
=============
|
||||
|
||||
- The order of layers in the WMS dialog can now be changed.
|
||||
@ -867,14 +914,14 @@ be respected in the attribute table.
|
||||
- An new OpenStreetMap provider and plugin have been added to QGIS.
|
||||
|
||||
|
||||
13.6. Projects Management
|
||||
14.6. 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.
|
||||
|
||||
|
||||
13.7. PostGIS & the PostgreSQL Provider
|
||||
14.7. PostGIS & the PostgreSQL Provider
|
||||
=======================================
|
||||
|
||||
You can now select the SSL mode when adding a new DB connection. Turning off
|
||||
@ -883,7 +930,7 @@ connection security is not required. Support has been added for more native
|
||||
types and for setting of column comments.
|
||||
|
||||
|
||||
13.8. Symbology enhancements
|
||||
14.8. Symbology enhancements
|
||||
============================
|
||||
|
||||
- allow refresh of symbols via popup menu on the renderer's symbol selection
|
||||
@ -893,7 +940,7 @@ types and for setting of column comments.
|
||||
independent of the mapscale)
|
||||
|
||||
|
||||
13.9. Command line arguments
|
||||
14.9. Command line arguments
|
||||
============================
|
||||
|
||||
Added command line argument support on windows.
|
||||
@ -964,7 +1011,7 @@ implementation based on the SQLITE database.
|
||||
layers based on attribute data.
|
||||
|
||||
|
||||
14. Version 1.0.0 'Kore'
|
||||
15. Version 1.0.0 'Kore'
|
||||
========================
|
||||
|
||||
This release includes over 265 bug fixes and enhancements over the
|
||||
@ -993,7 +1040,7 @@ running will support a plugin that is being installed.
|
||||
- Ported all GDAL/OGR and GEOS usage to use C APIs only.
|
||||
|
||||
|
||||
15. Version 0.11.0 'Metis'
|
||||
16. Version 0.11.0 'Metis'
|
||||
==========================
|
||||
|
||||
This release includes over 60 bug fixes and enhancements over the
|
||||
@ -1009,7 +1056,7 @@ QGIS 0.10.0 release. In addition we have made the following changes:
|
||||
- QML Style support for rasters and database layers
|
||||
|
||||
|
||||
16. Version 0.10.0 'Io'
|
||||
17. Version 0.10.0 'Io'
|
||||
=======================
|
||||
|
||||
This release includes over 120 bug fixes and enchancements
|
||||
@ -1030,7 +1077,7 @@ improvements 'under the hood'.
|
||||
- Support for migration of old projects to work in newer QGIS versions.
|
||||
|
||||
|
||||
17. Version 0.9.2rc1 'Ganymede'
|
||||
18. Version 0.9.2rc1 'Ganymede'
|
||||
===============================
|
||||
|
||||
- This release candidate includes over 40 bug fixes and enchancements
|
||||
@ -1047,7 +1094,7 @@ in raster layers. Support for color ramps in raster layers.
|
||||
improvements 'under the hood'.
|
||||
|
||||
|
||||
18. Version 0.9.1 'Ganymede'
|
||||
19. Version 0.9.1 'Ganymede'
|
||||
============================
|
||||
|
||||
This is a bug fix release
|
||||
@ -1060,7 +1107,7 @@ This is a bug fix release
|
||||
- Python Plugin installer to install PyQGIS plugins from the repository
|
||||
|
||||
|
||||
19. Version 0.9 'Ganymede'
|
||||
20. Version 0.9 'Ganymede'
|
||||
==========================
|
||||
|
||||
- Python bindings - This is the major focus of this release
|
||||
@ -1075,7 +1122,7 @@ This is a bug fix release
|
||||
- Improvements to the GeoReferencer
|
||||
|
||||
|
||||
20. Version 0.8 'Joesephine' .... development version
|
||||
21. Version 0.8 'Joesephine' .... development version
|
||||
=====================================================
|
||||
|
||||
- 2006-01-23 [timlinux] 0.7.9.10 Dropped use of qpicture and resampling for point markers in favour of
|
||||
@ -1099,7 +1146,7 @@ over time,
|
||||
grid_maker plugin
|
||||
|
||||
|
||||
21. Version 0.6 'Simon'
|
||||
22. Version 0.6 'Simon'
|
||||
=======================
|
||||
|
||||
QGIS Change Log
|
||||
@ -1187,7 +1234,7 @@ under construction.
|
||||
save or save as (if not specified by the user).
|
||||
|
||||
|
||||
22. 0.5
|
||||
23. 0.5
|
||||
=======
|
||||
|
||||
- 2004-12-01 [gsherman] 0.5.0devel30 Added functions to qgsdataprovider.h to support updating the feature count
|
||||
|
@ -77,13 +77,13 @@ label{ background-color: #FFFFCC;
|
||||
<DIV CLASS="header" ID="header">
|
||||
<H1>QGIS</H1>
|
||||
<H2>Building QGIS from source - step by step</H2>
|
||||
<H3>Friday July 25, 2014</H3>
|
||||
<H3>Thursday October 23, 2014</H3>
|
||||
</DIV>
|
||||
|
||||
<DIV CLASS="body" ID="body">
|
||||
<P>
|
||||
Last Updated: Friday July 25, 2014
|
||||
Last Change : Friday July 25, 2014
|
||||
Last Updated: Thursday October 23, 2014
|
||||
Last Change : Sunday September 28, 2014
|
||||
</P>
|
||||
<DIV CLASS="toc">
|
||||
|
||||
@ -1669,7 +1669,7 @@ from source and rather use frameworks wherever possible.
|
||||
some fiddling with the system. It is best to stick with a single, default,
|
||||
architecture build and follow these instructions for an initial build.
|
||||
Included are notes for building on Mac OS X 10.5 (<U>Leopard</U>), 10.6
|
||||
(<U>Snow Leopard</U>), 10.7 (<U>Lion</U>) and 10.8 (<U>Mt. Lion</U>).
|
||||
(<U>Snow Leopard</U>), 10.7 (<U>Lion</U>), 10.8 (<U>Mt. Lion</U>) and 10.9 (<U>Mavericks</U>)
|
||||
(These names will be used throughout the instructions.)
|
||||
Make sure to read each section completely before typing the first command you see.
|
||||
</P>
|
||||
@ -2038,8 +2038,8 @@ your own risk.
|
||||
<H3>5.4.5. Additional dependencies: SIP</H3>
|
||||
|
||||
<P>
|
||||
<U>Mt Lion note:</U> SIP 4.15.7 appears to not work on Mt Lion. Install 4.14.6.
|
||||
(or a later working version when available)
|
||||
<U>Mt Lion note:</U> SIP 4.15.7 appears to not work on Mt Lion. Install either
|
||||
a prior version to 4.14.6 or a later version 4.16.3+
|
||||
</P>
|
||||
<P>
|
||||
Retrieve the python bindings toolkit SIP from
|
||||
@ -2127,6 +2127,15 @@ python2.7 configure.py -d /Library/Python/2.7/site-packages -b /usr/local/bin \
|
||||
-e /usr/local/include -v /usr/local/share/sip --arch=x86_64 -s MacOSX10.8.sdk
|
||||
</PRE></div>
|
||||
|
||||
<P>
|
||||
for Mavericks:
|
||||
</P>
|
||||
|
||||
<div class="code"><PRE>
|
||||
python2.7 configure.py -d /Library/Python/2.7/site-packages -b /usr/local/bin \
|
||||
-e /usr/local/include -v /usr/local/share/sip --arch=x86_64 -s MacOSX10.9.sdk
|
||||
</PRE></div>
|
||||
|
||||
<P>
|
||||
<U>continue...</U>
|
||||
</P>
|
||||
@ -2174,16 +2183,22 @@ header.path = $$[QT_INSTALL_HEADERS] --> header.path = /usr/local/include
|
||||
</PRE></div>
|
||||
|
||||
<P>
|
||||
Save the qscintilla.pro file and build the QScintilla2 C++ library (adjust the install_name_tool command for the version installed):
|
||||
Save the qscintilla.pro file and build the QScintilla2 C++ library:
|
||||
</P>
|
||||
|
||||
<div class="code"><PRE>
|
||||
qmake -spec macx-g++ qscintilla.pro
|
||||
make -j [#cpus]
|
||||
sudo make install
|
||||
</PRE></div>
|
||||
|
||||
sudo install_name_tool -id /usr/local/lib/libqscintilla2.9.dylib \
|
||||
/usr/local/lib/libqscintilla2.9.dylib
|
||||
<P>
|
||||
adjust the install_name_tool command for the version installed of QScintilla installed:
|
||||
</P>
|
||||
|
||||
<div class="code"><PRE>
|
||||
sudo install_name_tool -id /usr/local/lib/libqscintilla2.11.dylib \
|
||||
/usr/local/lib/libqscintilla2.11.dylib
|
||||
</PRE></div>
|
||||
|
||||
<P>
|
||||
@ -2272,7 +2287,7 @@ python2.6 configure.py -d /Library/Python/2.6/site-packages -b /usr/local/bin \
|
||||
</PRE></div>
|
||||
|
||||
<P>
|
||||
<U>Lion and Mt. Lion system Python</U>
|
||||
<U>Lion, Mt. Lion, and Mavericks system Python</U>
|
||||
</P>
|
||||
<P>
|
||||
Similar to Snow Leopard, you should install outside the system Python path.
|
||||
|
244
doc/news.html
244
doc/news.html
@ -77,45 +77,95 @@ label{ background-color: #FFFFCC;
|
||||
<DIV CLASS="header" ID="header">
|
||||
<H1>QGIS News</H1>
|
||||
<H2>Change history for the QGIS Project</H2>
|
||||
<H3>Friday June 27, 2014</H3>
|
||||
<H3>Thursday October 23, 2014</H3>
|
||||
</DIV>
|
||||
|
||||
<DIV CLASS="toc">
|
||||
|
||||
<OL>
|
||||
<LI><A HREF="#toc1">Whats new in Version 2.4.0 'Chugiak'?</A>
|
||||
<LI><A HREF="#toc2">Whats new in Version 2.2.0 'Valmiera'?</A>
|
||||
<LI><A HREF="#toc3">Whats new in Version 2.0.1 'Dufour'?</A>
|
||||
<LI><A HREF="#toc4">Whats new in Version 2.0.0 'Dufour'?</A>
|
||||
<LI><A HREF="#toc5">Whats new in Version 1.8.0 'Lisboa'?</A>
|
||||
<LI><A HREF="#toc6">Whats new in Version 1.7.2 'Wroclaw'?</A>
|
||||
<LI><A HREF="#toc7">Whats new in Version 1.7.1 'Wroclaw'?</A>
|
||||
<LI><A HREF="#toc8">Whats new in Version 1.7.0 'Wroclaw'?</A>
|
||||
<LI><A HREF="#toc9">Whats new in Version 1.6.0 'Capiapo'?</A>
|
||||
<LI><A HREF="#toc10">Whats new in Version 1.5.0?</A>
|
||||
<LI><A HREF="#toc11">Whats new in Version 1.4.0 'Enceladus'?</A>
|
||||
<LI><A HREF="#toc12">Whats new in Version 1.3.0 'Mimas'?</A>
|
||||
<LI><A HREF="#toc13">Version 1.2.0 'Daphnis'</A>
|
||||
<LI><A HREF="#toc14">Version 1.0.0 'Kore'</A>
|
||||
<LI><A HREF="#toc15">Version 0.11.0 'Metis'</A>
|
||||
<LI><A HREF="#toc16">Version 0.10.0 'Io'</A>
|
||||
<LI><A HREF="#toc17">Version 0.9.2rc1 'Ganymede'</A>
|
||||
<LI><A HREF="#toc18">Version 0.9.1 'Ganymede'</A>
|
||||
<LI><A HREF="#toc19">Version 0.9 'Ganymede'</A>
|
||||
<LI><A HREF="#toc20">Version 0.8 'Joesephine' .... development version</A>
|
||||
<LI><A HREF="#toc21">Version 0.6 'Simon'</A>
|
||||
<LI><A HREF="#toc22">0.5</A>
|
||||
<LI><A HREF="#toc1">What's new in Version 2.6.0 'Brighton'?</A>
|
||||
<LI><A HREF="#toc2">What's new in Version 2.4.0 'Chugiak'?</A>
|
||||
<LI><A HREF="#toc3">Whats new in Version 2.2.0 'Valmiera'?</A>
|
||||
<LI><A HREF="#toc4">Whats new in Version 2.0.1 'Dufour'?</A>
|
||||
<LI><A HREF="#toc5">Whats new in Version 2.0.0 'Dufour'?</A>
|
||||
<LI><A HREF="#toc6">Whats new in Version 1.8.0 'Lisboa'?</A>
|
||||
<LI><A HREF="#toc7">Whats new in Version 1.7.2 'Wroclaw'?</A>
|
||||
<LI><A HREF="#toc8">Whats new in Version 1.7.1 'Wroclaw'?</A>
|
||||
<LI><A HREF="#toc9">Whats new in Version 1.7.0 'Wroclaw'?</A>
|
||||
<LI><A HREF="#toc10">Whats new in Version 1.6.0 'Capiapo'?</A>
|
||||
<LI><A HREF="#toc11">Whats new in Version 1.5.0?</A>
|
||||
<LI><A HREF="#toc12">Whats new in Version 1.4.0 'Enceladus'?</A>
|
||||
<LI><A HREF="#toc13">Whats new in Version 1.3.0 'Mimas'?</A>
|
||||
<LI><A HREF="#toc14">Version 1.2.0 'Daphnis'</A>
|
||||
<LI><A HREF="#toc15">Version 1.0.0 'Kore'</A>
|
||||
<LI><A HREF="#toc16">Version 0.11.0 'Metis'</A>
|
||||
<LI><A HREF="#toc17">Version 0.10.0 'Io'</A>
|
||||
<LI><A HREF="#toc18">Version 0.9.2rc1 'Ganymede'</A>
|
||||
<LI><A HREF="#toc19">Version 0.9.1 'Ganymede'</A>
|
||||
<LI><A HREF="#toc20">Version 0.9 'Ganymede'</A>
|
||||
<LI><A HREF="#toc21">Version 0.8 'Joesephine' .... development version</A>
|
||||
<LI><A HREF="#toc22">Version 0.6 'Simon'</A>
|
||||
<LI><A HREF="#toc23">0.5</A>
|
||||
</OL>
|
||||
|
||||
</DIV>
|
||||
<DIV CLASS="body" ID="body">
|
||||
<P>
|
||||
Last Updated: Friday June 27, 2014
|
||||
Last Change : Friday June 27, 2014
|
||||
Last Updated: Thursday October 23, 2014
|
||||
Last Change : Thursday October 23, 2014
|
||||
</P>
|
||||
|
||||
<A NAME="toc1"></A>
|
||||
<H1>1. Whats new in Version 2.4.0 'Chugiak'?</H1>
|
||||
<H1>1. What's new in Version 2.6.0 'Brighton'?</H1>
|
||||
|
||||
<P>
|
||||
This is a minor release increment with the following new features:
|
||||
</P>
|
||||
|
||||
<UL>
|
||||
<LI>Improved DXF export
|
||||
<LI>Project filename in project properties
|
||||
<LI>Allow removing last point while measuring via del/backspace keys
|
||||
<LI>Select related feature on the canvas from the relation reference widget
|
||||
<LI>Editor widgets support null and other improvements
|
||||
<LI>Optionally use just a subset of fields from the joined layer
|
||||
<LI>Expression field (virtual fields)
|
||||
<LI>Can toggle display of classes within graduated and categorised renderers
|
||||
<LI>Additional expressions types and options
|
||||
<LI>Added icon support to actions
|
||||
<LI>Classes within graduated and categorised renderers can be toggled
|
||||
<LI>Legend improvements such as filtering, layer management icons etc.
|
||||
<LI>Control over hiding print composer items from prints/exports
|
||||
<LI>Control over page printing for empty composer frames
|
||||
<LI>New Composer Item tree panel
|
||||
<LI>More control over appearance of composer arrow/line items
|
||||
<LI>Data defined control of composer items
|
||||
<LI>Composer images can be specifed as remote URLS
|
||||
<LI>Composer Table improvements (header fonts / colors, better pagination support, filter to atlas feature etc.)
|
||||
<LI>Composer improvements
|
||||
<LI>Improved item snapping
|
||||
<LI>Multiple overviews for a map item
|
||||
<LI>HTML item improvements
|
||||
<LI>Composer map grid improvements
|
||||
<LI>Processing now has an online collection of models and scripts
|
||||
<LI>Processing graphical modeller completely rewritten
|
||||
<LI>API changes for QGIS widgets
|
||||
<LI>Enhancements of searching with GetFeatureInfo request
|
||||
<LI>Add a precision setting for GetFeatureInfo geometry attributes
|
||||
<LI>Better random color choice
|
||||
<LI>Symbology UI Improvements
|
||||
<LI>Syntax highlighting code and expression editor
|
||||
<LI>User defined color palettes
|
||||
<LI>New color picker dialog
|
||||
<LI>Single select feature tool merged into select by rectangle
|
||||
<LI>Add layer to map canvas behavior
|
||||
<LI>Support icon sizes of 48 and 64 pixels
|
||||
<LI>New color buttons
|
||||
<LI>Context menu for identify tool
|
||||
</UL>
|
||||
|
||||
<A NAME="toc2"></A>
|
||||
<H1>2. What's new in Version 2.4.0 'Chugiak'?</H1>
|
||||
|
||||
<P>
|
||||
This is the minor release sports a number of great new features:
|
||||
@ -137,8 +187,8 @@ This is the minor release sports a number of great new features:
|
||||
<LI>New Inverted Polygon renderer
|
||||
</UL>
|
||||
|
||||
<A NAME="toc2"></A>
|
||||
<H1>2. Whats new in Version 2.2.0 'Valmiera'?</H1>
|
||||
<A NAME="toc3"></A>
|
||||
<H1>3. Whats new in Version 2.2.0 'Valmiera'?</H1>
|
||||
|
||||
<P>
|
||||
This is the minor release sports a number of great new features:
|
||||
@ -181,8 +231,8 @@ This is the minor release sports a number of great new features:
|
||||
<LI>'Processing' can be used headless in scripts.
|
||||
</UL>
|
||||
|
||||
<A NAME="toc3"></A>
|
||||
<H1>3. Whats new in Version 2.0.1 'Dufour'?</H1>
|
||||
<A NAME="toc4"></A>
|
||||
<H1>4. Whats new in Version 2.0.1 'Dufour'?</H1>
|
||||
|
||||
<P>
|
||||
This is a small bugfix release to address the missing copyright / credits for
|
||||
@ -190,8 +240,8 @@ our new splash screen and to update supporting documentation. The spanish
|
||||
translation was also updated.
|
||||
</P>
|
||||
|
||||
<A NAME="toc4"></A>
|
||||
<H1>4. Whats new in Version 2.0.0 'Dufour'?</H1>
|
||||
<A NAME="toc5"></A>
|
||||
<H1>5. Whats new in Version 2.0.0 'Dufour'?</H1>
|
||||
|
||||
<P>
|
||||
This is a new major release. Building on the foundation of
|
||||
@ -279,8 +329,8 @@ key new features.
|
||||
you to explore the software and discover them all!
|
||||
</UL>
|
||||
|
||||
<A NAME="toc5"></A>
|
||||
<H1>5. Whats new in Version 1.8.0 'Lisboa'?</H1>
|
||||
<A NAME="toc6"></A>
|
||||
<H1>6. Whats new in Version 1.8.0 'Lisboa'?</H1>
|
||||
|
||||
<P>
|
||||
This is a new feature release. Building on the foundation of
|
||||
@ -337,8 +387,8 @@ added gdal_fillnodata to GDALTools plugin
|
||||
<LI>Support for nesting projects within other projects
|
||||
</UL>
|
||||
|
||||
<A NAME="toc6"></A>
|
||||
<H1>6. Whats new in Version 1.7.2 'Wroclaw'?</H1>
|
||||
<A NAME="toc7"></A>
|
||||
<H1>7. Whats new in Version 1.7.2 'Wroclaw'?</H1>
|
||||
|
||||
<P>
|
||||
This is a bugfix release over version 1.7.1. The following changes
|
||||
@ -387,8 +437,8 @@ were made.
|
||||
<LI>Fix broken Assign projection functionality in GDALTools and improve handling output file extension
|
||||
</UL>
|
||||
|
||||
<A NAME="toc7"></A>
|
||||
<H1>7. Whats new in Version 1.7.1 'Wroclaw'?</H1>
|
||||
<A NAME="toc8"></A>
|
||||
<H1>8. Whats new in Version 1.7.1 'Wroclaw'?</H1>
|
||||
|
||||
<P>
|
||||
This is a bugfix release over version 1.7.0. The following changes
|
||||
@ -453,8 +503,8 @@ were made.
|
||||
<LI>Fixed a bug where map= was not being published in onlineresource url when project files are not in the same dir as cgi
|
||||
</UL>
|
||||
|
||||
<A NAME="toc8"></A>
|
||||
<H1>8. Whats new in Version 1.7.0 'Wroclaw'?</H1>
|
||||
<A NAME="toc9"></A>
|
||||
<H1>9. Whats new in Version 1.7.0 'Wroclaw'?</H1>
|
||||
|
||||
<P>
|
||||
This release is named after the town of Wroclaw in Poland. The Department of
|
||||
@ -472,7 +522,7 @@ enhancements. 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.
|
||||
</P>
|
||||
|
||||
<H2>8.1. Symbology labels and diagrams</H2>
|
||||
<H2>9.1. Symbology labels and diagrams</H2>
|
||||
|
||||
<UL>
|
||||
<LI>New symbology now used by default!
|
||||
@ -490,7 +540,7 @@ changed so we will just provide a bullet list of key new features here.
|
||||
<LI>Move/rotate/change label edit tools to interactively change data defined label properties.
|
||||
</UL>
|
||||
|
||||
<H2>8.2. New Tools</H2>
|
||||
<H2>9.2. New Tools</H2>
|
||||
|
||||
<UL>
|
||||
<LI>Added GUI for gdaldem.
|
||||
@ -499,7 +549,7 @@ changed so we will just provide a bullet list of key new features here.
|
||||
<LI>Added voronoi polygon tool to Vector menu.
|
||||
</UL>
|
||||
|
||||
<H2>8.3. User interface updates</H2>
|
||||
<H2>9.3. User interface updates</H2>
|
||||
|
||||
<UL>
|
||||
<LI>Allow managing missing layers in a list.
|
||||
@ -510,7 +560,7 @@ changed so we will just provide a bullet list of key new features here.
|
||||
<LI>General clean-ups and usability improvements.
|
||||
</UL>
|
||||
|
||||
<H2>8.4. CRS Handling</H2>
|
||||
<H2>9.4. CRS Handling</H2>
|
||||
|
||||
<UL>
|
||||
<LI>Show active crs in status bar.
|
||||
@ -520,7 +570,7 @@ changed so we will just provide a bullet list of key new features here.
|
||||
<LI>Default to last selection when prompting for CRS.
|
||||
</UL>
|
||||
|
||||
<H2>8.5. Rasters</H2>
|
||||
<H2>9.5. Rasters</H2>
|
||||
|
||||
<UL>
|
||||
<LI>Added AND and OR operator for raster calculator
|
||||
@ -529,7 +579,7 @@ changed so we will just provide a bullet list of key new features here.
|
||||
<LI>Added raster toolbar with histogram stretch functions.
|
||||
</UL>
|
||||
|
||||
<H2>8.6. Providers and Data Handling</H2>
|
||||
<H2>9.6. Providers and Data Handling</H2>
|
||||
|
||||
<UL>
|
||||
<LI>New SQLAnywhere vector provider.
|
||||
@ -561,7 +611,7 @@ changed so we will just provide a bullet list of key new features here.
|
||||
</UL>
|
||||
</UL>
|
||||
|
||||
<H2>8.7. Api and Developer Centric</H2>
|
||||
<H2>9.7. Api and Developer Centric</H2>
|
||||
|
||||
<UL>
|
||||
<LI>Refactored attribute dialog calls to QgsFeatureAttribute.
|
||||
@ -573,7 +623,7 @@ changed so we will just provide a bullet list of key new features here.
|
||||
new QgsGeometry.validateGeometry function
|
||||
</UL>
|
||||
|
||||
<H2>8.8. QGIS Mapserver</H2>
|
||||
<H2>9.8. QGIS Mapserver</H2>
|
||||
|
||||
<UL>
|
||||
<LI>Ability to specify wms service capabilities in the properties
|
||||
@ -581,7 +631,7 @@ changed so we will just provide a bullet list of key new features here.
|
||||
<LI>Support for wms printing with GetPrint-Request.
|
||||
</UL>
|
||||
|
||||
<H2>8.9. Plugins</H2>
|
||||
<H2>9.9. Plugins</H2>
|
||||
|
||||
<UL>
|
||||
<LI>Support for icons of plugins in the plugin manager dialog.
|
||||
@ -589,14 +639,14 @@ changed so we will just provide a bullet list of key new features here.
|
||||
<LI>Removed ogr converter plugin - use 'save as' context menu rather.
|
||||
</UL>
|
||||
|
||||
<H2>8.10. Printing</H2>
|
||||
<H2>9.10. Printing</H2>
|
||||
|
||||
<UL>
|
||||
<LI>Undo/Redo support for the print composer
|
||||
</UL>
|
||||
|
||||
<A NAME="toc9"></A>
|
||||
<H1>9. Whats new in Version 1.6.0 'Capiapo'?</H1>
|
||||
<A NAME="toc10"></A>
|
||||
<H1>10. Whats new in Version 1.6.0 'Capiapo'?</H1>
|
||||
|
||||
<P>
|
||||
Please note that this is a release in our 'cutting edge' release series. As
|
||||
@ -609,7 +659,7 @@ Once again it is impossible to document everything here that has changed so we w
|
||||
just provide a bullet list of key new features here.
|
||||
</P>
|
||||
|
||||
<H2>9.1. General Improvements</H2>
|
||||
<H2>10.1. General Improvements</H2>
|
||||
|
||||
<UL>
|
||||
<LI>Added gpsd support to live gps tracking.
|
||||
@ -643,7 +693,7 @@ caching providers (currently WMS and WFS) can synchronize with changes in
|
||||
the datasource.
|
||||
</UL>
|
||||
|
||||
<H2>9.2. Table of contents (TOC) improvements</H2>
|
||||
<H2>10.2. Table of contents (TOC) improvements</H2>
|
||||
|
||||
<UL>
|
||||
<LI>Added a new option to the raster legend menu that will stretch the current
|
||||
@ -653,14 +703,14 @@ as' option, you can now specify OGR creation options.
|
||||
<LI>In the table of contents, it is now possible to select and remove several layers at once.
|
||||
</UL>
|
||||
|
||||
<H2>9.3. Labelling (New generation only)</H2>
|
||||
<H2>10.3. Labelling (New generation only)</H2>
|
||||
|
||||
<UL>
|
||||
<LI>Data defined label position in labeling-ng.
|
||||
<LI>Line wrapping, data defined font and buffer settings for labeling-ng.
|
||||
</UL>
|
||||
|
||||
<H2>9.4. Layer properties and symbology</H2>
|
||||
<H2>10.4. Layer properties and symbology</H2>
|
||||
|
||||
<UL>
|
||||
<LI>Three new classification modes added to graduated symbol renderer (version
|
||||
@ -681,7 +731,7 @@ the transparency table in the raster layer properties dialog.
|
||||
the style manager more easily.
|
||||
</UL>
|
||||
|
||||
<H2>9.5. Map Composer</H2>
|
||||
<H2>10.5. Map Composer</H2>
|
||||
|
||||
<UL>
|
||||
<LI>add capability to show and manipulate composer item width/ height in item
|
||||
@ -690,8 +740,8 @@ position dialog.
|
||||
<LI>Sorting for composer attribute table (several columns and ascending / descending).
|
||||
</UL>
|
||||
|
||||
<A NAME="toc10"></A>
|
||||
<H1>10. Whats new in Version 1.5.0?</H1>
|
||||
<A NAME="toc11"></A>
|
||||
<H1>11. Whats new in Version 1.5.0?</H1>
|
||||
|
||||
<P>
|
||||
Please note that this is a release in our 'cutting edge' release series. As
|
||||
@ -707,7 +757,7 @@ Once again it is impossible to document everything here that has changed so we w
|
||||
just provide a bullet list of key new features here.
|
||||
</P>
|
||||
|
||||
<H2>10.1. Main GUI</H2>
|
||||
<H2>11.1. Main GUI</H2>
|
||||
|
||||
<UL>
|
||||
<LI>There is a new angle measuring tool that allows you to interactively
|
||||
@ -762,7 +812,7 @@ only visible features in composer table or all features
|
||||
closed and reappears when reactivated.
|
||||
</UL>
|
||||
|
||||
<H2>10.2. WMS and WMS-C Support</H2>
|
||||
<H2>11.2. WMS and WMS-C Support</H2>
|
||||
|
||||
<UL>
|
||||
<LI>WMS-C support, new spatial authorities, wms selection improvements
|
||||
@ -775,7 +825,7 @@ IGNF definitions in srs.db
|
||||
<LI>WMS-C scale slider gui added and more selection improvements
|
||||
</UL>
|
||||
|
||||
<H2>10.3. API Updates</H2>
|
||||
<H2>11.3. API Updates</H2>
|
||||
|
||||
<UL>
|
||||
<LI>QgsDataProvider &amp; QgsMapLayer: add dataChanged() signal, so that a
|
||||
@ -792,8 +842,8 @@ variables. More paths can be passed, separated by semicolon.
|
||||
<LI>Support more GEOS operators
|
||||
</UL>
|
||||
|
||||
<A NAME="toc11"></A>
|
||||
<H1>11. Whats new in Version 1.4.0 'Enceladus'?</H1>
|
||||
<A NAME="toc12"></A>
|
||||
<H1>12. Whats new in Version 1.4.0 'Enceladus'?</H1>
|
||||
|
||||
<P>
|
||||
Please note that this is a release in our 'cutting edge' release series. As
|
||||
@ -860,14 +910,14 @@ For power users, you can now create customizable attribute forms using Qt
|
||||
Designer dialog UIs.
|
||||
</P>
|
||||
|
||||
<A NAME="toc12"></A>
|
||||
<H1>12. Whats new in Version 1.3.0 'Mimas'?</H1>
|
||||
<A NAME="toc13"></A>
|
||||
<H1>13. Whats new in Version 1.3.0 'Mimas'?</H1>
|
||||
|
||||
<P>
|
||||
This release includes over 30 bug fixes and several useful new features:
|
||||
</P>
|
||||
|
||||
<H2>12.1. OSM plugin &amp; provider updates</H2>
|
||||
<H2>13.1. OSM plugin &amp; provider updates</H2>
|
||||
|
||||
<UL>
|
||||
<LI>new OSM style files.
|
||||
@ -879,7 +929,7 @@ This release includes over 30 bug fixes and several useful new features:
|
||||
<LI>other OSM related bugfixes.
|
||||
</UL>
|
||||
|
||||
<H2>12.2. Other notable features and improvements in this release</H2>
|
||||
<H2>13.2. Other notable features and improvements in this release</H2>
|
||||
|
||||
<UL>
|
||||
<LI>Marker size is now configurable when editing a layer.
|
||||
@ -894,8 +944,8 @@ This release includes over 30 bug fixes and several useful new features:
|
||||
<LI>Zoom to a coordinate by entering it in the status bar coordinate display.
|
||||
</UL>
|
||||
|
||||
<A NAME="toc13"></A>
|
||||
<H1>13. Version 1.2.0 'Daphnis'</H1>
|
||||
<A NAME="toc14"></A>
|
||||
<H1>14. Version 1.2.0 'Daphnis'</H1>
|
||||
|
||||
<P>
|
||||
Please note that this is a release in our 'cutting edge' release series. As
|
||||
@ -908,7 +958,7 @@ over the QGIS 1.1.0 release. In addition we have added
|
||||
the following new features:
|
||||
</P>
|
||||
|
||||
<H2>13.1. Editing</H2>
|
||||
<H2>14.1. Editing</H2>
|
||||
|
||||
<P>
|
||||
Editing functionality in QGIS has had a major update in this release. This
|
||||
@ -946,14 +996,14 @@ this tool: the redraws are much faster and the map is not cluttered with
|
||||
markers.
|
||||
</P>
|
||||
|
||||
<H2>13.2. Keyboard shortcuts</H2>
|
||||
<H2>14.2. Keyboard shortcuts</H2>
|
||||
|
||||
<P>
|
||||
New feature: configure shortcuts for actions within main window of qgis!
|
||||
See menu Setting->Configure shortcuts
|
||||
</P>
|
||||
|
||||
<H2>13.3. Map Composer</H2>
|
||||
<H2>14.3. Map Composer</H2>
|
||||
|
||||
<P>
|
||||
It is now possible to lock/unlock composer item positions by right mouse click.
|
||||
@ -964,7 +1014,7 @@ 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.
|
||||
</P>
|
||||
|
||||
<H2>13.4. Attribute tables</H2>
|
||||
<H2>14.4. Attribute tables</H2>
|
||||
|
||||
<P>
|
||||
It is now possible to search the attribute table within selected records only.
|
||||
@ -981,7 +1031,7 @@ for layer attributes. A new dialog allows loading a value map from a layer
|
||||
be respected in the attribute table.
|
||||
</P>
|
||||
|
||||
<H2>13.5. Plugins</H2>
|
||||
<H2>14.5. Plugins</H2>
|
||||
|
||||
<UL>
|
||||
<LI>The order of layers in the WMS dialog can now be changed.
|
||||
@ -994,14 +1044,14 @@ be respected in the attribute table.
|
||||
<LI>An new OpenStreetMap provider and plugin have been added to QGIS.
|
||||
</UL>
|
||||
|
||||
<H2>13.6. Projects Management</H2>
|
||||
<H2>14.6. Projects Management</H2>
|
||||
|
||||
<P>
|
||||
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.
|
||||
</P>
|
||||
|
||||
<H2>13.7. PostGIS & the PostgreSQL Provider</H2>
|
||||
<H2>14.7. PostGIS & the PostgreSQL Provider</H2>
|
||||
|
||||
<P>
|
||||
You can now select the SSL mode when adding a new DB connection. Turning off
|
||||
@ -1010,7 +1060,7 @@ connection security is not required. Support has been added for more native
|
||||
types and for setting of column comments.
|
||||
</P>
|
||||
|
||||
<H2>13.8. Symbology enhancements</H2>
|
||||
<H2>14.8. Symbology enhancements</H2>
|
||||
|
||||
<UL>
|
||||
<LI>allow refresh of symbols via popup menu on the renderer's symbol selection
|
||||
@ -1020,7 +1070,7 @@ types and for setting of column comments.
|
||||
independent of the mapscale)
|
||||
</UL>
|
||||
|
||||
<H2>13.9. Command line arguments</H2>
|
||||
<H2>14.9. Command line arguments</H2>
|
||||
|
||||
<P>
|
||||
Added command line argument support on windows.
|
||||
@ -1093,8 +1143,8 @@ implementation based on the SQLITE database.
|
||||
layers based on attribute data.
|
||||
</UL>
|
||||
|
||||
<A NAME="toc14"></A>
|
||||
<H1>14. Version 1.0.0 'Kore'</H1>
|
||||
<A NAME="toc15"></A>
|
||||
<H1>15. Version 1.0.0 'Kore'</H1>
|
||||
|
||||
<P>
|
||||
This release includes over 265 bug fixes and enhancements over the
|
||||
@ -1125,8 +1175,8 @@ running will support a plugin that is being installed.
|
||||
<LI>Ported all GDAL/OGR and GEOS usage to use C APIs only.
|
||||
</UL>
|
||||
|
||||
<A NAME="toc15"></A>
|
||||
<H1>15. Version 0.11.0 'Metis'</H1>
|
||||
<A NAME="toc16"></A>
|
||||
<H1>16. Version 0.11.0 'Metis'</H1>
|
||||
|
||||
<P>
|
||||
This release includes over 60 bug fixes and enhancements over the
|
||||
@ -1144,8 +1194,8 @@ QGIS 0.10.0 release. In addition we have made the following changes:
|
||||
<LI>QML Style support for rasters and database layers
|
||||
</UL>
|
||||
|
||||
<A NAME="toc16"></A>
|
||||
<H1>16. Version 0.10.0 'Io'</H1>
|
||||
<A NAME="toc17"></A>
|
||||
<H1>17. Version 0.10.0 'Io'</H1>
|
||||
|
||||
<P>
|
||||
This release includes over 120 bug fixes and enchancements
|
||||
@ -1168,8 +1218,8 @@ improvements 'under the hood'.
|
||||
<LI>Support for migration of old projects to work in newer QGIS versions.
|
||||
</UL>
|
||||
|
||||
<A NAME="toc17"></A>
|
||||
<H1>17. Version 0.9.2rc1 'Ganymede'</H1>
|
||||
<A NAME="toc18"></A>
|
||||
<H1>18. Version 0.9.2rc1 'Ganymede'</H1>
|
||||
|
||||
<UL>
|
||||
<LI>This release candidate includes over 40 bug fixes and enchancements
|
||||
@ -1186,8 +1236,8 @@ in raster layers. Support for color ramps in raster layers.
|
||||
improvements 'under the hood'.
|
||||
</UL>
|
||||
|
||||
<A NAME="toc18"></A>
|
||||
<H1>18. Version 0.9.1 'Ganymede'</H1>
|
||||
<A NAME="toc19"></A>
|
||||
<H1>19. Version 0.9.1 'Ganymede'</H1>
|
||||
|
||||
<P>
|
||||
This is a bug fix release
|
||||
@ -1202,8 +1252,8 @@ This is a bug fix release
|
||||
<LI>Python Plugin installer to install PyQGIS plugins from the repository
|
||||
</UL>
|
||||
|
||||
<A NAME="toc19"></A>
|
||||
<H1>19. Version 0.9 'Ganymede'</H1>
|
||||
<A NAME="toc20"></A>
|
||||
<H1>20. Version 0.9 'Ganymede'</H1>
|
||||
|
||||
<UL>
|
||||
<LI>Python bindings - This is the major focus of this release
|
||||
@ -1218,8 +1268,8 @@ This is a bug fix release
|
||||
<LI>Improvements to the GeoReferencer
|
||||
</UL>
|
||||
|
||||
<A NAME="toc20"></A>
|
||||
<H1>20. Version 0.8 'Joesephine' .... development version</H1>
|
||||
<A NAME="toc21"></A>
|
||||
<H1>21. Version 0.8 'Joesephine' .... development version</H1>
|
||||
|
||||
<UL>
|
||||
<LI>2006-01-23 [timlinux] 0.7.9.10 Dropped use of qpicture and resampling for point markers in favour of
|
||||
@ -1243,8 +1293,8 @@ over time,
|
||||
grid_maker plugin
|
||||
</UL>
|
||||
|
||||
<A NAME="toc21"></A>
|
||||
<H1>21. Version 0.6 'Simon'</H1>
|
||||
<A NAME="toc22"></A>
|
||||
<H1>22. Version 0.6 'Simon'</H1>
|
||||
|
||||
<P>
|
||||
QGIS Change Log
|
||||
@ -1338,8 +1388,8 @@ under construction.
|
||||
save or save as (if not specified by the user).
|
||||
</UL>
|
||||
|
||||
<A NAME="toc22"></A>
|
||||
<H1>22. 0.5</H1>
|
||||
<A NAME="toc23"></A>
|
||||
<H1>23. 0.5</H1>
|
||||
|
||||
<UL>
|
||||
<LI>2004-12-01 [gsherman] 0.5.0devel30 Added functions to qgsdataprovider.h to support updating the feature count
|
||||
|
47
doc/news.t2t
47
doc/news.t2t
@ -38,7 +38,52 @@ Change history for the QGIS Project
|
||||
Last Updated: %%date(%A %B %d, %Y)
|
||||
Last Change : %%mtime(%A %B %d, %Y)
|
||||
|
||||
= Whats new in Version 2.4.0 'Chugiak'? =
|
||||
= What's new in Version 2.6.0 'Brighton'? =
|
||||
|
||||
This is a minor release increment with the following new features:
|
||||
|
||||
- Improved DXF export
|
||||
- Project filename in project properties
|
||||
- Allow removing last point while measuring via del/backspace keys
|
||||
- Select related feature on the canvas from the relation reference widget
|
||||
- Editor widgets support null and other improvements
|
||||
- Optionally use just a subset of fields from the joined layer
|
||||
- Expression field (virtual fields)
|
||||
- Can toggle display of classes within graduated and categorised renderers
|
||||
- Additional expressions types and options
|
||||
- Added icon support to actions
|
||||
- Classes within graduated and categorised renderers can be toggled
|
||||
- Legend improvements such as filtering, layer management icons etc.
|
||||
- Control over hiding print composer items from prints/exports
|
||||
- Control over page printing for empty composer frames
|
||||
- New Composer Item tree panel
|
||||
- More control over appearance of composer arrow/line items
|
||||
- Data defined control of composer items
|
||||
- Composer images can be specifed as remote URLS
|
||||
- Composer Table improvements (header fonts / colors, better pagination support, filter to atlas feature etc.)
|
||||
- Composer improvements
|
||||
- Improved item snapping
|
||||
- Multiple overviews for a map item
|
||||
- HTML item improvements
|
||||
- Composer map grid improvements
|
||||
- Processing now has an online collection of models and scripts
|
||||
- Processing graphical modeller completely rewritten
|
||||
- API changes for QGIS widgets
|
||||
- Enhancements of searching with GetFeatureInfo request
|
||||
- Add a precision setting for GetFeatureInfo geometry attributes
|
||||
- Better random color choice
|
||||
- Symbology UI Improvements
|
||||
- Syntax highlighting code and expression editor
|
||||
- User defined color palettes
|
||||
- New color picker dialog
|
||||
- Single select feature tool merged into select by rectangle
|
||||
- Add layer to map canvas behavior
|
||||
- Support icon sizes of 48 and 64 pixels
|
||||
- New color buttons
|
||||
- Context menu for identify tool
|
||||
-
|
||||
|
||||
= What's new in Version 2.4.0 'Chugiak'? =
|
||||
|
||||
This is the minor release sports a number of great new features:
|
||||
|
||||
|
27
doc/osx.t2t
27
doc/osx.t2t
@ -9,7 +9,7 @@ from source and rather use frameworks wherever possible.
|
||||
some fiddling with the system. It is best to stick with a single, default,
|
||||
architecture build and follow these instructions for an initial build.
|
||||
Included are notes for building on Mac OS X 10.5 (__Leopard__), 10.6
|
||||
(__Snow Leopard__), 10.7 (__Lion__) and 10.8 (__Mt. Lion__).
|
||||
(__Snow Leopard__), 10.7 (__Lion__), 10.8 (__Mt. Lion__) and 10.9 (__Mavericks__)
|
||||
(These names will be used throughout the instructions.)
|
||||
Make sure to read each section completely before typing the first command you see.
|
||||
|
||||
@ -296,8 +296,8 @@ your own risk.
|
||||
|
||||
=== Additional dependencies: SIP ===
|
||||
|
||||
__Mt Lion note:__ SIP 4.15.7 appears to not work on Mt Lion. Install 4.14.6.
|
||||
(or a later working version when available)
|
||||
__Mt Lion note:__ SIP 4.15.7 appears to not work on Mt Lion. Install either
|
||||
a prior version to 4.14.6 or a later version 4.16.3+
|
||||
|
||||
Retrieve the python bindings toolkit SIP from
|
||||
|
||||
@ -365,6 +365,15 @@ python2.7 configure.py -d /Library/Python/2.7/site-packages -b /usr/local/bin \
|
||||
-e /usr/local/include -v /usr/local/share/sip --arch=x86_64 -s MacOSX10.8.sdk
|
||||
```
|
||||
|
||||
for Mavericks:
|
||||
|
||||
```
|
||||
python2.7 configure.py -d /Library/Python/2.7/site-packages -b /usr/local/bin \
|
||||
-e /usr/local/include -v /usr/local/share/sip --arch=x86_64 -s MacOSX10.9.sdk
|
||||
```
|
||||
|
||||
|
||||
|
||||
__continue...__
|
||||
|
||||
Then continue with compilation and installation:
|
||||
@ -400,15 +409,19 @@ current line --> new line
|
||||
target.path = $$[QT_INSTALL_LIBS] --> target.path = /usr/local/lib
|
||||
header.path = $$[QT_INSTALL_HEADERS] --> header.path = /usr/local/include
|
||||
```
|
||||
Save the qscintilla.pro file and build the QScintilla2 C++ library (adjust the install_name_tool command for the version installed):
|
||||
Save the qscintilla.pro file and build the QScintilla2 C++ library:
|
||||
|
||||
```
|
||||
qmake -spec macx-g++ qscintilla.pro
|
||||
make -j [#cpus]
|
||||
sudo make install
|
||||
```
|
||||
|
||||
sudo install_name_tool -id /usr/local/lib/libqscintilla2.9.dylib \
|
||||
/usr/local/lib/libqscintilla2.9.dylib
|
||||
adjust the install_name_tool command for the version installed of QScintilla installed:
|
||||
|
||||
```
|
||||
sudo install_name_tool -id /usr/local/lib/libqscintilla2.11.dylib \
|
||||
/usr/local/lib/libqscintilla2.11.dylib
|
||||
```
|
||||
|
||||
This installs QScintilla2's dylib in /usr/local/lib/ and the header files in
|
||||
@ -476,7 +489,7 @@ python2.6 configure.py -d /Library/Python/2.6/site-packages -b /usr/local/bin \
|
||||
-n /usr/local/Qt4.8/qsci -v /usr/local/share/sip/PyQt4 --use-arch x86_64
|
||||
```
|
||||
|
||||
__Lion and Mt. Lion system Python__
|
||||
__Lion, Mt. Lion, and Mavericks system Python__
|
||||
|
||||
Similar to Snow Leopard, you should install outside the system Python path.
|
||||
But you don't need the use-arch option:
|
||||
|
Loading…
x
Reference in New Issue
Block a user